Progress of this program can be monitored. See MONITOR section.
Name Prompt Count Type FILI Database Input File Name 1-64 Char FILO Database Output File Name 0-64 Char DBIC Database Input Channel List 1-1024 Int DBOC Database Output Channel List 0-1024 Int DBGC Database Ground Control Segment 0-1 Int DBIW Database Input Window 0-4 Int ANGLE Angle 1 Real RCENTRE Centre of Rotation 0-2 Real RESAMPLE Resample Mode: NEAR/BILIN/CUBIC 0-5 Char
EASI>FILI="filespec1"
EASI>FILO="filespec2"
EASI>DBIC=i,j,...,p (maximum 1024 channels) EASI>DBIC= (no image rotation)
EASI>DBOC=i,j,...,p (maximum 1024 channels)
EASI> DBGC=i | rotate GCP segment i EASI> DBGC= | no gcp segment rotationOnly the image coordinates inside the GCP segment will be rotated.
EASI>DBIW=Xoffset,Yoffset,Xsize,Ysize EASI>DBIW= | defaults to entire image
EASI>RCENTRE=i,j | Use Pixel i and Line j as the rotation centre EASI>RCENTRE= | defaults to centre of DBIW window
Valid Values: 0.0 <= x <= 360.0 Default: 90.0Specifies the clockwise angle of rotation, in degrees.
Valid Values: NEAREST, BILINEAR, CUBIC Default: NEARESTSpecifies which type of resampling will be performed on the image data. The following methods are supported:
NEAREST | Nearest Neighbour (fastest) BILINEAR | Bilinear Interpolation CUBIC | Cubic Convolution (recommended)
The rotation can be restricted within a specified window (DBIW), if desired. By default, the entire image is rotated.
The user can also specify the centre of rotation (RCENTRE) in pixel and line coordinates. Default is the centre of DBIW window.
RESAMPLE specifies the type of resampling method used during rotation.
EASI>MONITOR="ON" | turn monitor ON (default)
EASI>MONITOR="OFF" | turn monitor OFF (recommended if
| running in batch/background mode)
EASI>FILI="irvine.pix"
EASI>FILO= | defaults to FILI
EASI>DBIC=1 | specify channels to rotate
EASI>DBOC=7 | specify output channels
EASI>DBGC= | no gcp segment
EASI>DBIW= | use the entire image
EASI>ANGLE=45
EASI>RCENTRE | use centre of image as rotation
centre
EASI>RESAMPLE="CUBIC" | use cubic resampling
EASI>R ROT
(2) The user has a 400x200 file "file1.pix" and wants to rotate
channel 1 of the file by 90 degrees. The result is to be saved in
channel 1 of a 200x400 file "file2.pix".
EASI>FILI="file1.pix"
EASI>FILO="file2.pix"
EASI>DBIC=1 | specify channels to rotate
EASI>DBOC=1 | specify output channels
EASI>DBGC= | no gcp segment
EASI>DBIW= | use the entire image
EASI>ANGLE=90
EASI>RCENTRE | use centre of image as rotation
centre
EASI>RESAMPLE="CUBIC" | use cubic resampling
EASI>R ROT
(3) The user has a 400x200 file "file1.pix" and wants to rotate
channel 1 and 2 of the file by 45 degrees. The result is to be saved
in channel 1 and 2 of a file "file2.pix" which does not exist.
EASI>FILI="file1.pix"
EASI>FILO="file2.pix" | file to be created automatically
EASI>DBIC=1,2 | specify channels to rotate
EASI>DBOC=1,2 | specify output channels
EASI>DBGC=2 | rotate GCP segment 2
EASI>DBIW= | use the entire image
EASI>ANGLE=45
EASI>RCENTRE | use centre of image as rotation
centre
EASI>RESAMPLE="CUBIC" | use cubic resampling
EASI>R ROT
(4) The user has a 400x200 file "file1.pix" and wants to rotate GCP
segment 2 the file by 45 degrees. The result is to be saved in an
existing file "file2.pix".
EASI>FILI="file1.pix"
EASI>FILO="file2.pix" | file to be created automatically
EASI>DBIC= | no image rotation
EASI>DBOC= | no image rotation
EASI>DBGC=2 | rotate GCP segment 2
EASI>DBIW= | use the entire image
EASI>ANGLE=45
EASI>RCENTRE | use centre of image as rotation
centre
EASI>RESAMPLE="CUBIC" | use cubic resampling
EASI>R ROT