-
Notifications
You must be signed in to change notification settings - Fork 0
Airborne SMCE Hub documentation
To begin using the Airborne SMCE ISOFIT Hub instance, you first need to login to the hub environment with you username, password and MFA. The Hub URL is: https://hub.airborne.smce.nasa.gov/

Click the "Start My Server" button and select ISOFIT Server

This will launch the ISOFIT instance in the Hub environment

Note: The environment make take a few minutes to fully load.
Once loaded you will see the main Launcher, which will look something like this:

If this is your first time logging into the ISOFIT instance, you will need to first setup the ISOFIT inputs. You can do this by running the provided helper script dl_isofit_data.sh located in /opt/scripts
Open a terminal in the launcher and type:
bash /opt/scripts/dl_isofit_data.sh
This will download the ISOFIT input datasets and examples:

Once finished, you should see the following:

First run:
eval "$(mamba shell hook --shell bash)"
Then run:
mamba activate isofit
At this point you can run an example provided with ISOFIT. For example, at the terminal command line you can run:
bash isofit_data/examples/20151026_SantaMonica/run.sh
within your $HOME directory