Hi everybody.
Unfortunately, Bias of my camera (FLI ProLine16803) is varying from ambient temperature.
CCD temperature is fixed and stable, but Median(Bias) in low speed (low noise mode of reading from CCD) vary from 1900 to 2100 ADU. In winter Median(bias) lower.
Readout noise from my camera about 6.3 ADU, so I can't close my eyes on the +/-100ADU. And of course I can't go via standard ImageCalibration route, because excellent DarkOptimization route some time report about very strange coefficient of dark scaling. I must pre process all images before.
I got solution to avoid the strange Bias problem:
1) I always take one Bias for every one Light frame.
File01_Light + File01_Bias,
File02_Light + File02_Bias,
File03_Light + File03_Bias, ...
Same for Dark and Flat.
2) I make MasterBias from all Bias files
3) I normalise every Light/Dark/Flat via PixelMath: FileXX_new = FileXX + Median(MasterBias) - Median(FileXX_Bias)
4) ImageCalibration without problem.
OK, in attachment very simple script. Only for doing point 3) in batch mode: Bias Normalization.
I understand, the script only for very specific purpose, anyway I want share it. Maybe other one ProLine16803 have similar problem.
To use it, you must select MasterBias, Light (or other) frames which you like normalise. Set Suffix for Light and Bias (like you set it in MaximDL>AutoSave) and of course you should have Bias for every one Light in same folder. Script will create new file with "_n".
Best regards,
Nikolay.