Changes between Version 1 and Version 2 of Processing/infratec


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/infratec

    v1 v2  
    1010
    1111There is a helper script {{{infratec_quick_run.sh}}} and container {{{process_infratec}}} that can be used to make this a little easier, but loses some functionality of the individual scripts.
     12
     13== Instructions for container method ==
     14
     15Build the container if it doesn't already exist (it does!) by using the {{{make_docker.sh}}} script and the {{{-I}}} flag.
     16
     17Then run it with the following inputs:
     18{{{
     19COMPULSORY
     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
     25OPTIONAL
     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}}}