-
Notifications
You must be signed in to change notification settings - Fork 2
IRAF Reduction
This program asks the user for overscan section and trim section that will be used for the rest of the data reduction process. Once this has been entered and the user tells the program where all their images are, the program immediately starts automatically reducing the images without any need for the user to do anything else.
This program requires the images to have an overscan at the moment.
All images have their overscan regions subtracted and trimmed based on what the user enters for both these regions. The image is then gain corrected by a preset value within the code (values set for Ball State University Observatory).
Does all the same things as stated in Section Overscan Correction
, but combines the images into a zero.fits
image by combining the images by averaging them together.
Starts by subtracting overscan and subtracting off the master bias from each image. Then combines all the darks (assumes the exact same length of exposure for each image) by producing a final image with the average of all the darks.
Starts by subtracts overscan,master bias, and master dark from each image. Once this has completed, the program puts each filter type into its own list (essentially) and then combines each group by producing a final image in each filter by averaging each image together.
For the last step this part subtracts overscan, bias, dark, and flat field correct based on the master flat using the correct filter image.