NAME
uvotimage - creates UVOT level 2 images
USAGE
uvotimage infile=@<filename>
DESCRIPTION
Make UVOT SKY images from RAW images and/or EVENTs. One image is generated for
every UVOT exposure, regardless of the mode (image or event). For exposures
taken in image mode, uvotimage transforms raw images to sky coordinates using
the attitude file and the appropriate telescope definition/alignment (teldef)
file. For exposures taken in event mode, sky images are made directly from the
event X, Y (RA and Dec) values in the event file.
UVOTIMAGE is used in the Swift pipeline to iterate over raw UVOT
image and event files to create Level 2 image files.
PARAMETERS
- infile [filename]
- Name of input image or event file(s). This can be a comma-delimited list of file names or @<file> where <file> contains the names of the files to process, one per line.
- prefix [string]
- Prefix for output files.
- attfile [filename]
- Input attitude file.
- teldeffile [filename]
- Telescope definition calibration file or CALDB.
- alignfile [filename]
- Alignment file or CALDB.
- ra [real]
- Nominal R.A. (degrees)
- dec [real]
- Nominal Dec. (degrees)
- roll [real]
- Nominal roll. (degrees)
- (catfile = NONE) [filename]
- UVOT exposure catalog or NONE.
- (flatfield = no) [boolean]
- Perform flat fielding? Not implemented.
- (mod8corr = no) [boolean]
- Perform modulo 8 noise correction?
- (cleanup = yes) [boolean]
- Remove intermediate files?
- (history = yes) [boolean]
- Write history keywords?
- (clobber = no) [boolean]
- Overwrite existing files?
- (chatter = 1) [enumerated integer]
- Standard HEAdas chatter parameter.
EXAMPLES
The following examples illustrate running uvotimage
1. run uvotimage
uvotimage infile=@files prefix=Q teldeffile=CALDB alignfile=CALDB
SEE ALSO
LAST MODIFIED
June 2007