Changes between Version 89 and Version 90 of Procedures/EagleHawkProcessing


Ignore:
Timestamp:
Jun 24, 2015, 5:22:59 PM (9 years ago)
Author:
dap
Comment:

Improved clarity in "Creating final files" section

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EagleHawkProcessing

    v89 v90  
    121121Before you do this, check if the PI requires the flight lines to be split. If so, see the page on [wiki:Processing/Splitting#FenixSplitting splitting flight lines].
    122122
    123 The stage that creates the geolocated tiff's that you use to find SCTs deletes the original level 1 files after it's finished. You therefore need to use the config one more time to generate the full set of files for each flightline, using the correct SCT value. To do this, change the sctstart and sctend values so they are both the correct figure or use `mergeCFSync.py` to put the values from your sync file into the config file. Then in the global section set `slow_mode = true`.
     123The stage that creates the geolocated bil files that you use to find SCTs deletes the original level 1 files after it's finished and will also only process three bands. You therefore need to use the config one more time to generate the full set of files for each flightline, and to generate mapped files with all bands.
    124124
    125 Also, to generate mapped files for the delivery, change the eagle, hawk and fenix 'bandlist' in the config files to 'ALL'. This will map all bands of the data.
     125To do this:
     1261. Delete the old mapped files or move them to another directory. This will make it easier to find the files required for delivery.
     1271. Change the sctstart and sctend values so they are both the correct figure or use `mergeCFSync.py` to put the values from your sync file into the config file
     1281. In the global section set `slow_mode = true`.
     1291. Change the eagle, hawk and fenix 'bandlist' in the config file to 'ALL'. This will map all bands of the data.
    126130
    127 Running this with specim_qsub.py will once again submit your lines to the gridnode and you should soon have all the files you require to make a delivery. Before doing it make sure to delete the old files or move them to another directory.
     131Running this with specim_qsub.py will once again submit your lines to the gridnodes and you should soon have all the files you require to make a delivery.
    128132
    129133=== OS vectors ===