Help for COPY

Copy is a simple program which can be used to copy all or
part of an image to another file.  The size and bands fields
are used to determine a window into the input file.

Copy works both on labeled and unlabeled images, although for
an unlabeled image it is usually best to specify INSIZE,
FORMAT, and ORG to ensure that the proper size image is read.

To write an unblocked tape file, the NOBLOCK keyword may be given.

The maximum record size that may be copied is 200,000 bytes.

PARAMETERS:


INP

Input file name

OUT

Output file name

SIZE

Window into input

BANDS

Window into input in band dimension

SL

Starting line = size(1)

SS

Starting sample = size(2)

SB

Starting band = bands(1)

NL

Number of lines = size(3)

NS

Number of samples = size(4)

NB

Number of bands = bands(2)

INSIZE

(nl,ns,nb) of input if unlabeled

FORMAT

Data format iff input is unlabeled

ORG

File organization iff input is unlabeled

BLOCK

Block output?

BINARY

Copy binary labels?

See Examples:


Cognizant Programmer: