Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ release. - Fixed target name translation for any dawn images with target "4 CERES" [#5294](https://github.com/DOI-USGS/ISIS3/pull/5294) - Fixed exception pop ups in qview when viewing images created using the CSM Camera [#5259](https://github.com/DOI-USGS/ISIS3/pull/5295/files) - Fixed shadowtau input file parseing errors when using example file [#5316](https://github.com/DOI-USGS/ISIS3/pull/5316) - Fixed ProgramLauncher failing while reporting errors from launched programs [#5331](https://github.com/DOI-USGS/ISIS3/pull/5331) ## [8.0.1] - 2023-08-23 Loading isis/src/base/objs/ProgramLauncher/ProgramLauncher.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,6 @@ namespace Isis { for(int i = 0; i < errorPvl.groups(); i++) { PvlGroup &g = errorPvl.group(i); QString eclass = g["Class"]; QString emsg = g["Message"]; int ecode = g["Code"]; QString efile = g["File"]; Loading isis/src/base/objs/iTime/iTime.cpp +8 −1 Original line number Diff line number Diff line Loading @@ -478,9 +478,16 @@ namespace Isis { QString baseDir = dataDir["Base"]; baseDir += "/kernels/lsk/"; FileName leapSecond(baseDir + "naif????.tls"); QString leapSecondName; try { leapSecondName = QString(leapSecond.highestVersion().expanded()); } catch (IException &e) { QString msg = "Unable to load leadsecond file. Either the data area is not set or there are no naif####.tls files present"; throw IException(e, IException::User, msg, _FILEINFO_); } NaifStatus::CheckErrors(); QString leapSecondName(leapSecond.highestVersion().expanded()); furnsh_c(leapSecondName.toLatin1().data()); NaifStatus::CheckErrors(); Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ release. - Fixed target name translation for any dawn images with target "4 CERES" [#5294](https://github.com/DOI-USGS/ISIS3/pull/5294) - Fixed exception pop ups in qview when viewing images created using the CSM Camera [#5259](https://github.com/DOI-USGS/ISIS3/pull/5295/files) - Fixed shadowtau input file parseing errors when using example file [#5316](https://github.com/DOI-USGS/ISIS3/pull/5316) - Fixed ProgramLauncher failing while reporting errors from launched programs [#5331](https://github.com/DOI-USGS/ISIS3/pull/5331) ## [8.0.1] - 2023-08-23 Loading
isis/src/base/objs/ProgramLauncher/ProgramLauncher.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,6 @@ namespace Isis { for(int i = 0; i < errorPvl.groups(); i++) { PvlGroup &g = errorPvl.group(i); QString eclass = g["Class"]; QString emsg = g["Message"]; int ecode = g["Code"]; QString efile = g["File"]; Loading
isis/src/base/objs/iTime/iTime.cpp +8 −1 Original line number Diff line number Diff line Loading @@ -478,9 +478,16 @@ namespace Isis { QString baseDir = dataDir["Base"]; baseDir += "/kernels/lsk/"; FileName leapSecond(baseDir + "naif????.tls"); QString leapSecondName; try { leapSecondName = QString(leapSecond.highestVersion().expanded()); } catch (IException &e) { QString msg = "Unable to load leadsecond file. Either the data area is not set or there are no naif####.tls files present"; throw IException(e, IException::User, msg, _FILEINFO_); } NaifStatus::CheckErrors(); QString leapSecondName(leapSecond.highestVersion().expanded()); furnsh_c(leapSecondName.toLatin1().data()); NaifStatus::CheckErrors(); Loading