It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
originally posted by: ngchunter
originally posted by: tanka418
By the way; have you seen what I'm trying to do? And, what might your thoughts be?
If you're serious about using a nexstar telescope you're going to need a good autoguiding solution. A nightscape camera uses quite small pixels for an 8" Schmidt-Cassegrain, so I would advise using Fastar. Didn't see that mentioned but maybe you were already planning to do that. External guiding can produce flexure, which is why I much prefer to use a CCD camera with internal guiding. If you do use an external guide scope, be sure to put a guidescope ring around the focus tube and support it to minimize differential flexure of the scope.
originally posted by: tanka418
originally posted by: ngchunter
I once created a lunar calculations spreadsheet by scanning very similar tables out of a book, just image data, and then used microsoft software built into windows to perform machine reading of the data to translate it into ASCII text I could import into Excel. It wasn't really that hard.
Hmmmm...I wasn't aware that there was ever OCR methods in Windows, and I've been developing for Windows for several decades...Be that as it may; I don't currently have any OCR installed, and I'm not too keen on writing any (I have computer vision libraries)...
Distance isn't an important variable to cross reference the data, just the RA and the Dec. Why should that be "avoided?"
Actually...distance is required; for instance...IF I were to attempt this with the star Sirius, the probability increases to an unacceptable level due to the fact that there are three (3) stars in proximity; Sirius A, Sirius B,
Nu2 C.M. all three of these stars have a RA, and Decl that is very close.
The published values of RA and Decl may not necessarily agree with the computed values,
and while the difference will be too small t make a difference to a Human,
it will make a difference to a computer...if I calculate to 7 or 8 decimal places, all must agree or there is no match...
And since I will be asking SQL Server to use numerical data as a "key" all digits must match very precisely.
Yes I am serious about this project. I've been a software engineer for over 40 years, so the precision, math, and other aspects of this project are nothing new...I only need to map out what I need to be doing...and I don't expect it to be easy...I expect and demand serious challenge. I also expect a great deal of what I think of as "FUN".
originally posted by: tanka418
originally posted by: ngchunter
originally posted by: tanka418
By the way; have you seen what I'm trying to do? And, what might your thoughts be?
If you're serious about using a nexstar telescope you're going to need a good autoguiding solution. A nightscape camera uses quite small pixels for an 8" Schmidt-Cassegrain, so I would advise using Fastar. Didn't see that mentioned but maybe you were already planning to do that. External guiding can produce flexure, which is why I much prefer to use a CCD camera with internal guiding. If you do use an external guide scope, be sure to put a guidescope ring around the focus tube and support it to minimize differential flexure of the scope.
Guiding....yes been down that road. The problem isn't so much in the provisioning of such a thing, it more in the automation. Most guide systems rely heavily on the Human operator, and that presets an issue with the "remoting", although I have found components that can provide at least some of the functionality required.
I've not seen any cameras that contain any guiding features,
I want the smaller pixels, and resulting higher pixel count to help make image post processing easier...
originally posted by: ngchunter
Mine does. Lots of them do.
Self-guiding:
www.sbig.com...
Self-guiding:
www.sbig.com...
Self-guiding:
www.sbig.com...
Well, it's your funeral. Smaller pixels at the full f/10 focal ratio and 2 meter focal length is a recipe for disaster with that mount. Errors in tracking will ruin the quality of your images at that image scale and autoguiding will likely not save you even at fairly rapid guiding cadences (1-2 seconds). Yes, much of the reported 30 arcseconds peak to peak of periodic error can be trained with periodic error correction, but you're going to learn that the PEC correction cadence dictated by the encoder resolution isn't enough to save you from rapid errors of the gear motion. Getting the autoguider to precisely correct in a single rapid pulse is also likely a lost cause at that resolution. I would advise larger pixels, you don't need 10 megapixels of resolution to get beautiful images in post processing. Sampling the angular resolution at no finer than about 1.5 arcseconds per pixel at most is advised with that mount. And even that may be pushing it.
originally posted by: tanka418
originally posted by: ngchunter
Mine does. Lots of them do.
Self-guiding:
www.sbig.com...
Self-guiding:
www.sbig.com...
Self-guiding:
www.sbig.com...
Nice technology, a bit pricey though...for instance, that 8.3MP device from Kodak is about half the cost elsewhere, though without some of the features.
Interesting...where did you get the data...error rates, percentages, etc.
I measured the peak-to-peak periodic error of the telescope’s polar/azimuth axis to be just under 30 arcseconds.
I couldn't find those specs at the Celestron site. I can understand shortcomings in the robotic arm, but, seriously, robots had greater precision back in the mid 80's, One would thing that it improved over time, but I guess there is no guarantee...
originally posted by: ngchunter
Well I can only lead a horse to water. I guess you never used Microsoft Office Document Imaging. If you have Office 2007 or older you already have it installed. Otherwise you can install it here:
support.microsoft.com...
Nu2 does not share the coordinates of Sirius. If your ability to calculate for precession is so inaccurate that you could confuse the coordinates of Nu2 Canis Majoris, which are RA: 06h 36m 41s Dec: −19° 15′ 21″ with Sirius which is RA: 06h 45m 08.92s Dec: −16° 42′ 58.02 in J2000, then you really need to work on your math. You should be able to easily distinguish those stars based on their RA and Dec alone.
...
Then I suggest you work on your ability to compute the values properly.
originally posted by: tanka418
originally posted by: ngchunter
Well I can only lead a horse to water. I guess you never used Microsoft Office Document Imaging. If you have Office 2007 or older you already have it installed. Otherwise you can install it here:
support.microsoft.com...
Yeah...well as a Microsoft developer it is kid of in my best interest to have the latest and greatest installed...does't mean I like it, and there are several things about the latest and greatest I don't like much...
Nu2 does not share the coordinates of Sirius. If your ability to calculate for precession is so inaccurate that you could confuse the coordinates of Nu2 Canis Majoris, which are RA: 06h 36m 41s Dec: −19° 15′ 21″ with Sirius which is RA: 06h 45m 08.92s Dec: −16° 42′ 58.02 in J2000, then you really need to work on your math. You should be able to easily distinguish those stars based on their RA and Dec alone.
...
Then I suggest you work on your ability to compute the values properly.
Clearly you do not understand the nature of this issue. In these published tables, there are values that ultimately work out to a decimal number with 6 or more digits of precision. These numbers MUST be the same in all instances or the SQL engine will not find a match.
The difference of some microarcseconds is quite critical to the SQL engine,
The issue isn't one of computing ability either, there is a set equations for doing these things, I even have it in my library, but there can be errors in the very fine grain due to math coprocessors, how old they are, data types employed and the math classes being used.
originally posted by: tanka418
a reply to: ngchunter
I'm more concerned about the tracking issues, but, I "think" I have a handle on that, and also feel that I can compensate for at least some of that in software.
Currently I'm kind of thinking that I can implement a tracking system that may be more accurate than what you are used to, and do it with the main camera and the addition of a little AI. I'm also thinking that I can "map" the periodic errors and compensate to some degree...I guess I'll have to try it to find out...but, hey, that's the nature of engineering.
originally posted by: ngchunter
originally posted by: tanka418
originally posted by: ngchunter
Mine does. Lots of them do.
Self-guiding:
www.sbig.com...
Self-guiding:
www.sbig.com...
Self-guiding:
www.sbig.com...
Nice technology, a bit pricey though...for instance, that 8.3MP device from Kodak is about half the cost elsewhere, though without some of the features.
The features are worth every penny. I use an SBIG ST-2000XCM. It's 2 MP but it produces some gorgeous images and the self guiding makes it far more valuable to astrophotography than my much cheaper but higher resolution Canon T5i. The true value of an astronomical CCD is not just the resolution, and the pixel size needs to be carefully chosen to pair well with the telescope.
Interesting...where did you get the data...error rates, percentages, etc.
15 years of experience in astrophotography, most of that spent operating an 8" Schmidt-Cassegrain. I found the exact number for the periodic error of your scope in this article:
I measured the peak-to-peak periodic error of the telescope’s polar/azimuth axis to be just under 30 arcseconds.
astronomynow.com...
I couldn't find those specs at the Celestron site. I can understand shortcomings in the robotic arm, but, seriously, robots had greater precision back in the mid 80's, One would thing that it improved over time, but I guess there is no guarantee...
Nexstar is not a high end mount. If you want a near complete absence of periodic error (corrected by high resoluti to the extent that guiding is not necessary you'll need to pay a lot more and buy one of these:
planewave.com...-GKL4E
originally posted by: tanka418
Firstly, thank you for all the help...
I found that the HabHYG table has all of what I was looking for. It contains some 3000+ BayerFlamsteed identifiers, along with HIP translations. So, I've been rewriting some of my SQL "views" t use the improved dataset. This also allows me to deploy over 117,00 stars without having to alter the datasets (add corrected RA / DECL).
In the meantime y'all, I'll continue to develop my database, and other aspects of the system.
originally posted by: JadeStar
originally posted by: tanka418
Firstly, thank you for all the help...
I found that the HabHYG table has all of what I was looking for. It contains some 3000+ BayerFlamsteed identifiers, along with HIP translations. So, I've been rewriting some of my SQL "views" t use the improved dataset. This also allows me to deploy over 117,00 stars without having to alter the datasets (add corrected RA / DECL).
In the meantime y'all, I'll continue to develop my database, and other aspects of the system.
So, um can U2U me when I can have betatest access to it?
originally posted by: tanka418
originally posted by: JadeStar
originally posted by: tanka418
Firstly, thank you for all the help...
I found that the HabHYG table has all of what I was looking for. It contains some 3000+ BayerFlamsteed identifiers, along with HIP translations. So, I've been rewriting some of my SQL "views" t use the improved dataset. This also allows me to deploy over 117,00 stars without having to alter the datasets (add corrected RA / DECL).
In the meantime y'all, I'll continue to develop my database, and other aspects of the system.
So, um can U2U me when I can have betatest access to it?
Sure no problem...might take a couple of days yet for the database...I tend to get distracted by learning events, which are frequent right now (I'm lovin' it!)
And I am taking everything both you and NGC are saying, and integrating it...You're both very knowledgeable, and I can learn quite a lot from you.