Name of input file from which parameter values are extracted.
Integer variable set to indicate file existence. Set to 0 if inp does not exist, or 1 if it does.
Integer variable set to indicate inp type: -4 => Error accessing file -3 => Read-protected file -2 => Empty file -1 => Unknown file type 0 => No such file 1 => VICAR 2 => TIFF
Integer variable set to indicate inp subtype: 0=> Unspeficied subtype 1=> Unknown subtype 2=> GeoTIFF 3=> Vanilla TIFF 4=> VICAR with GeoTIFF label 5=> Vanilla VICAR
Integer variable set to size of inp in bytes, if it exists, 0 otherwise.
Integer variable set to number of input image lines.
Integer variable set to number of input image samples.
Integer variable set to number of input image bands.
String variable set to input image format, i.e. one of: BYTE: byte pixels HALF: half-word pixels FULL: full-word pixels REAL: single-precision floating point pixels DOUB: double-precision floating point pixels COMP: complex pixels
String variable set to input image host, e.g. X86-LINUX.
String variable set to input image organization, i.e. one of: BSQ (band sequential) BIP (band interleaved by pixel) BIL (band interleaved by line)
String variable set to input image type, i.e. one of:
IMAGE: The file contains image data.
PARAMS parameter on the command line
PARAM: Same as PARM, but an older file type
GRAPH1: The file is an IBIS Graphics-1 file
GRAPH2: The file is an IBIS Graphics-2 file
GRAPH3: The file is an IBIS Graphics-3 file
TABULAR: The file is an IBIS Tabular file