Level 2 Help for TGEOM2

INP

The first input image must be the rectification dataset produced by TGEOM1.
The second input dataset must be the raw image to be rectified.


OUT

Transformed image dataset


SIZE

This refers to the size field (StartingLine,StartingSample,NumberLines,
NumberSamples) in output image coordinates, which is the same as the subarea
from the first input.  It does not affect the second input (the raw image)
at all.


SL

This is the number of the first line of the rectification dataset to be used,
to produce the first line of the output dataset.


SS

This is the number of the first sample of the rectification dataset to be used,
to produce the first sample of the output dataset.


NL

Number of lines output 


NS

Number of samples output 


INTERP

Two interpolation methods have been implemented, selectable by this keyword.
BILINEAR specifies the use of a bilinear interpolation scheme, while NOINTERP
is specicied when the nearest neighbor approach is desired.