CCD calibration frames preprocessing and data reduction scripts used for NTHUAC's LATTE observations
The LICENSE only applies to .py scripts.
Please pip install astropy astroalign scikit-image if you want to use it.
The following are the details of pixel math operations that is done on the calibration frames and data by the processing script.
Let
Additionally, the 5min dark frame is downscaled (downsampled) from 4096x4096 to 2048x2048 for use in the bin 2x2 images by local mean downscaling.
These are for the flat frames that does not require special handling (band Ha/OIII).
Let
Since the bias is included in the flat dark frames, it is not removed additionally. By
These are flat frames that are captured with an exposure less than 10 seconds (band L/B/V/R), which may leave a artifact on images due to a slow-moving shutter curtain.
Let
The flat dark is neglated due to a rather short exposure time. Since the bias is included in the short flat frames, it is not removed additionally. By
Additionally, the master flat frame for B, V, R is downscaled (downsampled) from 4096x4096 to 2048x2048 for use in the bin 2x2 images by local mean downscaling.
Let
Since the bias is included in the dark frames, it is not removed additionally. Also, each light frame is registered (aligned) using astroalign in prior to being combined.