From 5ea34a2d53d88e50280084ec858e961ac5dc1aca Mon Sep 17 00:00:00 2001 From: Christine Kim Date: Fri, 10 May 2024 08:46:39 -0500 Subject: [PATCH] Update urls in index.rst --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 1899abc..29f3ccc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,13 +18,13 @@ Table of Contents References ---------- -- CSM (usgscsm): https://github.com/USGS-Astrogeology/usgscsm -- Abstraction Layer for Ephemerides (ALE): https://github.com/USGS-Astrogeology/ale +- CSM (usgscsm): https://github.com/DOI-USGS/usgscsm +- Abstraction Layer for Ephemerides (ALE): https://github.com/DOI-USGS/ale Overview -------- -We currently use Knoten to help test our supported CSM implementations against well established `ISIS3 camera models `_. In short, The CSM standard, now at version 3.0.3, is a framework that provides a well-defined application program interface (API) for multiple types of sensors and has been widely adopted by remote sensing software systems (e.g. BAE's Socet GXP, Harris Corp.'s ENVI, Hexagon's ERDAS Imagine, and recently added to the NASA AMES Stereo Pipeline [ASP]). Our support for CSM is explained in this `abstract `_ and a recently submitted paper (not yet available). Currently, we support **Framing** and **Pushbroom** (line scanner) types of sensor models in the `usgscsm `_ library. +We currently use Knoten to help test our supported CSM implementations against well established `ISIS3 camera models `_. In short, The CSM standard, now at version 3.0.3, is a framework that provides a well-defined application program interface (API) for multiple types of sensors and has been widely adopted by remote sensing software systems (e.g. BAE's Socet GXP, Harris Corp.'s ENVI, Hexagon's ERDAS Imagine, and recently added to the NASA AMES Stereo Pipeline [ASP]). Our support for CSM is explained in this `abstract `_ and a recently submitted paper (not yet available). Currently, we support **Framing** and **Pushbroom** (line scanner) types of sensor models in the `usgscsm `_ library. A secondary requirement for our CSM implementation requires an ALE-generated Image Support Data (ISD). ISDs contain the `SPICE-derived `_ positional (and when needed velocity) description for each image. You can find several generated JSON-formatted examples `here `_.