Unverified Commit 399f4a30 authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

Update spiceinit URL (#5431)

* Update spiceinit URL

* added changelog
parent ce051670
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -35,10 +35,9 @@ release.

## [Unreleased]

### Added
### Changed
- Changed the default spiceinit url to https://astrogeology.usgs.gov/apis/ale/v0.9.1/spiceserver/ and added deprecation warning for use of https://services.isis.astrogeology.usgs.gov/cgi-bin/spiceinit.cgi url. [#5327](https://github.com/USGS-Astrogeology/ISIS3/issues/5327)

- CSMCamera can now read and use the body rotation from ALE produced ISDs [#5072](https://github.com/DOI-USGS/ISIS3/pull/5072)
- CSMSkyMap added to CSMCamera for use with local rover projections in ISIS [#5072](https://github.com/DOI-USGS/ISIS3/pull/5072)

### Fixed
- Fixed <i>noproj</i> bug where some temporary files were not deleted after call to cam2cam.  Issue: [#4813](https://github.com/USGS-Astrogeology/ISIS3/issues/4813)
@@ -50,6 +49,8 @@ release.
- Added 8 new functions to the Sensor Utility Library: Slant Distance, Target Center Distance, Right Ascension Declination, Local Solar Time, Line Resolution, Sample Resolution, Pixel Resolution, and Solar Longitude.
- Fixed TrackTool, FindTool, and AdvancedTrackTool not reporting RA and DEC for images targeting the Sky. [#5409](https://github.com/DOI-USGS/ISIS3/pull/5409) 
- Added new option in `ctxcal` to use monthly computed flatfield files for "Frown" removal in CTX images. [#5338](https://github.com/DOI-USGS/ISIS3/pull/5338)
- CSMCamera can now read and use the body rotation from ALE produced ISDs [#5072](https://github.com/DOI-USGS/ISIS3/pull/5072)
- CSMSkyMap added to CSMCamera for use with local rover projections in ISIS [#5072](https://github.com/DOI-USGS/ISIS3/pull/5072)


## [8.1.0] - 2024-01-08
+5 −0
Original line number Diff line number Diff line
@@ -619,6 +619,11 @@ namespace Isis {
      throw IException(IException::User, msg, _FILEINFO_);
    }

    if (ui.GetString("URL") == "https://services.isis.astrogeology.usgs.gov/cgi-bin/spiceinit.cgi"){
      QString msg = "USER WARNING: The URL you entered has been deprecated and no longer recommended for use.";
      std::cerr << msg << std::endl;
    }

    QString url       = ui.GetString("URL") + "?mission=" + missionName +
                                              "&instrument=" + instrumentId;
    int port          = ui.GetInteger("PORT");
+1 −1
Original line number Diff line number Diff line
@@ -868,7 +868,7 @@
        <description>
          This is where a request for SPICE data is sent. The default is the USGS SPICE server.
        </description>
        <default><item>https://services.isis.astrogeology.usgs.gov/cgi-bin/spiceinit.cgi</item></default>
        <default><item>https://astrogeology.usgs.gov/apis/ale/v0.9.1/spiceserver/</item></default>
      </parameter>
      <parameter name="PORT">
        <type>integer</type>