29 | | {{{process_infratec.sif -i myasc/ -o /tmp/quickouts/ -s sbet_2022230.out -c photo_geocorrection.cfg -d -r}}} |
| 29 | |
| 30 | It'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 | |
| 34 | The 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}}} |