| gmosinfoimag (October2004) | gemini.gmos | gmosinfoimag (October2004) |
The tasks are designed to provide a fairly complete and flexible reduction for the purpose of assessing data quality at the time of observation. Real-time reductions may not be optimal for a particular science application. The GMOS package scripts can be optimized for a particular application using the hidden parameters to achieve the best possible results.
The tasks produce logfiles of the performed processing steps. The name of the logfile may be set in each individual task, or at the package level by setting gmos.logfile.
The tasks add header keywords to the output images. These header keywords contain information about the performed processing steps and the values of the critical parameters that were used.
All GMOS images are written as multi-extension FITS (MEF) files. Raw data can have up to six unnamed extensions. Most of the header information is written to the primary header unit [0] (PHU). After being processed with GPREPARE, GMOS data extensions will be named as described in GMOSINFO.
The tasks in the GMOS package will eventually all support variance and data quality planes. Currently this functionality has not been tested, though the flag fl_vardq to calculated these planes are present in all tasks. It is recommended to use all tasks with fl_vardq=no.
It is recommended to use imtype="fits". This is set automatically when loading the GEMINI package.
1. Use GPREPARE to update the raw data headers for the reductions. The other tasks will call GPREPARE as needed if the data has not been GPREPAREd.
2. Use GBIAS to create a bias image. It is recommended not to subtract the overscan level, use fl_over=no. The best reduction is achieved if the overscan level is left as part of the bias image.
3. Use GIFLAT to derive normalized flat fields. For twilight flats, the parameters may need adjusting to correctly clean the images for signal from stars.
4. Use GIREDUCE to trim the images, subtract the overscan level, subtract the bias image, subtract the scaled dark image and divide by the flat field. It is recommended not to subtract the overscan level, use fl_over=no. The best reduction is achieved if the overscan level is left as part of the bias image. The dark current for GMOS is low enough that subtraction of the dark image is normally not needed, ie. it is recommeded to use fl_dark=no.
5. If needed use GIFRINGE to create a fringe frame, or scattered light frame. Use GIRMFRINGE to subtract the fringe frame from the science data.
6. Use GMOSAIC to create a mosaic of the 3 GMOS CCDs into one image.
http://www.gemini.edu/sciops/instruments/gmos/gmosMOS.html
and by following links on that page.
The tasks in the GMOS package have been tested with three and six extension MEF files.
The tasks in the GMOS package are designed to operate on MEF FITS images that have been processed using GPREPARE. GPREPARE will not run on data from instruments other than GMOS. The GMOS tasks will not run on simple FITS files.
Input image names should in general not contain directory paths as not all tasks have been tested in this mode.