Loading CHANGELOG.md +9 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,15 @@ release. ## [Unreleased] ## [2.0.0] - 2024-01-05 ### Added - Added support for the radial and tangential distortion model [#466](https://github.com/DOI-USGS/usgscsm/pull/466) ### Changed - Made FrameSensor members public [#455](https://github.com/DOI-USGS/usgscsm/pull/455) - Updated installation location [#467](https://github.com/DOI-USGS/usgscsm/pull/467) - Updated ALE submodule [#470](https://github.com/DOI-USGS/usgscsm/pull/470) ### Fixed - Fixed issue with radial distortion computation [#464](https://github.com/DOI-USGS/usgscsm/pull/464) No newline at end of file CMakeLists.txt +1 −1 Original line number Diff line number Diff line cmake_minimum_required(VERSION 3.10) project(usgscsm VERSION 1.7.0 DESCRIPTION "usgscsm library") project(usgscsm VERSION 2.0.0 DESCRIPTION "usgscsm library") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") Loading code.json +37 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,43 @@ "date": { "metadataLastUpdated": "2023-02-23" } }, { "name": "USGSCSM", "organization": "U.S. Geological Survey", "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center", "version": "2.0.0", "status": "Production", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC-1.0", "URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.0/LICENSE.md" } ] }, "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/2.0.0", "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/2.0.0/usgscsm-2.0.0.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.0/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git", "vcs": "git", "laborHours": 60, "tags": [ "Planetary", "Remote Sensing", "Data Processing", "Community Sensor Model" ], "languages": [ "C++" ], "contact": { "name": "Christine Kim", "email": "chkim@usgs.gov" }, "date": { "metadataLastUpdated": "2024-01-05" } }, { "name": "USGSCSM", "organization": "U.S. Geological Survey", Loading Loading
CHANGELOG.md +9 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,15 @@ release. ## [Unreleased] ## [2.0.0] - 2024-01-05 ### Added - Added support for the radial and tangential distortion model [#466](https://github.com/DOI-USGS/usgscsm/pull/466) ### Changed - Made FrameSensor members public [#455](https://github.com/DOI-USGS/usgscsm/pull/455) - Updated installation location [#467](https://github.com/DOI-USGS/usgscsm/pull/467) - Updated ALE submodule [#470](https://github.com/DOI-USGS/usgscsm/pull/470) ### Fixed - Fixed issue with radial distortion computation [#464](https://github.com/DOI-USGS/usgscsm/pull/464) No newline at end of file
CMakeLists.txt +1 −1 Original line number Diff line number Diff line cmake_minimum_required(VERSION 3.10) project(usgscsm VERSION 1.7.0 DESCRIPTION "usgscsm library") project(usgscsm VERSION 2.0.0 DESCRIPTION "usgscsm library") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") Loading
code.json +37 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,43 @@ "date": { "metadataLastUpdated": "2023-02-23" } }, { "name": "USGSCSM", "organization": "U.S. Geological Survey", "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center", "version": "2.0.0", "status": "Production", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC-1.0", "URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.0/LICENSE.md" } ] }, "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/2.0.0", "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/2.0.0/usgscsm-2.0.0.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.0/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git", "vcs": "git", "laborHours": 60, "tags": [ "Planetary", "Remote Sensing", "Data Processing", "Community Sensor Model" ], "languages": [ "C++" ], "contact": { "name": "Christine Kim", "email": "chkim@usgs.gov" }, "date": { "metadataLastUpdated": "2024-01-05" } }, { "name": "USGSCSM", "organization": "U.S. Geological Survey", Loading