Back to Programs

biasflat

biasflat makes bias and flat-field corrections to all CCD frames of an image set. Depending on input, biasflat does one of several things:

The following input options may be used:

biasflat returns a new set of image files framename_b_cn.fits, for bias corrected frames, and framename_f_cn.fits for bias and flat corrected frames. biasflat may be used for either direct of spectroscopic frames; if spectroscopic, the flat field frame should have been prepared with Sflats.


USAGEbiasflat [-b biasframe] [-f flatframe] [framename[s]]
INPUT
biasframe is the name of a bias frame set
flatframe is the name of a flat frame set
framename[s] is a set of image files to be corrected
OUTPUTframename_b_cn.fits or framename_f_cn.fits are sets of corrected frames
PARAMETERS
dewar"SITE", "E2V", "Mos3", or "LDSS3"
speedreadout speed ("fast", "slow")
flat_fileflat field frame to use (or blank or "none")
bias_filebias frame to use (or blank or "none"


Details:

At a minimum, biasflat used the overscan regions to do bias corrections., and corrects, for IMACS, for the relative gains of the 8 chips. If a bias file is specified, either on the command line or in the parameter file, that image is first subtracted from the data frames, before a final overscan correction is made. If a flat field frame is specified, either on the command line or in the parameter file, the bias-corrected frame is divided by the flat field frame. The flat field frame must either (1) have already been bias-corrected, or (2) have the same bias levels and overscan regions as the other frames.


In the case of spectroscopic data, the flat field frame should have been prepared with Sflats, which properly normalizes each flat field spectrum.


As of COSMOS 2.19, the user can no longer edit the gain values in the parameter file.


Back to Programs