Changes between Version 106 and Version 107 of Procedures/EagleHawkProcessing


Ignore:
Timestamp:
Jun 1, 2026, 12:44:50 PM (10 days ago)
Author:
asm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EagleHawkProcessing

    v106 v107  
    7676=== Correct Header Files ===
    7777
    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):
     78Many 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}`
    7980
     81Fenix1k 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
     86For old fenix sensors, the code is:
    8087replace_wavscale.py -w ~arsf/calibration/2015/fenix/fenix_201509.txt *.hdr
    8188
    8289For 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`
    8790
    8891