Hello,
following
http://pixinsight.com/forum/index.php?topic=5764.msg39382#msg39382and
http://pixinsight.com/forum/index.php?topic=8434I'm trying to make sense of the noise evaluation functions (in both the standalone script and within the subframeselector)
obviously I have a few questions:
- why both scripts are not using BWMV() to scale the result and therefore improve the robustness to be able to compare properly the noises between frames/subframes?
- in subframeselector's noiseOfImage function I can see it is computing the value for layer4 first and going down to layer2 until it find a suitable value. Why? I don't understand why we don't take the overall RMS or at least the layer1?
- and a side question: with the current noise evaluation in the subframeselector, if I'm using it, does it mean i'm giving up the improved scaled estimators from within the ImageIntegration Process? Should I therefore just use it to reject some frame and rely on the ImageIntegration Process for the weighting?
Sorry, I'm new to PixInsight, hence my questions might be very trivial for most of you