I P O W E R
Raises the data in an image to a power of itself. This can be used
to multiply an image by itself (POWER=2.0) or to take the square
root of an image (POWER=0.5), or may be used with an arbitrary power.
Pixels whose value is such that the operation is illegal will give
a zero result.
Command parameters -
IMAGE (File) The name of the structure containing the image.
POWER (Numeric) The power to which the image is to be raised.
OUTPUT (File) The name of the result of the operation. This can
be the same as for IMAGE. If not, a new structure
is created, with everything but the data a direct
copy of the input.
Command keywords - None
User variables used - None
KS / AAO 28th May 1987
FIGARO A general data reduction system