XVista manual page

NAME

mul - to multiply image files

SYNOPSIS

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

DESCRIPTION

This routine computes the product of the data in file1.fts and (if specified) file2.fts. The full evaluation is

output = (const*file1*file2)

Note that a 32 bit floating point buffer is used for each pixel. However the input and output data are written as 16 bit signed integers.

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

SEE ALSO

div