| 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 | |
| 53 | Flipping (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 | {{{ |
| 56 | cal_args_default = -FLIPSAMPLES |
| 57 | }}} |
| 58 | |
| 59 | Or you can add `cal_args_extra = -FLIPSAMPLES` in the sections of individual lines. |
| 60 | |
| 61 | Some 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 | |
| 63 | E.g. |
| 64 | |
| 65 | {{{ |
| 66 | cal_args_extra = -qcfailures /users/rsg/arsf/calibration/2021/fenix1k/f1k_swathedge_mask.txt |
| 67 | }}} |
| 68 | |
| 69 | You can combine multiple arguments. |
| 70 | |
| 71 | E.g |
| 72 | |
| 73 | {{{ |
| 74 | cal_args_extra = -FLIPSAMPLES -qcfailures /users/rsg/arsf/calibration/2021/fenix1k/f1k_swathedge_mask.txt |
| 75 | }}} |