Parent Topic: AVHRCOR
Name Prompt Count Type FILI Database Input File Name 1-64 Char FILO Database Output File Name 1-64 Char DBIC Database Input Channel List 1-1024 Int DBOC Database Output Channel List 0-1024 Int DBIW Database Input Window 0-4 Int DBOW Database Output Window 0-4 Int AVHRRSEG AVHRR Calibration/Orbit Text Segment 0-1 Int PIXRES Output Pixel Resolution in Metres 0-1 Float RESAMPLE Resample Mode: NEAR/BILIN/CUBIC/8PT 4 Char MEMSIZE Working Memory Size (Mbytes) 0-1 Float TIMEMULT Multiplier for Start Scan Date Interval 0-1 Int
EASI>FILI="filespec"
EASI>FILO="filespec"If FILO does not exist, AVHRCOR will create a new output file whose extent will will be based on the 4 corner points of the input image. The new output file will be either in UTM (Universal Transverse Mercator) coordinates or UPS (Universal Polar Stereographic) coordinates, and use the WGS 84 datum. UPS is used when the input file contains data near or including a polar region. The reason for this is that UTM is not a suitable projection typically for data north of 75 degrees North latitude (or south of 75 degrees South latitude).
EASI>DBIC=i,j,...,nRanges of channels can be specified with negative values. For example: {1,-4,10} is internally expanded to {1,2,3,4,10}.
Limits: Up to 1024 channels can be handled. Up to 16 integer values can be specified.
EASI>DBOC=i,j,...,nRanges of channels can be specified with negative values. For example: {1,-4,10} is internally expanded to {1,2,3,4,10}.
Limits: Up to 1024 channels can be handled. Up to 16 integer values can be specified. For each channel specified in DBIC, an output channel must be specified in DBOC. DBOC is ignored if FILO does not exist. Duplicate channels are NOT allowed.
EASI>DBIW=XOff,YOff,XSize,YSize EASI>DBIW=0,0,2048,1000 ! Consider the first 1000 lines only.
EASI>DBOW=XOff,YOff,XSize,YSize EASI>DBOW=0,0,2048,2000 ! Only register into the first 2000 lines.
EASI>AVHRRSEG=j | Use segment number j EASI>AVHRRSEG= | AVHRCOR will try to find a valid text segment
EASI>PIXRES=4000 | Use a pixel size of 4km x 4km
EASI>RESAMPLE="NEAR" | Nearest Neighbour EASI>RESAMPLE="BILIN" | Bilinear Interpolation EASI>RESAMPLE="CUBIC" | Cubic Convolution EASI>RESAMPLE="8PT" | Sin(x)/x with a 8 x 8 window EASI>RESAMPLE="16PT" | Sin(x)/x with a 16 x 16 window
EASI> | use default value EASI>MEMSIZE=n | use n MbytesIdeally, the entire input image should be held in memory for AVHRCOR. However, this requirement would be unacceptable for large images on small computer systems. For example, a 5-channel, 2048x3000 size AVHRR image would require 2048x3000x5x2 = 60 Mbytes of RAM memory. Luckily, only a portion of the input image needs to be in RAM at any particular time. The size of the portion that needs to be in memory depends on the input image size and the amount of rotation between the input image and the geocoded output image.
EASI>TIMEMULT= | Use a default search interval of 60 minutes EASI>TIMEMULT=2 | Use a search interval of 120 minutes