Replies: 2 comments 2 replies
-
When you use conda to install ASP, the version of ISIS that ASP needs is installed in the asp conda environment that you have made. You did not need to install ISIS separately. So you now have two versions of ISIS on your system (which is no big deal). The instructions you point out for setting $ISISROOT for ASP are correct (if that's where your asp conda environment is installed: you used an anaconda3 install vs a miniconda install, and you named the environment "asp"). Please note that if you will be using ASP for planetary work (which requires ISIS), then you need to install an ISIS data area, so please follow the ISIS instructions for doing so. Once it has been installed, then you'll also need to set the $ISISDATA environment variable, in addition to the $ISISROOT variable. Section 7 of the ISIS Installation with conda directions details the ways to do that. |
Beta Was this translation helpful? Give feedback.
-
The source of confusion is that ASP installed with conda already ships ISIS. You don't need to install ISIS separately. Use the one from $HOME/anaconda3/envs/asp. That one is ISIS 6.0.0. It has all the ISIS tools you may need. Now, if you do insist on using ISIS 7.0.0, which you install separately, then in any shell where you plan to run ASP tools, like parallel_stereo, set export ISISROOT=$HOME/anaconda3/envs/asp In any shell where you really want to run ISIS 7.0.0 tools, like cam2map, set: export ISISROOT=$HOME/anaconda3/envs/isis I will suggest you don't install ISIS 7.0.0 separately, unless you surely know that the version 6.0.0 shipped with ASP is not good enough for your needs. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I create an environment for asp and isis with conda seperately, but I am confused about the environment variable ISISROOT.
According to the ISIS installation instructions, set the ISISROOT environment variable:
export ISISROOT=$HOME/anaconda3/envs/isis
According to the ASP installation instructions, set the ISISROOT environment variable:
export ISISROOT=$HOME/anaconda3/envs/asp
So, How exactly set the ISISROOT environment variables for these two virtual environments?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions