Level 2 Help for FILE2TCL

INP

Name of input file from which parameter values are extracted.


VAL

Integer variable set to indicate file existence.
Set to 0 if inp does not exist, or 1 if it does.


FTYPE

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


FSUBTYPE

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


FSIZE

Integer variable set to size of inp in bytes, if it exists, 0
otherwise.


NL

Integer variable set to number of input image lines.


NS

Integer variable set to number of input image samples.


NB

Integer variable set to number of input image bands.


FORMAT

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


HOST

String variable set to input image host, e.g.  X86-LINUX.


ORG

String variable set to input image organization, i.e. one of:
  BSQ (band sequential)
  BIP (band interleaved by pixel)
  BIL (band interleaved by line)


TYPE

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