Changes between Initial Version and Version 1 of Procedures/OwlProcessing


Ignore:
Timestamp:
Nov 21, 2014, 4:26:25 PM (9 years ago)
Author:
lah
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/OwlProcessing

    v1 v1  
     1= Owl Processing Guide =
     2
     3The Owl thermal hyperspectral sensor is new to the arsf and does not yet have a complete processing chain.  As this is developed this wiki page will be updated.  Details on the Owl sensor are available [https://arsf-dan.nerc.ac.uk/trac/wiki/Sensors/Owl here] and information on Owl testing is available [https://rsg.pml.ac.uk/intranet/trac/wiki/Projects/ARSF-DAN/Users/lah/OwlNotes here].
     4
     5== Radiometric Calibration ==
     6
     7Specim have provided a tool to process the Owl raw data into calibrated data.  Details on using this tool are located [https://arsf-dan.nerc.ac.uk/trac/wiki/Procedures/OwlProcessing/OwlTool here] if required.
     8
     9To batch process the data use: processOwl.py -p <project directory>
     10
     11To process individual lines use: process_Owl_line.py -p <project directory> -f <flightline>
     12
     13Each flightline should have it's own calibration data in the form of additional files prefixed T1 and T2 in the capture directory.  If these are not present the script will produce a warning.  Run the script again with the option -c auto once the submitted flightlines have produced the required calibration files (Check the log has passed the "Writing calibration file..." step), or manually specify a calibration file with -c <flightline with calibration data_calibration.rad>.
     14
     15All output files are written to the /processing/owl/calibration subdirectory of the project folder and logs written to /processing/owl/logs. The output files consist of the data (*_proc.data) and if not specified as inputs, the calibration (*_calibration.rad) and blinker files (*blinkers.dat), all with their own header file. Intermediate files are stored in /users/rsg/airborne/workspace/Owl/ and deleted on completion.
     16
     17== Geocorrection ==
     18
     19This will be incorporated into APL...