IRAF help page for package images, program imdivide

from NOAO imdivide -- image division with zero checking and rescalingUSAGE PARAMETERSDESCRIPTIONEXAMPLESSEE ALSO

imdivide -- image division with zero checking and rescaling


USAGE

imdivide numerator denominator resultant


PARAMETERS

numerator

Numerator image.

denominator

Denominator image.

resultant

Resultant image. This image will be of datatype real.

title = '*'

Title for resultant image. The special character '*' defaults the title to that of the numerator image.

constant = 0

The constant value for the zero division constant option.

rescale = norescale

After the image division the resultant image may be rescaled with the following options:

norescale

Do not rescale the resultant image.

mean

Scale the resultant image to the specified mean value.

numerator

Scale the resultant image to have the same mean value as the numerator image.

mean = 1

The mean value used rescale the resultant image under 'mean' option of rescale.

verbose = no

Print the means of each image?


DESCRIPTION

The numerator image is divided by the denominator image to form the resultant image. The division is checked for division by zero and replaces the result with the value of the parameter constant. After the division the resultant image may be rescaled. The rescaling option is selected with rescale. The options are not to rescale, rescale to the specified mean value, and rescale to the mean of the numerator. The means of the three images are calculated and may be printed with the verbose option.


EXAMPLES

1. To divide a object image by a flat field and then rescale the division back to the mean of the object image:

cl> imdivide object image final rescale=numerator


SEE ALSO

imarith,


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