diff --git a/docs/getting-started/csm-stack/image-to-ground-tutorial.ipynb b/docs/getting-started/csm-stack/image-to-ground-tutorial.ipynb index ea3f766fb57bc38d6dc45444176c2e178fb4c940..901a750639418c21b74f7f58d658225a3792f30d 100644 --- a/docs/getting-started/csm-stack/image-to-ground-tutorial.ipynb +++ b/docs/getting-started/csm-stack/image-to-ground-tutorial.ipynb @@ -13,10 +13,22 @@ "id": "3602c014-53bc-4330-a9b0-0848d4927458", "metadata": {}, "source": [ - "Lessons learned in this tutorial: \n", - "* How to generate Image Support Data (ISD) for an image\n", - "* instantiate a CSM camera model\n", - "* Perform a simple ground to image call \n", + "Goals in this tutorial:\n", + "\n", + "- [x] Generate Image Support Data (ISD) for an image\n", + "- [x] Instantiate a CSM camera model\n", + "- [x] Perform a simple ground to image call \n", + "\n", + "-----\n", + "\n", + "!!! info \"CSM - The Community Sensor Model\"\n", + "\n", + " For more info on CSM, see\n", + " [Sensor Models](https://astrogeology.usgs.gov/docs/concepts/sensor-models/sensor-models/).\n", + "\n", + " Also see \n", + " [Sensor Model Software: USGSCSM](https://astrogeology.usgs.gov/docs/concepts/sensor-models/sensor-model-software/#usgs-community-sensor-model-usgscsm) \n", + " for the USGS's implementation of CSM in its software.\n", "\n", "\n", "### 1. Prerequisites, Install Knoten\n",