Hello! I am trying to download ISIS on my Mac (10.10.15) following the steps outlined on the USGS webpage (GitHub - USGS-Astrogeology/ISIS3: Integrated Software for Imagers and Spectrometers v3. ISIS3 is a digital image processing software package to manipulate imagery collected by current and past NASA and International planetary missions.). I am using python version 3.9.7.
I have a question regarding step 8 (environment variables). When the input asks for the user to specify the path here:
conda env config vars set ISISROOT=$CONDA_PREFIX ISISDATA=[path to data directory]
What should I be putting in for āpath to data directoryā? Would that be the the directory to the ISISDATA, like this, for example:
rsync -azv --delete --partial isisdist.astrogeology.usgs.gov::isisdata/data/base .
So then, would I be inputing the following into python like this:
conda env config vars set ISISROOT=$CONDA_PREFIX ISISDATA=rsync -azv --delete --partial isisdist.astrogeology.usgs.gov::isisdata/data/base .
Or is this the directory where the ISISDATA ( rsync -azv --delete --partial isisdist.astrogeology.usgs.gov::isisdata/data/base .
) has been saved on my computer? (Not sure where that would beā¦)