NAME: pickim PURPOSE: Interactive program to select best image from cube for SL9 data. DESCRIPTION: This is a special purpose routine built for selecting one image from a set of nearly identical images. The SL9 data was taken as image cubes ~5 images in rapid succesion in the same filter. This program will display all images raw and after unsharp masking. Click on the best (either version) to save it (after processing) to disk. CATEGORY: CCD data processing CALLING SEQUENCE: pickim,root,imnum, PATH=path, OUTPATH=outpath, BIAS=bias, DARK=dark, FLAT=flat, FORCE=force INPUTS: root - string containing the root of the data file names (no period) imnum - vector contining a list of image numbers to process. OPTIONAL INPUT PARAMETERS: KEYWORD INPUT PARAMETERS: PATH - Directory where data files reside (default = ./) OUTPATH - Directory where output files will be written (default = ./) BIAS - Bias frame to subtract (default=none) DARK - Dark frame to subtract (default=none) FLAT - Flat field to divide into data (default=1) FORCE - set to sub-frame that should be selected (default=interactive) DELTAT - Readout time of each frame used to correct time for chosen image from the time of the first frame. (in seconds), the default (for no good reason) is 1 second. OUTPUTS: Output is a FITS file with the chosen image (after processing) KEYWORD OUTPUT PARAMETERS: COMMON BLOCKS: SIDE EFFECTS: RESTRICTIONS: PROCEDURE: MODIFICATION HISTORY: 95/06 - Marc W. Buie, Lowell Observatory 96/06/22, MWB, added OUTPATH and FLAT keywords 96/06/27, MWB, added DELTAT 96/07/03, MWB, added calib mis-match support