From 7315f1c7616a93ad9c5c1d4c2cb8b527a5532aea Mon Sep 17 00:00:00 2001 From: Amy Stamile Date: Wed, 22 May 2024 08:20:19 -0700 Subject: [PATCH] Added in ISIS instructions --- examples/usgscsm_isis_cmp.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/examples/usgscsm_isis_cmp.ipynb b/examples/usgscsm_isis_cmp.ipynb index 5913e33..ac4fc99 100644 --- a/examples/usgscsm_isis_cmp.ipynb +++ b/examples/usgscsm_isis_cmp.ipynb @@ -7,6 +7,15 @@ "# Comparing a USGSCSM and ISIS Camera Model" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Prerequisites\n", + "\n", + "This comparison notebook requires the installation of ISIS. Follow the instructions in the [ISIS Installation With Conda guide](https://astrogeology.usgs.gov/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda/)." + ] + }, { "cell_type": "code", "execution_count": 1,