Changes between Initial Version and Version 1 of Processing/infratec


Ignore:
Timestamp:
Nov 14, 2023, 2:31:35 PM (12 months ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/infratec

    v1 v1  
     1== Processing the InfraTec IR8300 data ==
     2
     3The data are in ascii files with a .asc extension. They have 3 sections, the first 2 containing metadata and the 3rd containing the image data.
     4
     5The procedure to process the data is:
     6* convert asc to tif files for easier managing / tagging using {{{convert_infratec_to_tif.sh}}}
     7* tag the images with the navigation information using {{{get_nav_for_infratec_image.py}}}
     8
     9After this the images are ready to be geocorrected with APL using the photo geocorrection methodology, using {{{photo_geocorrection.py}}}
     10
     11There 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.