87 | | To make the readme file use the script: create_latex_hyperspectral_apl_readme.py |
| 87 | ==== Making the Readme ==== |
| 88 | |
| 89 | To make the readme first generate the readme config file using |
| 90 | |
| 91 | `generate_readme_config.py -d <delivery directory> -r hyper -c <config_file>` |
| 92 | |
| 93 | The readme config file will be saved as /tmp/hyp_genreadme-airbone.cfg. Check all the information in the readme config file is correct, if not change it. |
| 94 | |
| 95 | Then create a readme tex file using: `create_latex_hyperspectral_apl_readme.py <readme_config_file>` |
| 96 | |
| 97 | Finally run `latex <readme_tex_file>` to create the PDF readme. This readme should be placed in the main delivery folder. |
| 98 | |