Changes between Version 10 and Version 11 of Procedures/OwlProcessing
- Timestamp:
- Aug 27, 2015, 12:00:34 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/OwlProcessing
v10 v11 53 53 == Making a delivery == 54 54 55 This currently needs to be done manually and there are no data quality reports to add yet. 55 Use the make_arsf_delivery.py script, specifying owl as the sensor type: 56 57 make_arsf_delivery.py --projectlocation <project directory --deliverytype owl 58 59 Make sure that there is no 'cal' directory or 'blinkers' directory in the flightlines directory, or the script will error. 56 60 57 61 == Problems == … … 61 65 * sctstart and sctend override owlsctstart and owlsctend in the config file. 62 66 * The boresight needs entering into the config file / needs adding to table. 63 * Bad pixels remain - will eventually look into a masking routine &/ get a better blinker detection routine from Specim 64 * mergeCFSync doesn't work 67 * Bad pixels remain - will eventually look into a masking routine &/ get a better blinker detection routine from Specim. 68 * mergeCFSync doesn't work. 69 * aplxml reports an error in the log file (Cannot import metadata module, exiting...). 70 * make_arsf_delivery.py fails if there is a 'cal' or 'blinker' directory in the flightlines directory.