| 4 | |
| 5 | == Scripted procedure == |
| 6 | |
| 7 | Use the make_hyper_delivery.py script to make the delivery directory. Run it from within the main project directory. By default it runs in dry run mode. Make sure the only lev3's in the georeferencing/mapped directory are the sct correct versions. |
| 8 | |
| 9 | Use --final if happy with what it says it will do. Use -m <config> to generate screenshots and mosaics |
| 10 | |
| 11 | Note: this script automatically moves over the contents of the DEM directory. You will need to revert this if this is a nextmap DEM as these shouldn't be delivered, and include an ASTER DEM instead. |
| 12 | |
| 13 | ==== Making the Readme ==== |
| 14 | |
| 15 | To make the readme first generate the readme config file using |
| 16 | |
| 17 | `generate_readme_config.py -d <delivery directory> -r hyper -c <config_file>` |
| 18 | |
| 19 | The readme config file will be saved as hyp_genreadme-airbone.cfg in the processing directory, do not delete this file as it is required for delivery checking. Check all the information in the readme config file is correct, if not change it. |
| 20 | |
| 21 | Then create a readme tex file using: `create_latex_hyperspectral_apl_readme.py -f <readme_config_file>` |
| 22 | |
| 23 | Finally run `latex <readme_tex_file>` to create the PDF readme. This readme should be placed in the main delivery folder. |
| 24 | |
| 25 | == Manual procedure == |
| 26 | |
| 27 | The following is a more manual procedure that is only required if the scripts above fail. |