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

Fixes Jigsaw NaN InstrumentPosition Velocities (#5138)

* Update check for reloadCache

* Update Changelog
parent 8d260787
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ release.
- Fixes embree shape models not being from .BDS extension files [5064](https://github.com/USGS-Astrogeology/ISIS3/issues/5064)
- Fixed failing shapemodel parameters when bullet was the preferred ray tracing engine but could not be created. [#5062](https://github.com/USGS-Astrogeology/ISIS3/issues/5062)
- Fixed version for Qt to prevent depreciations. [#5070](https://github.com/USGS-Astrogeology/ISIS3/issues/5070)
- Fixed NaN velocities in spkwriter as a result of jigsaw position solves. [#4942](https://github.com/USGS-Astrogeology/ISIS3/issues/4942)

## [7.1.0] - 2022-07-27

+1 −1
Original line number Diff line number Diff line
@@ -744,7 +744,7 @@ namespace Isis {
    // Load the time cache first
    LoadTimeCache();

    if (p_fullCacheSize > 1) {
    if (p_hasVelocity) {
      // Load the positions and velocity caches
      p_et = -DBL_MAX;   // Forces recalculation in SetEphemerisTime
      std::vector<ale::State> stateCache;