(1) The file containing all 12 bands of a TMS image in BIL format,
which has been output from TMSLOG.
Example: INP(1) = TMS.PIX
(2) The file containing the auxiliary calibration data set, the second
output for a given flight line from TMSLOG.
Example: INP(2) = TMS.AUX
THE output data set in INTEGER*2 (HALFWORD) format of all 12 channels
of calibrated TMS data. The exact type of data output (i.e. temperature
or radiance) is determined by the MODE parameter.
Example: OUT = TMS.CAL
The standard VICAR2 output size field. Default will calibrate the entire
dataset.
Example: SIZE = (1,1,200,500)
Starting line (same as SIZE(1)).
Starting sample (same as SIZE(2)).
Number of lines (same as SIZE(3)).
Number of samples (same as SIZE(4)).
This keyword selects the type of decalibatrion to be performed on
Channels 11 and 12, the thermal IR channels.
There is a choice of two possibilities:
RAD - for decalibration to radiance units
IRAD is synonymous with RAD, and is permitted for compatibility
with the operation of TIMSCAL
TEMP - for decalibration to temperature units (Celsius)
ITEM is synonymous with TEMP, and is permitted for compatibility
with the operation of TIMSCAL
This selects the width of the filter used to smooth the calibration file data. Its value must be an odd integer.