|
|
Image acquisition with the MU script
|
Customizing the MU script
(continued)
Flat field parameters
' FLAT FIELD PARAMETERS
takeFlatsAtSunset = True ' Set this to True if you wish to take sky flats
' after sunset
takeFlatsAtSunrise = True ' Set this to True if you wish to take sky flats
' before sunrise
nFlatsMax = 6 ' Maximum number of flat field images which may be
' taken with each filter
minFlatCount = 10000 ' Minimum acceptable average pixel count for a
' flat field image
maxFlatCount = 50000 ' Maximum acceptable average pixel count for a
' flat field image
saturationCount = 65536 ' Number of counts corresponding to saturation
flatAlt = 75. ' Altitude (deg) where flat fields should be taken
flatAz = 0. ' Azimuth (deg) where flat fields should be taken
highSunAltFlat = -2.7 ' Highest allowed sun altitude (deg) while taking flats
lowSunAltFlat = -6.8 ' Lowest allowed sun altitude (deg) while taking flats
minExpTimeFlat = 5. ' Shortest exposure time (sec) which may be used when
' taking flats
maxExpTimeFlat = 20. ' Longest exposure time (sec) which may be used when
' taking flats
|
After taking all flat fields in either the evening or the morning twilight, the MU script
combines the flats taken with each filter into master flat fields. Four versions of each
master flat field are produced:
File name |
Description |
MasterFlat_bin1_filterName.fit |
Full resolution (unbinned), full frame |
MasterFlat_bin2_filterName.fit |
2x2 binned, full frame |
MasterFlat_bin1_filterName_center.fit |
Full resolution (unbinned), center frame (covering the central 25% of the detector's
area) |
MasterFlat_bin2_filterName_center.fit |
2x2 binned, center frame (covering the central 25% of the detector's
area) |
In the above table, filterName is the filter name as defined
in FilterFile.
Note: If you do not use an automated filter wheel, the filter name will be omitted from
the file names of the flat fields.
Click here for details about the
directories where flat fields are stored by the MU script.
Previous: Timing tolerance/waiting times, bias and dark frame
parameters
Next: Image shifts for producing binned calibration files,
weather station parameters
© 1999-2004 Paulo Holvorcem
|