Changes between Initial Version and Version 1 of Processing/Flow/aznav


Ignore:
Timestamp:
Dec 20, 2007, 5:46:32 PM (16 years ago)
Author:
benj
Comment:

Created

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Flow/aznav

    v1 v1  
     1= Common command line options for aznav =
     2
     3'''-v'''[[BR]]
     4Verbose output
     5
     6'''-a2'''[[BR]]
     7Use second set of attitude data items (should come from Applanix - set 1 should be from Javad)
     8
     9'''-p2'''[[BR]]
     10Use second set of position data items (should come from Applanix - set 1 should be from Javad)
     11
     12'''-f <r> <p> <h>'''[[BR]]
     13Use bandpass filters for set 1 attitude items before final scan interpolation. <r> <p> and <h> are roll, pitch and heading filter half-widths respectively. Does this actually do anything if it only applies to set 1 and you've used the -a2 flag?
     14
     15'''-h <HDF_Filename>'''[[BR]]
     16Use <HDF_Filename> as the output level 1b HDF file
     17
     18'''-so <SCT_Offset>'''[[BR]]
     19Use given SCT (scan timing) offset to correct along-track deviations in output.
     20
     21'''-at <GPT_Offset>'''[[BR]]
     22Use given GPT (GPS Timing) Offset to correct cross-track deviations output. Note get as close as you can using the SCT offset before changing this, since that will affect cross-track deviations as well.
     23
     24'''-acv <p> <r> <h> <lever offsets 1-3>'''[[BR]]
     25Use given pitch, roll, heading and lever offset corrections (three terms for offset of scanner from prime antenna).
     26
     27To get a more complete (somewhat dense) listing of aznav command-line switches type "aznav" with no arguments at the command-line. Note still may not be exhaustive.