Quote:
Originally Posted by DiscoDuck
BTW, how does PI compare to CCDStack or other alternatives?
|
I used CCDStack before I moved to PI. I found that CCDStack is relatively easy to use and produces good results. I still use it for checking my data in the field. You probably need to use something else to put the finishing touches to your images (Photoshop or PI, for example.) PI is a bit more challenging to master but IMHO that extra effort is rewarded with better results.
Quote:
Originally Posted by DiscoDuck
What's this other method Rick? More science sounds good! 
|
OK... if you use the PixInsight ImageIntegration process to do a trial integration on your data with Rejection Algorithm set to "No rejection" you'll see a bunch of info printed to the Process Console. The last number printed is the Median Noise Reduction. This number is as good as it gets for noise reduction. An integration without any pixel rejection gives you maximal SNR.
Next step is to pick an appropriate rejection algorithm. I use Percentile Clipping if I only have a few subs (say 3-5.) If I have a few more I'll try one of the sigma clipping methods. Around 8 or 9+ Winsorized Sigma Clipping is good. If I get to 15 or more then Linear fit clipping is worth a try.
Using the selected algorithm, play with the rejection parameters and try to reject as little data as possible (watch the pixel rejection counts, especially the total amount at the bottom) while still getting rid of hot pixels and other unwanted artifacts - check the result carefully at 1:1. What you are trying to do is reject all the bad stuff but get as close as possible to the target median noise reduction we got with no rejection. If you can get within a percent or two of this then you've maximized your SNR.
Sometimes it's worth comparing a couple of different rejection algorithms to see which does better. You can also improve things slightly with the right choice of Scale Estimator (try k-sigma, average absolute deviation and median absolute deviation).
This can be quite a lot of work but if you improve your SNR by 20% over the default parameters then you may have achieved the same improvement that would have cost you 10 more hours of data capture
NB. the noise estimation isn't infallible so don't be surprised if you occasionally see anomalous results, e.g. a median noise reduction that seems too good to be true. In these cases I use the rejection counts to judge where I am.
Cheers,
Rick.