fixpasstime [ parameter=value ... ]
Parameters are: pass_number, fix_catalog, check_sat, fix_duration, fix_clock, max_time_adj, conseq_good.
For a specified HRPT pass on the pass disk, fixpasstime can update the pass time in the corresponding online catalog entry to match the time embedded in the telemetry. In addition, fixpasstime can change the satellite name in the online catalog record so it matches the HRPT telemetry. fixpasstime can also change the duration in the online catalog so it is equal to the AVHRR line time multiplied by the number of AVHRR lines.
If the user's effective userid is the superuser's id, then fixpasstime can modify the system clock so it approximates the satellite time embedded in the telemetry for a given HRPT pass. fixpasstime does this by comparing the satellite time to the time appended to the end of each HRPT record by the framing process and computing a statistical average. This average correction is applied only if it does not exceed a user specified abolute limit, and only if the average's RMS error is less than .05 seconds.
This is an example of fixing the pass time of pass 1 in the online catalog to correspond with the pass number on the passdisk.
cabo% fixpasstime pass_number : int ? [2] 1 fix_catalog : char( 3) ? [yes] check_sat : char( 3) ? [yes] fix_duration : char( 3) ? [no] conseq_good : int ? [2] Start time for pass 1 is 93/07/16 03:40:53.59 cabo%
auto_timeadj, etx, avhrr, listcat, addcat, lspass.
fixpasstime is only implemented for HRPT telemetry.
Suppose fixpasstime skips N lines before finding Conseq_lines with good times. Suppose that the time corresponding to the first of these conseq_lines is T. Then the start time of the pass is set to T - N/6. This is done so xvu Image FromPass overlays a more accurate coastline.
Last Update: $Date: 1999/05/10 20:13:53 $