Level 2 Help for ROTATE2

INP

A VICAR labelled image to be rotated.


PDS

An output file of GEOM parameters in "parms" format.  See LGEOM or MGEOM 
documentation.  (The default for this parameter data set is a temporary file 
with the name ZZPAR)


SIZE

The size field indicates which area of the input image is to be 
rotated.  The NL and NS parameters specify the size of the output image.


SL

The starting line of the size field.


SS

The starting sample of the size field.


NL

The number of lines in the size field.  Also, the number of lines in the
output image.


NS

The number of bytes in the size field.  Also, the number of bytes in the 
output image.


ANGLE

This specifies the number of degrees clockwise from up to rotate the image. 
May be positive or negative. 
Default = 0.


LINE

This is the line number of the center of rotation in the input image.
Default = .5 * (sl + nl) ...the center line of the picture.


SAMPLE

This is the sample number of the center of rotation in the input image.
Default = .5 * (ss + ns) ...the center sample of the picture.  Values are
in samples, not bytes.


CENTER

This specifies the center of rotation in the output image.  Default is the 
same as that specified for or defaulted for the input image.  (Note that the
sample values are expressed in units of pixels, not bytes.)


NOINTERP

This specifies that no interpolation is to be performed during the GEOM.
In this case, the DN value of the point closest to the fractional line and
sample is used.  This method ("nearest neighbor") is somewhat faster, but is
not as accurate as the four point interpolation.  Default = NOINTERP.