Changes between Version 2 and Version 3 of Processing/infratec


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/infratec

    v2 v3  
    2727-r = rotate the Infratec imagery by 180 degrees
    2828}}}
    29 {{{process_infratec.sif -i myasc/ -o /tmp/quickouts/ -s sbet_2022230.out -c photo_geocorrection.cfg -d -r}}}
     29
     30It's important that the container can see the drives where the data are - if not in the user home space or /tmp then you must bind the drives to the container. This is easiest done by exporting the global variable SINGULARITY_BIND, e.g. to add the arsf data you may mount like this:
     31
     32{{{export SINGULARITY_BIND="/users/rsg/arsf/arsf_data/:/users/rsg/arsf/arsf_data/}}}
     33
     34The command then can be run:
     35
     36{{{process_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}}}