Changes between Version 6 and Version 7 of Procedures/EagleHawkProcessing
- Timestamp:
- Aug 4, 2010, 12:59:09 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EagleHawkProcessing
v6 v7 71 71 * Note that times must be of the form HH:MM:SS (must use : as a separator) 72 72 1. Run the processing scripts. You can either do this via the gridengine (recommended) by running specim_qsub.py, or you can do it on your machine one line at a time on your machine by running process_specim_line.py with appropriate arguments for each line/sensor combination from the root of the project directory. If you do the latter you should pipe the output to tee to ensure a log file is generated: `rune/e12301.sh 2>&1 | tee rune/e12301.log`. 73 1. If anything fails check [wiki:Processing/KnownProblems Common or known problems]. This is now a bit out-of-date - if your solution isn't on there then please add it once you find what it is.74 73 1. Check each set of flightlines to work out which has the best timing offset (ie has the straightest roads, etc). Make a note of the timing offset values in the ticket 75 74 1. Check against OS vectors … … 97 96 [hawk_-12][[BR]] 98 97 ... 98 99 ----------------------------------------------- 99 100 100 101 '''Turns''' … … 130 131 will exclude the first 50 lines. 131 132 132 ---- 133 -------------------------------------------------- 134 135 For anything else, check: [wiki:Processing/KnownProblems Common or known problems]. This is now a bit out-of-date - if your solution isn't on there then please add it once you find what it is. 136 137 --------- 138 139 == Finished? == 133 140 134 141 Once you're satisfied with the processed data, you need to [wiki:Procedures/DeliveryCreation create a delivery directory] for it.