From 21c39178b49059bd043b25f848a053eefff64243 Mon Sep 17 00:00:00 2001 From: Christine Kim <chkim@usgs.gov> Date: Tue, 7 May 2024 16:18:47 -0500 Subject: [PATCH] Fix url typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4642bb..57a9168 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ A library to leverage python wrapped Community Sensor Models (CSMs) for common s ## References: -- CSM (usgscsm): https://github.com/DOI_USGS/usgscsm -- Abstraction Layer for Ephemerides (ALE): https://github.com/DOI_USGS/ale +- CSM (usgscsm): https://github.com/DOI-USGS/usgscsm +- Abstraction Layer for Ephemerides (ALE): https://github.com/DOI-USGS/ale <hr> ## Overview -We currently use Knoten to help test our supported CSM implementations against well established [ISIS3 camera models](https://github.com/DOI_USGS/ISIS3). 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](https://www.hou.usra.edu/meetings/informatics2018/pdf/6040.pdf) and a recently submitted paper (not yet available). Currently, we support **Framing** and **Pushbroom** (line scanner) types of sensor models in the [usgscsm](https://github.com/DOI_USGS/usgscsm) library. +We currently use Knoten to help test our supported CSM implementations against well established [ISIS3 camera models](https://github.com/DOI-USGS/ISIS3). 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](https://www.hou.usra.edu/meetings/informatics2018/pdf/6040.pdf) and a recently submitted paper (not yet available). Currently, we support **Framing** and **Pushbroom** (line scanner) types of sensor models in the [usgscsm](https://github.com/DOI-USGS/usgscsm) library. A secondary requirement for our CSM implementation requires an ALE-generated Image Support Data (ISD). ISDs contain the [SPICE-derived](https://naif.jpl.nasa.gov/naif/toolkit.html) positional (and when needed velocity) description for each image. You can find several generated JSON-formatted examples [here](examples/data/) -- GitLab