Changes between Version 103 and Version 104 of Procedures/EagleHawkProcessing


Ignore:
Timestamp:
Jan 30, 2024, 3:43:48 PM (3 months ago)
Author:
wja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EagleHawkProcessing

    v103 v104  
    4848
    4949Check with someone that these are appropriate for your flight if you're not sure.
     50
     51'''For processing data collected in 2023''': Please refer to the following information regarding whether the sensor needs flipping: https://nerc-arf-dan.pml.ac.uk/trac/wiki/Procedures/installation_summary_2023
     52
     53Flipping (in the case of the instrument or IMU being installed backwards), can be done during `aplcal`. To apply this to every line in the config use:
     54
     55{{{
     56cal_args_default = -FLIPSAMPLES
     57}}}
     58
     59Or you can add `cal_args_extra = -FLIPSAMPLES` in the sections of individual lines.
     60
     61Some flights (including 2023) include data from sensors of which the swath edges are obstructed by the aircraft. This requires a mask to be added to `cal_args_default` (for all lines in config) or `cal_args_extra` (for individual lines).
     62
     63E.g.
     64
     65{{{
     66cal_args_extra = -qcfailures /users/rsg/arsf/calibration/2021/fenix1k/f1k_swathedge_mask.txt
     67}}}
     68
     69You can combine multiple arguments.
     70
     71E.g
     72
     73{{{
     74cal_args_extra = -FLIPSAMPLES -qcfailures /users/rsg/arsf/calibration/2021/fenix1k/f1k_swathedge_mask.txt
     75}}}
    5076
    5177=== Correct Header Files ===