Changes between Version 4 and Version 5 of Processing/infratec


Ignore:
Timestamp:
Nov 14, 2023, 3:30:12 PM (6 months ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/infratec

    v4 v5  
    3737process_infratec.sif -i  /users/rsg/arsf/arsf_data/2022/flight_data/uk/GB22_02-2022_230_Alconbury/thermal/infratec/ImageIR_8300/220818_151730_line14 -o /tmp/quickouts/ -s sbet_2022230.out -c photo_geocorrection.cfg -d -r
    3838}}}
     39
     40== Geocorrection config file ==
     41
     42For 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
     45A very basic example will look like this:
     46
     47{{{
     48[DEFAULT]
     49
     50[navdata]
     51run: false
     52
     53[aplcorr]
     54run: true
     55exe: aplcorr
     56vvfile: /users/rsg/arsf/calibration/2022/infratec/infratec_vv.bil
     57boresight: 0 0 0
     58dem: /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]
     61run: true
     62exe: apltran
     63projstr: EPSG:32630
     64
     65[aplmap]
     66run: true
     67exe: aplmap
     68}}}