Loading isis/src/tgo/apps/tgocassismos/tgocassismos.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -175,11 +175,12 @@ void IsisMain() { Pvl *origLab = cubeList[i]->label(); PvlGroup instGroup = origLab->findGroup("Instrument", Pvl::Traverse); PvlGroup archiveGroup = origLab->findGroup("Archive", Pvl::Traverse); if (i == 0) { spacecraftName = instGroup["SpacecraftName"][0]; instrumentId = instGroup["InstrumentId"][0]; observationId = instGroup["ObservationId"][0]; observationId = archiveGroup["ObservationId"][0]; startTime = instGroup["StartTime"][0]; startClock = instGroup["SpacecraftClockStartCount"][0]; } Loading Loading @@ -237,6 +238,7 @@ void IsisMain() { } catch(IException &e) { e.print(); for (int i = 0; i < (int)cubeList.size(); i++) { cubeList[i]->close(); delete cubeList[i]; Loading isis/src/tgo/apps/tgocassismos/tgocassismos.xml +3 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,9 @@ <change name="Kristin Berry" date="2018-06-12"> Removed the "_filtername" from the ProductId. </change> <change name="Kristin Berry" date="2018-06-16"> Update to read the ObservationId from the Archive Group. </change> </history> <groups> Loading Loading
isis/src/tgo/apps/tgocassismos/tgocassismos.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -175,11 +175,12 @@ void IsisMain() { Pvl *origLab = cubeList[i]->label(); PvlGroup instGroup = origLab->findGroup("Instrument", Pvl::Traverse); PvlGroup archiveGroup = origLab->findGroup("Archive", Pvl::Traverse); if (i == 0) { spacecraftName = instGroup["SpacecraftName"][0]; instrumentId = instGroup["InstrumentId"][0]; observationId = instGroup["ObservationId"][0]; observationId = archiveGroup["ObservationId"][0]; startTime = instGroup["StartTime"][0]; startClock = instGroup["SpacecraftClockStartCount"][0]; } Loading Loading @@ -237,6 +238,7 @@ void IsisMain() { } catch(IException &e) { e.print(); for (int i = 0; i < (int)cubeList.size(); i++) { cubeList[i]->close(); delete cubeList[i]; Loading
isis/src/tgo/apps/tgocassismos/tgocassismos.xml +3 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,9 @@ <change name="Kristin Berry" date="2018-06-12"> Removed the "_filtername" from the ProductId. </change> <change name="Kristin Berry" date="2018-06-16"> Update to read the ObservationId from the Archive Group. </change> </history> <groups> Loading