Hi Andreas,
First of all welcome and thank you so much for your nice words on PixInsight.
I am downloading your zip file right now, so I'll take a deep look at your data later. Just a few comments now.
About half of the frames to calibrate fail with the warning "No correlation between the master dark and target frames".
The dark frame optimization routine cannot 'fail', in the mathematical sense. It is a minimization procedure that will always converge to a solution where the noise is minimal in your calibrated frames after dark frame subtraction. By 'noise' we are referring to dark current here, under the assumption that the dark current (or 'dark signal') consists of uncorrelated pixel-to-pixel variations. When observed through large samples, such variations have the same properties as random Gaussian noise, so we can apply our standard (multiscale) noise estimation techniques to evaluate it.
The "no correlation..." warning message indicates that the noise (in the sense explained above) will always get worse in the calibrated frame if we subtract the master dark frame, so the optimal dark scaling factor is very close to zero. Typically this may be due to two main causes:
- The dark current is very low. For example,
some SONY CCD chips have very low dark current that, when the CCD is properly cooled, may draw dark frames unnecessary. In your case this seems a plausible explanation, as you are getting the same behavior in a consistent way and you already have measured nearly zero signal levels in your dark frames (i.e., comparable to bias levels).
- Incorrect (double, or none) bias subtraction. From your post this option can be discarded.
If I deactivate "optimize" there are no more problems, but I assume, the result is not optimal.
Not at all necessarily. If your dark frames virtually contain no dark current data, then a zero dark optimization factor is the correct answer.
I also tried this on windows (I'm using the Mac version), this didn't change anything. But I discovered, the results of PI running on OS X are not always exact the same like running on Win7, which seems a bit curious to me.
This has already been reported by Cleon. It is very very strange but could be due to compiler differences (GCC on Linux/OSX vs Visual Studio on Windows). I can't reproduce this problem but hopefully I will be able to do so with your data. Thank you for uploading them by the way.