The purpose of this procedure is to to used to restore the UAV Toolkit as a .sav file into IDL’s session and add to let ENVI know about the tasks that are a part of the UAV Toolkit (even if we are just using PRO code).
It also allows for a simple interface to open the help contents regarding the UAV Toolkit.
Instead of needing to restore the UAV Toolkit .sav file every time in your code, you can just add the source to IDL’s search path and do the following in your IDL code:
uav_toolkit
To open the help using this routine, just do the following:
uav_toolkit, /HELP
This functionality is tested on windows.
uav_toolkit, [ /HELP ]
in, optional, type=boolean, default=false
Set this keyword to open up the help contents for the UAV Toolkit. Note that if you move the .sav file then IDL may not be able to open up the help contents.
Zachary Norman - GitHub: znorman-harris
Copyright © 2019 Harris Geospatial Solutions, Inc.
Licensed under MIT. See LICENSE.txt for additional details and information.