Changes between Version 19 and Version 20 of Procedures/OwlProcessing


Ignore:
Timestamp:
Dec 9, 2015, 3:31:40 PM (8 years ago)
Author:
lah
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/OwlProcessing

    v19 v20  
    22
    33The Owl thermal hyperspectral sensor is new to the arsf and so new problems may occur during processing.  Please add any new issues to the bottom of this wiki. 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== Owl Pre-Processing Checks==
     6
     7Before processing, or as part of unpacking, the following checks are recommended:
     8
     91) Check for dark frames. From the top level directory run:
     10
     11grep -rnw */*/thermal/owl/*/capture/*.hdr -e "autodarkstartline"
     12
     13Data cannot be processed without this keyword, so ensure that it is listed for each flightline. If dark frames are missing they can be added following instructions in the Dark Frames section.
     14
     152) Check for nav synchronisation:
     16
     17grep -rnw thermal/owl/*/capture/*.hdr -e "GPS"
     18
     19If there are no GPS times in the data header, the data cannot be geocorrected.
     20
     213) Check for calibration data:
     22
     23ls thermal/owl/*/capture/T1*
     24ls thermal/owl/*/capture/T2*
     25
     26Make sure that there is at least 1 T1 and 1 T2 file present for the flight and that it is located in the same directory as the flight data. If there are double the number of expected flightlines, then the calibration data is probably stored in separate directories from the flight data. It will need moving to be processed. e.g. if line 1 only has T1 and T2 files and line 2 has data, but no T1 and T2, move/copy line 1 data into line2.
     27
     284) Check for dropped frames in the .log files. If there are more than a few note on the ticket. Make sure the log file is in the same layout as 2014 288 before starting processing.
     29
     305) Check the files and directories are correctly named.
    431
    532== File Naming ==