| 1 | = Common command line options for aznav = |
| 2 | |
| 3 | '''-v'''[[BR]] |
| 4 | Verbose output |
| 5 | |
| 6 | '''-a2'''[[BR]] |
| 7 | Use second set of attitude data items (should come from Applanix - set 1 should be from Javad) |
| 8 | |
| 9 | '''-p2'''[[BR]] |
| 10 | Use second set of position data items (should come from Applanix - set 1 should be from Javad) |
| 11 | |
| 12 | '''-f <r> <p> <h>'''[[BR]] |
| 13 | Use 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]] |
| 16 | Use <HDF_Filename> as the output level 1b HDF file |
| 17 | |
| 18 | '''-so <SCT_Offset>'''[[BR]] |
| 19 | Use given SCT (scan timing) offset to correct along-track deviations in output. |
| 20 | |
| 21 | '''-at <GPT_Offset>'''[[BR]] |
| 22 | Use 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]] |
| 25 | Use given pitch, roll, heading and lever offset corrections (three terms for offset of scanner from prime antenna). |
| 26 | |
| 27 | To 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. |