NAME

mul - to multiply image files

SYNOPSIS

mul file1 [file2] [const=] [outfile=]

DESCRIPTION

This routine computes the product of the data in file1.fits and (if specified) file2.fits. An optional const may be specified. The full evaluation is
output = (const*file1*file2)
Note that a floating point buffer is used for each pixel. However the input and output data are written as signed 16 bit signed integers with an adjustable zero point.

The resultant image is written into file1.fits unless overridden by the outfile option


XVista index