| 12 | |
| 13 | == Instructions for container method == |
| 14 | |
| 15 | Build the container if it doesn't already exist (it does!) by using the {{{make_docker.sh}}} script and the {{{-I}}} flag. |
| 16 | |
| 17 | Then run it with the following inputs: |
| 18 | {{{ |
| 19 | COMPULSORY |
| 20 | -i <dir> = input directory of asc files from Infratec instrument |
| 21 | -o <dir> = output directory where tifs and geocorrected imagery goes |
| 22 | -s <file> = SBET file of navigation to tag to images |
| 23 | -c <file> = the config file for the geocorrection |
| 24 | |
| 25 | OPTIONAL |
| 26 | -d = delete the intermediate geocorrection files |
| 27 | -r = rotate the Infratec imagery by 180 degrees |
| 28 | }}} |
| 29 | {{{process_infratec.sif -i myasc/ -o /tmp/quickouts/ -s sbet_2022230.out -c photo_geocorrection.cfg -d -r}}} |