MMASPLI
Name
mmaspli
Purpose
Splice multi-amp CCD images back together.
Description
Originally written for the WIYN mini-mosiac imager, it now is also
used for Mosaic imager data (NOAO).
Category
CCD data processing
Calling Sequence
mmaspli,filelist,outdir
Inputs
filelist - List of flies to process.
outdir - The directory to write the calibrated files to. Don't make
this the same as the input directory.
Optional Input Parameters
Keyword Input Parameters
LEFT - vector or scalar of extension number of the left side of the CCD
default=[1,3,5,7]
RIGHT - vector = extention number of the right side of the CCD
scalar = offset to add to left to get the right side
(default=1)
SKIP - Flag, if set will direct the program to skip any output files
that are already present.
Outputs
The calibrated images are written to outdir. Don't make this the same
as the current directory!
Keyword Output Parameters
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
2000/02/28, Written by Marc W. Buie, Lowell Observatory
2001/08/19, MWB, modified to work on any even number of groups.
2002/03/14, MWB, added special case for NEXTEND from 2 down to 1.
2013/03/13, MWB, added LEFT and RIGHT keywords