Help for TRANSECT

PURPOSE:
     TRANSECT is a program for plotting the values along a line within an
image. The user specifies the line and sample coordinates for the end points
of the line, and the DN's are plotted as a function of distance (in pixels)
from the starting point. The user may also designate the band (if multichannel
data), the limits of the y axis, and a title to be placed on the printed plot,
if generated.
     TRANSECT does no interpolation to arrive at the values it plots. If
the transect is mostly horizontal in the image, a value is taken at each
sample, using the nearest line. For the more vertical transects, a value is
taken at each line, using the nearest sample.

PARAMETERS:


INP

Input file name

START

Line and sample of the starting point

END

Line and sample of the end point

BAND

Band number (if multichannel)

YAXIS

Range of y-axis

TITLE

Title placed on hardcopy plot

XLABEL

X-axis label (paper plot only)

YLABEL

Y-axis label (paper plot only)

PRINT

Print pixel values? (PRINT or NOPRINT)

See Examples:


Cognizant Programmer: