Changes between Version 89 and Version 90 of Procedures/EagleHawkProcessing
- Timestamp:
- Jun 24, 2015, 5:22:59 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EagleHawkProcessing
v89 v90 121 121 Before 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]. 122 122 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`.123 The 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. 124 124 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. 125 To do this: 126 1. Delete the old mapped files or move them to another directory. This will make it easier to find the files required for delivery. 127 1. 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 128 1. In the global section set `slow_mode = true`. 129 1. Change the eagle, hawk and fenix 'bandlist' in the config file to 'ALL'. This will map all bands of the data. 126 130 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.131 Running 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. 128 132 129 133 === OS vectors ===