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


Ignore:
Timestamp:
Dec 21, 2007, 10:03:58 AM (16 years ago)
Author:
benj
Comment:

Created

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Flow/azgcorr

    v1 v1  
     1= Common command line options for azgcorr =
     2
     3'''-v'''[[BR]]
     4Verbose output
     5
     6'''-mUK99 <File_Path>'''[[BR]]
     7Use UK National Grid 1999 for datum shift/map projection conversion. <File_Path> is the path to the OSGB99 correction file.
     8Note other options are available for -m, including -mUTMZ <zone> to use the specified UTM zone. See command-line help for full details.
     9
     10'''-bl <Band_List> -1'''[[BR]]
     11Space-separated list of bands to be processed. -1 terminates list.
     12
     13'''-p <x> <y>'''[[BR]]
     14Output pixel size in metres - <x> is x direction, <y> is y direction.
     15
     16'''-1 <File_Path>'''[[BR]]
     17Location of level 1b HDF file to use for input.
     18
     19'''-3 <File_Path>'''[[BR]]
     20Location of level 3 HDF file to use for output.
     21
     22'''-eh <File_Path>'''[[BR]]
     23Location of DEM ascii flat file.
     24
     25'''-hs <Height_Correction>'''[[BR]]
     26Height correction (m?) to apply for aircraft height.
     27
     28'''-ua <p> <r> <h>'''[[BR]]
     29Attitude correction in decimal degrees for <p>itch <r>oll and <h>eading to be applied to the basic navigation on an epoch-by-epoch basis
     30
     31To get a more complete (somewhat dense) listing of azgcorr command-line switches type "azgcorr -help" at the command-line. Note still may not be exhaustive.