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


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

Created

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Flow/azimport

    v1 v1  
     1= Common command line options for azimport =
     2
     3'''-v'''[[BR]]
     4Verbose output
     5
     6'''-h <HDF_Filename>'''[[BR]]
     7Use <HDF_Filename> as the output level 1b HDF file
     8
     9'''-Sr <Number>'''[[BR]]
     10Not sure about this one, related to Specim sync in some way (starts -S). Seems to be an offset of some kind in seconds.
     11
     12'''-Sg <Number>'''[[BR]]
     13<Number> of seconds gap for checking approximate sync time with that of nearby nav records. Default is 20s.
     14
     15'''-Sq <Path_Pattern>'''[[BR]]
     16Searches for Specim sync file in path matching <Path_Pattern>. Wildcard character is #.
     17So eg. eagle/file#.nav matches files in eagle subdirectory beginning "file" and ending ".nav"
     18Note for this to work azspec must have been run before azimport.
     19
     20'''-n2'''[[BR]]
     21Save nav items in position 2. Position 1 should be used for Javad nav, position 2 for Applanix. Omit argument to use position 1.
     22
     23'''-a <File_Path>'''[[BR]]
     24Location of Applanix sbet file.
     25
     26To get a full (somewhat dense) listing of azimport command-line switches type "azimport" with no arguments at the command-line.