Hi Larry,
This warning means that IC didn't find any match between the dark pattern in your target image and the dark pattern of the master dark. If this happens only in some of your images, it's probably because your dark signal is close to be negligible in the target image. This usually happens when you calibrate flat frames, where the signal of the dark pattern can be negligible compared to the strong flat field signal (specially considering the usually short exposure time of the flat frame). Don't worry then: it simply means that your dark signal is so weak that you don't get any benefit by subtracting it from the target image - which is, in my opinion, what matters.
If this is happening to you in the light frame set, then it means that the dark pattern contribution is close to be negligible, so IC fails to find the pattern match in some of the light just because there is a higher noise contribution from other sources, like a higher sky background. I would need to know further data:
- Are those target images light or flat frames?
- The sensor of your camera.
- The exposure time.
- The median level of your master bias and the average level of your master dark (check them in Statistics).
- The "Optimization threshold" parameter value your are using in ImageCalibration.
- Please load the master dark and apply the following steps:
- Open PixelMath, put the below equation and apply it to the master dark:
iif( $T > ( (med($T) + adev($T) * k) ) , $T , 0 )
Before applying the equation, change k by the value you are using in the "Optimization threshold" parameter your are using in ImageCalibration (default is 3). This equation will leave in the image only the pixels above a threshold we are setting in sigmas with the k value. All the pixels below that threshold will be set to 0.
- Open Statistics and select the processed master dark to show its statistics.
- In Statistics, please be sure that the "Unclipped" checkbox is NOT activated.
- Please give me the "count (%)" and the "count (px)" values.
Please check also the entire image set in Blink to be sure that everything is right with those images where the dark frame scaling fails.
When the scaling factor is not found, the master dark is
not subtracted from the target image. As I told, it usually simply means that your dark signal is so weak that you don't get any benefit by subtracting it from the target image.
Best regards,
Vicent.