Changes between Version 106 and Version 107 of Procedures/EagleHawkProcessing
- Timestamp:
- Jun 1, 2026, 12:44:50 PM (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EagleHawkProcessing
v106 v107 76 76 === Correct Header Files === 77 77 78 Many 2014 flights have incorrect wavelengths in the header files, which will cause an error when submitting to the grid if not corrected. Run replace_wavscale.py with the correct text file (fenix_201405.txt or fenix_201405_vnirbinning4) to produce new header files. Original headers will be saved in a sub-directory. You will need to run it as arsf from /hyperspectral/fenix (don't forget to change permissions again): 78 Many 2014 flights have incorrect wavelengths in the header files, which will cause an error when submitting to the grid if not corrected. Run replace_wavscale.py with the correct text file (fenix_201405.txt or fenix_201405_vnirbinning4) to produce new header files. Original headers will be saved in a sub-directory. You will need to run it as arsf from /hyperspectral/fenix (don't forget to change permissions again). You also might need to specify the python3 path: 79 `export PYTHONPATH=/users/rsg/rsgcode/operational-python3/in_house/src/lib/python:${PYTHONPATH}` 79 80 81 Fenix1k data from 2021 also needs this run on it with the following command (replacing the TXT file with the appropriate VNIR binning). For Fenix1k data collected between 2021 and 2024, the file is the same from Specim and it is symlinked in every year: 82 83 `replace_wavscale.py -w /users/rsg/arsf/calibration/<year>/fenix1k/wlcal2b_vnir_1b_swir.txt hyperspectral/fenix/F*/capture/*hdr` 84 85 86 For old fenix sensors, the code is: 80 87 replace_wavscale.py -w ~arsf/calibration/2015/fenix/fenix_201509.txt *.hdr 81 88 82 89 For flights from the 2014 Malaysia campaign point to the 2015 fenix calibration file (fenix_201504.txt) 83 84 Fenix1k data from 2021 also needs this run on it with the following command (replacing the TXT file with the appropriate VNIR binning):85 86 `replace_wavscale.py -w /users/rsg/arsf/calibration/2021/fenix1k/wlcal2b_vnir_1b_swir.txt hyperspectral/fenix/F*/capture/*hdr`87 90 88 91