From a710d5c4b93606597afb01d1ea5593ed360cceb5 Mon Sep 17 00:00:00 2001 From: Jacob Cain <115182890+jrcain-usgs@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:38:35 -0700 Subject: [PATCH] linked to info on CSM/USGSCSM (#119) * linked to info on CSM/USGSCSM * no checkmarks * yes checkmarks --- .../csm-stack/image-to-ground-tutorial.ipynb | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) 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 ea3f766..901a750 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", -- GitLab