| 1 | = Common command line options for azgcorr = |
| 2 | |
| 3 | '''-v'''[[BR]] |
| 4 | Verbose output |
| 5 | |
| 6 | '''-mUK99 <File_Path>'''[[BR]] |
| 7 | Use UK National Grid 1999 for datum shift/map projection conversion. <File_Path> is the path to the OSGB99 correction file. |
| 8 | Note 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]] |
| 11 | Space-separated list of bands to be processed. -1 terminates list. |
| 12 | |
| 13 | '''-p <x> <y>'''[[BR]] |
| 14 | Output pixel size in metres - <x> is x direction, <y> is y direction. |
| 15 | |
| 16 | '''-1 <File_Path>'''[[BR]] |
| 17 | Location of level 1b HDF file to use for input. |
| 18 | |
| 19 | '''-3 <File_Path>'''[[BR]] |
| 20 | Location of level 3 HDF file to use for output. |
| 21 | |
| 22 | '''-eh <File_Path>'''[[BR]] |
| 23 | Location of DEM ascii flat file. |
| 24 | |
| 25 | '''-hs <Height_Correction>'''[[BR]] |
| 26 | Height correction (m?) to apply for aircraft height. |
| 27 | |
| 28 | '''-ua <p> <r> <h>'''[[BR]] |
| 29 | Attitude 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 | |
| 31 | To 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. |