Help for NS001

     NS001 is the logging procedure for data acquired from the NS001
multispectral scanner. The NS001 scanner is an 8 channel instrument with 7
bands in visible and near-IR and a single thermal-IR band. Its bandpasses are
similar to the LANDSAT-TM system, with an added band at 1.0 to 1.3 microns. The
NS001 scanner was designed to be operated from an aircraft platform, and scenes
are typically acquired from a C-130 operated by NASA AMES. 
     This TAE procedure separates the input data file into separate files for
each band logged, adds the standard annotation for NS001 data, (optionally) 
performs GRADREM for brightness gradient correction, (optionally) prints the 
histograms, and makes aspect and panorama corrections by means of the C130RECT
program. The user may choose to log all bands, or only a subset of the bands.
     The user is required to specify the following information when running
NS001:
	the input dataset name
	the output dataset(s)
	the flight number, line/run number, and date of the data acquisition

Cognizant Programmer: Ron Alley		12/10/85


PARAMETERS:


INP

Input dataset name

OUT

Output dataset name(s)

CHAN

Channels to be logged

DATE

Date of data acquisition ddmmmyy

SITE

Site name

FLIGHT

NASA/AMES flight number

LINE

Line number for this flight

RUN

Run number for this flight line

TEXT

Channel descriptions to be entered into the VICAR label

START

First line of the gradient estimaion region (USED ONLY IF GRADREM INVOKED)

LENGTH

Number of lines in the gradient estimation region (USED ONLY IF GRADREM INVOKED)

LINC

Separation between lines used in the gradient estimation (USED ONLY IF GRADREM INVOKED)

FILT

Size of filter window used to smooth the gradient estimation function (USED ONLY IF GRADREM INVOKED)

GAIN

Scaling factor appied to each pixel after dividing by the gradient estimation function (USED ONLY IF GRADREM INVOKED)

HIST

Histogram display format. Valid values: WIDE, NORMAL, NONE

SCALE

Aspect ratio (expansion factor) used in panorama correction by C130RECT

See Examples:


Cognizant Programmer: