I've been using PixInsight for a while, but doing calibration through integration steps in another piece of software.
I'm finally migrating my calibration through integration steps to PixInsight. I understand how to do it manually with ImageCalibration, StarAlignment and ImageIntegration, but I would like to understand a bit more about how BatchPreprocessing works.
My main question is regarding grouping light frames with different exposure times. I have an ASI1600MM-cool camera. This camera is known to have amp glows that are non-linear with respect to time. As a result, I cannot use dark frame optimization.
In the scenario I am working with now, I have a large set of light frames taken with red, green and blue filters. All of the images were taken at the same camera temperature. A portion of the light frames were taken with 30 second exposures, and the remaining frames were taken with 60 second exposures. All are binned 1x1 and taken with the same gain and offset.
I have a 1x1 binned master bias at the same camera temperature, gain and offset. I also have two master darks at the same temperature, gain and offset. One of them is made from 30 second darks and the other was made from 60 second darks. Finally, I have matching flat masters. The dark masters have not been bias calibrated, and the flat masters have not been bias or dark calibrated.
I've added all of the calibration frames in BPP and they are correctly grouped in their respective tabs (ie. binning, exposure times and filter groupings are correct, and the master frames have a star icon).
I have add all of the light frames. They are correctly grouped under binning and filter, but are not separated by exposure time in the BPP user interface. The exposure times are reflected in the filenames, and I have verified that the exposure time is present in the FITS headers. For the 30 second exposures, the FITS keyword EXPOSURE is set to 30, and in the 60 second exposures, the FITS keyword EXPOSURE is set to 60.
Finally, in the BPP interface, the dark frame exposure tolerance is set to 10 seconds, and I have selected "User master bias", "User master dark" and "Use master flat".
I believe that if I run BPP as described above, it should calibrate the images correctly. My concern is that when I look at the resulting log file, it appears that it is only using the 60 second dark master. Here are the relevant lines from the beginning of the log file:
[2018-11-29 21:50:08] * Searching for a master dark frame with exposure time = 60s -- best match is 60s
[2018-11-29 21:50:08] * Master bias: D:/Astro/Calibration/Bias Master gain_76 offset_40 bin1x1.FIT
[2018-11-29 21:50:08] * Master dark: D:/Astro/Calibration/Dark Master gain_76 offset_40 bin1x1 -10C 60 seconds.FIT
[2018-11-29 21:50:08] * Master flat: D:/Astro/Flats/Flat Master - Flat_0.008sec_gain_76_offset_40_1x1_Blue.FIT
I've searched the log file and can find no reference to the 30 second dark master. I've looked that the statistics for the calibrated images and they look reasonable - but the difference in dark current between 30 and 60 seconds is small enough that it would be really difficult to tell which dark frame was used.
For this particular project, it probably doesn't make a huge difference. But I want to understand what's going on, so that when I do a project with a combination of narrow band and broad band filters (which would have significantly different exposure times), I can set it up correctly.
Thanks for any suggestions,
-Wade