aptin [ parameter=value ... ] [ inputfile outputfile ]
Parameters are: satellite, timetag, pass_date, start_time, scan_rate.
aptin creates APT AVHRR (Advanced Very High Resolution Radiometer) sensor datasets from APT telemetry data. APT AVHRR is generated from HRPT AVHRR. APT AVHRR is averaged to reduce transmission rate, and subsampled to correct for earth curvature. Also, APT AVHRR data is 8-bit data obtained from an analog signal, whereas HRPT AVHRR is 10-bit data.
aptin uses satellite, pass_date, and start_time to create the earth transform for the output dataset.
The scan_rate is the rate at which the APT analog data stream was sampled to produce the input data. The ideal APT scan_rate is 4160 bytes/second, matching the transmission rate, but rates between 3200 and 6400 are allowed.
scan_rate has an effect on the number of APT video samples per line. If the scan_rate is 4160, the number of APT video samples per line is 909. However, if the scan_rate is 4096, the number of APT video samples per line is 909 * (4096/4160) = 895 (approximately).
aptin does not automatically generate names like other telemetry ingesters, such as avin. The setname function can be used to change the name of the dataset output by aptin to reflect the date, time, and satellite.
An output dataset produced by aptin contains two variables, named ls and ts. Normally, ts is infrared data from AVHRR channel 4, and ls is visible data from AVHRR channel 2. However, for night passes, ls may be infrared data from AVHRR channel 3.
Ingest APT data sampled at a rate of 4096 bytes per second.
[902] % aptin /worker/apt/thu22_00.noa XTHU satellite : char( 11) ? noaa-11 timetag : char( 3) ? [no] pass_date : char( 15) ? [92/10/17] 92 10 15 start_time : char( 15) ? 22 00 00 scan_rate : int ? [4096] /worker/apt/thu22_00.noa: Offset to video data = 27 /worker/apt/thu22_00.noa: Number of records found = 1288 [903] %
$SATDATA/satellite/sensor, orbdata
avhrr, datasets, formats, etx, avin
The accuracy of the output dataset's earth transform depends heavily on the accuracy of the start_time given to aptin.
Last Update: $Date: 2000/11/20 18:59:49 $