13 | | To return sensible results for all but very flat areas, you will need a dem. You can create a DEM by running asterdem.sh or nextmapdem.sh and output this in the hyperspectral DEM directory; otherwise use the liDAR aster DEM from the liDAR processing. |
| 13 | To return sensible results for all but very flat areas, you will need a dem. You can create a DEM by running one of the following from within the project directory. |
| 14 | {{{ |
| 15 | create_apl_dem.py --aster |
| 16 | |
| 17 | create_apl_dem.py --srtm |
| 18 | |
| 19 | create_apl_dem.py --nextmap |
| 20 | }}} |
| 21 | |
| 22 | If an output file is not specified it will put in /processing/hyperspectral/dem. If the script is not run from within the project directory the path to the project needs to be specified so the navigation data can be found. |