C L E A N
Main routine for the Figaro 'CLEAN' command. Displays
a CCD image and then allows the user to move around it with
the cursor, selecting rows and columns to be corrected and
cosmic rays to be zapped. The idea is that this routine can
be used to fix up any areas in an image that were not fixed
automatically by the non-interactive version ('BCLEAN'). It
may also give a better idea of the best settings for the
BCLEAN parameters.
Command parameters -
IMAGE (Character) The name of the image to be displayed.
OUTPUT (Character) The name of the resulting cleaned image.
If the same as IMAGE, the image is cleaned in situ.
QUIT (Logical) Used to confirm quitting the application.
DEG (Integer) Degree of fit to use for interpolation.
XSIZE (Integer) Size of deletion box in X.
YSIZE (Integer) Size of deletion box in Y.
HIGH (Real) Highest displayed data value.
LOW (Real) Lowest displayed data value.
User variables - ("<" output, "!" modified)
(!) IMARRAY (Numeric array) Contains current image display
parameters.
(<) IMFILE (Character) Contains name of currently displayed
image file.
(>) IDEV (Character) Contains name of display device.
KS / CIT 2nd July 1984
FIGARO A general data reduction system