Changes between Version 27 and Version 28 of Procedures/EagleHawkProcessing
- Timestamp:
- May 24, 2011, 3:20:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EagleHawkProcessing
v27 v28 53 53 If you're unlucky and the automated script fails for some reason, you may need to do at least some of the processing the old-fashioned way. 54 54 55 1. cd to the project directory in the workspace.55 1. cd to the project directory. 56 56 1. Ensure that directories called "logs", "dem", "lev1" and "lev3" have been created. 57 57 1. If there isn't one already, create a "calibration" symlink to the calibration data: `ln -s ~arsf/calibration/<year> calibration`. … … 61 61 1. `ln -s Proc/sbet_01.out apa<year><jday>.sbet` 62 62 1. `cd ..` 63 1. Copy the sample config file from ~arsf/sample_scripts/<year> to the project directory in the workspace- you need specim_qsub.py, process_specim_line.py and template_specim_config.cfg.63 1. Copy the sample config file from ~arsf/sample_scripts/<year> to the project directory - you need specim_qsub.py, process_specim_line.py and template_specim_config.cfg. 64 64 1. Comparing the .cfg file with the logsheet, replace the entries that need to be replaced as appropriate. You should be able to see which bits these are in the sample scripts because they'll have keywords instead of values. You will need to create one cfg file section flightline per sensor. 65 65 * Note that dates must be of the form DD/MM/YY or DD/MM/YYYY (must use / as a separator)