Level 2 Help for ZCIRCLE

INP

An input image


OUT

An output image


SIZE

VICAR size field (SL,SS,NL,NS)

	where
    	   SL is the starting line for output
   	   SS is the starting sample for output
	   NL is the number of lines in the output image
	   NS is the number of samples in the output image


SL

is the starting line for output.
Default is 1.


SS

is the starting sample for output.
Default is 1.


NL

is the number of lines in the output image.
Default is the number of lines in the input dataset.


NS

is the number of samples i the output image.
Default is the number of samples in the input dataset.


XCEN

is the center sample coordinate in pixels.
Default is (NS+1)/2.


YCEN

is the center line coordinate in pixels.
Default is (NL+1)/2.


R

is the average radius of the circle or ellipse.
Default is (NL+NS)/4.


RPOL

is the "polar" radius of the ellipse and overrides the R value.
Default is determined from the R, REQ, and ECC values.


REQ

is the "equatorial" radius of the ellipse and overrides the R value
Default is determined from the R, RPOL, and ECC values.


ECC

is the eccentricity of the ellipse and may be -1<ECC<+1.  When ECC is
negative, the polar axis becomes the major axis.
Default is zero (circle).


ANG

is an azimuthal angle of rotation of the polar axis, measured
clockwise and may be -90<ANG<+90.
Default is 0.0.


DN

is the DN value to replace removed data for BYTE, HALF and FULL format data.
Default is 0 or -32768 or -214748638 for BYTE or HALF or FULL.


RDN

is the DN value to replace removed data for REAL*4 format data.
Default is -1.7E38.


IN

is a keyword to specify that all pixels inside the limits of
the defined circle or ellipse are to be removed.
Default is that pixels outside of the circle or ellipse
are removed.