// to download ISIS Data onto gigas, we need to run the downloadIsisData.py
// script as an administrator. To do this, I had to add an argument to allow
// the script find the rclone path. Below is an example of how to run the
// downloadIsisData.py script. Passing the option --command="sync" is important for
// transferring files to the NAS.
cd /mnt/ISIS_Data
sudo /home/workshopguest/miniconda3/envs/isis3/bin/python downloadIsisData --config rclone.conf lro $ISISDATA --exclude="kernels/**" --rclone-path='/home/workshopguest/miniconda3/envs/isis3/bin/rclone' --command="sync"
downloadIsisData