IRAF help page for package noao.imred.ccdred, program mkillumcor

from NOAO mkillumcor -- Make flat field illumination correction imagesUSAGEPARAMETERSDESCRIPTIONEXAMPLESSEE ALSO

mkillumcor -- Make flat field illumination correction images


USAGE

mkillumcor input output


PARAMETERS

input

List of input images for making flat field illumination correction images.

output

List of output flat field illumination correction images. If none is specified or if the name is the same as the input image then the output image replaces the input image.

ccdtype = flat

CCD image type to select from the input images. If none is specified then all types are used.

xboxmin = 5, xboxmax = 0.25, yboxmin = 5, yboxmax = 0.25

Minimum and maximum smoothing box size along the x and y axes. The minimum box size is used at the edges and grows to the maximum size in the middle of the image. This allows the smoothed image to better represent gradients at the edge of the image. If a size is less then 1 then it is interpreted as a fraction of the image size. If a size is greater than or equal to 1 then it is the box size in pixels. A size greater than the size of image selects a box equal to the size of the image.

clip = yes

Clean the input images of objects? If yes then a clipping algorithm is used to detect and exclude deviant points from the smoothing.

lowsigma = 2.5, highsigma = 2.5

Sigma clipping thresholds above and below the smoothed illumination.

divbyzero = 1.

The illumination correction is the inverse of the smoothed flat field. This may produce division by zero. A warning is given if division by zero takes place and the result (the illumination correction value) is replaced by the value of this parameter.

ccdproc (parameter set)

CCD processing parameters.


DESCRIPTION

First, the input flat field images are automatically processed if needed. Then, the large scale illumination pattern of the images is determined by heavily smoothing them using a moving "boxcar" average. The illumination correction, the inverse of the illumination pattern, is applied by ccdproc to CCD images to remove the illumination pattern introduced by the flat field. The combination of the flat field calibration and the illumination correction based on the flat field is equivalent to removing the illumination from the flat field (see mkillumflat). This two step calibration is generally used when the observations have been previously flat field calibrated. This task is closely related to mkskycor which determines the illumination correction from a blank sky image; this is preferable to using the illumination from the flat field as it corrects for the residual illumination error. For a general discussion of the options for flat fields and illumination corrections see flatfields.

The smoothing algorithm is a moving average over a two dimensional box. The algorithm is unconvential in that the box size is not fixed. The box size is increased from the specified minimum at the edges to the maximum in the middle of the image. This permits a better estimate of the background at the edges, while retaining the very large scale smoothing in the center of the image. Note that the sophisticated tools of the images package may be used for smoothing but this requires more of the user and, for the more sophisticated smoothing algorithms such as surface fitting, more processing time.

To minimize the effects of bad pixels a sigma clipping algorithm is used to detect and reject these pixels from the illumination. This is done by computing the rms of the image lines relative to the smoothed illumination and excluding points exceeding the specified threshold factors times the rms. This is done before each image line is added to the moving average, except for the first few lines where an iterative process is used.


EXAMPLES

1. The example below makes an illumination correction image from the flat field image, "flat017".

cl> mkillumcor flat017 Illum


SEE ALSO

ccdproc, flatfields, mkillumflat, mkskycor, mkskyflat,


This page automatically generated from the iraf .hlp file. If you would like your local iraf package .hlp files converted into HTML please contact Dave Mills at NOAO.

dmills@noao.edu