| 39 | |
| 40 | == Geocorrection config file == |
| 41 | |
| 42 | For doing the photograph geocorrection you need to create a config file based from the template at: |
| 43 | {{{internal-code/tools/frame_camera_tools/photo_geocorrection.cfg}}} |
| 44 | |
| 45 | A very basic example will look like this: |
| 46 | |
| 47 | {{{ |
| 48 | [DEFAULT] |
| 49 | |
| 50 | [navdata] |
| 51 | run: false |
| 52 | |
| 53 | [aplcorr] |
| 54 | run: true |
| 55 | exe: aplcorr |
| 56 | vvfile: /users/rsg/arsf/calibration/2022/infratec/infratec_vv.bil |
| 57 | boresight: 0 0 0 |
| 58 | dem: /users/rsg/arsf/arsf_data/2022/flight_data/uk/GB22_02-2022_230_Alconbury/processing/hyperspectral/dem/GB22_02-2022_230-SRTM.dem |
| 59 | |
| 60 | [apltran] |
| 61 | run: true |
| 62 | exe: apltran |
| 63 | projstr: EPSG:32630 |
| 64 | |
| 65 | [aplmap] |
| 66 | run: true |
| 67 | exe: aplmap |
| 68 | }}} |