Changes between Version 1 and Version 2 of Processing/Flow/azspec


Ignore:
Timestamp:
Dec 20, 2007, 3:53:09 PM (16 years ago)
Author:
benj
Comment:

Added -sYS option

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Flow/azspec

    v1 v2  
    1616Path for radiometric calibration files.
    1717
     18'''-sYS <Sync_Flag> <Sync_Recovery> <Sync_Correction> <Check_Gap>'''[[BR]]
     19Specifies control of nav sync recovery. Should only be used if sync cannot be obtained from nav file, in which case use "-sYS 0 0 0 0" to force use of .hdr file start time and then fix alignment later using SCT Offset in aznav.
     20 * <Sync_Flag> - Set to 1 to get sync in azspec or 0 to get sync in azimport (default 1).
     21 * <Sync_Recovery> - Set to 0 to use nest nav message sync recovery, 1 to use nearest integral second of GPS time (default 1).
     22 * <Sync_Correction> - Number of seconds to be added to sync time as correction. Actual effect on output not known.
     23 * <Check_Gap> - Check gap to search for sync time relative to approximate .hdr start time.
     24
    1825To get a more complete (somewhat dense) listing of azspec command-line switches type "azspec" with no arguments at the command-line. Note still may not be exhaustive.