Hello again,
I followed the tutorials
http://troypiggo.blogspot.com.au/2012/06/pixinsight-tutorial-batchpreprocessing.htmlhttp://www.harrysastroshed.com/preprocessing.htmlwhich were both straight forward, and not much to do wrong there. Nevertheless I run into many different problems.
I have taken adequate amounts of darks, bias and flat frames for each iso setting for which I have lightframes. I have
previously posted some information I found on the net on how to create good dark, bias and flat frames, asked questions whether those instructions are satisfactory for PI, so I guess my dark, flat and bias frames should be OK. It seems like creating the masters is not really a problem. I will upload them
here in case anyone is willing to check them out.
My concrete problems start with calibrating the lightframes. As previously mentioned my images are sony ARW files and of course they are CFA images. I could try, of course, to export the the individual channels in grayscale out of photoshop but I never heard of such procedures. It seems RGGB is the order of the color matrix and VNG was the default setting for debayering, so I left it at that. However the debayered and calibrated files look horrid, there is way more noise and lots of individual Red Green and Blue Pixels all over the image. I will also upload one of the calibrated frames
here together with one of the originals (limited webspace), just in case again anyone is willing to take a look.
Now my next problem is registering the images. Usually it takes at least a good hour for all my lightframes (Minimum specs core duo 4GB ram) because about 50% of them fail. If you look at the image I uploaded (they all look about the same), it seems to me, there is not a horrible amount of distorsion nor star trailing.
Now I'm not really sure if I should mention the next thing that comes to my mind, but then again, no harm done if anyone doubts the credibility of my statement: Because I currently study space and aerospace computer science I have recently written my own star matching algorithm based on the angles in the triangle composed of each star and its two nearest neighbors in the
Hipparcos catalogue. Using my own program I am able to match several triangles in each of my images to the HIP catalogue, so I understand what should be happening, I just don't understand why it fails in PI, or better (I understand there can't be anything wrong with the SA module), why do
I fail using SA properly ?
The initial star matching routine is based on triangle similarity. As a result, the whole image registration process is rather intolerant of global distortion.
I set the matcherTolerance parameter to 0.01, instead of its default value of 0.003. This parameter is not accessible from StarAlignment's GUI. It controls the maximum difference in triangle similarity tolerated by the star matching algorithm. A higher value makes the algorithm more tolerant of distortion, although less robust too, which may be causing these problems. This value worked very well with all of the images I used to test the script.
Would it be possible to put that value in the SA GUI in future versions ?
I usually have around 25 tries and get the
*** 0 star pair matches found - need at least six matched stars.
and finally
*** Error: Unable to find an initial set of putative star pair matches
<* failed *>
errors.
So all in all I sincerely hope anyone is able to help me out...
Big Thanks in advance.
Tobi