GETSTRIP
Name
getstrip
Purpose
Extract a 2-d rectangular strip image from a OSIRIS XD image.
Description
Category
Spectroscopy
Calling Sequence
getstrip,calib,root,frno,strip,hdr
Inputs
calib- Anonymous structure containing all pertinent calibration
information. This structure is usually loaded beforehand using
the routine, "ldcalir"
root - string containing the root of the file name (with leading path
if desired).
frno - Frame id (integer) of image to read.
Optional Input Parameters
Keyword Input Parameters
OFF_CHIP - Value to assign to output array for pixels that do not map
to the original array (default=0.0)
Outputs
strip - 2-d rectangular strip image pulled from raw data (see getstrip).
hdr - FITS header for image.
Keyword Output Parameters
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
95/03/24, Written by Marc W. Buie, Lowell Observatory
95/09/15, MWB, added usage of calib structure and return of header.
98/06/08, MWB, added OFF_CHIP keyword
98/08/17, MWB, added fix to get actual Exposure time from image.