Loading isis/src/tgo/apps/tgocassis2isis/tgocassis2isis.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -437,7 +437,6 @@ void translateLabels(FileName &inputLabel, Cube *outputCube, QString instTransFi QString convertUniqueIdToObservationId(Pvl &outputLabel) { if (outputLabel.findObject("IsisCube").hasGroup("Mosaic")) { return ""; // translation file should auto translate this case to Mosaic group. // For any other product, this ID goes in the Archive group. Loading isis/src/tgo/apps/tgocassismos/tgocassismos.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ void IsisMain() { proj->SetGround(avgLat, avgLon); avgLat = proj->UniversalLatitude(); avgLon = proj->UniversalLongitude(); // Use camera class to get Inc., emi., phase, and other values double emissionAngle; double phaseAngle; Loading Loading @@ -223,7 +224,7 @@ void IsisMain() { mos += PvlKeyword("IncidenceAngle ", toString(incidenceAngle), "degrees"); mos += PvlKeyword("EmissionAngle ", toString(emissionAngle), "degrees"); mos += PvlKeyword("PhaseAngle ", toString(phaseAngle), "degrees"); mos += PvlKeyword("LocalTime ", toString(localSolarTime), "localday/24"); mos += PvlKeyword("LocalTime ", toString(localSolarTime)); mos += PvlKeyword("SolarLongitude ", toString(solarLongitude), "degrees"); mos += PvlKeyword("SubSolarAzimuth ", toString(sunAzimuth), "degrees"); mos += PvlKeyword("NorthAzimuth ", toString(northAzimuth), "degrees"); Loading Loading
isis/src/tgo/apps/tgocassis2isis/tgocassis2isis.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -437,7 +437,6 @@ void translateLabels(FileName &inputLabel, Cube *outputCube, QString instTransFi QString convertUniqueIdToObservationId(Pvl &outputLabel) { if (outputLabel.findObject("IsisCube").hasGroup("Mosaic")) { return ""; // translation file should auto translate this case to Mosaic group. // For any other product, this ID goes in the Archive group. Loading
isis/src/tgo/apps/tgocassismos/tgocassismos.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ void IsisMain() { proj->SetGround(avgLat, avgLon); avgLat = proj->UniversalLatitude(); avgLon = proj->UniversalLongitude(); // Use camera class to get Inc., emi., phase, and other values double emissionAngle; double phaseAngle; Loading Loading @@ -223,7 +224,7 @@ void IsisMain() { mos += PvlKeyword("IncidenceAngle ", toString(incidenceAngle), "degrees"); mos += PvlKeyword("EmissionAngle ", toString(emissionAngle), "degrees"); mos += PvlKeyword("PhaseAngle ", toString(phaseAngle), "degrees"); mos += PvlKeyword("LocalTime ", toString(localSolarTime), "localday/24"); mos += PvlKeyword("LocalTime ", toString(localSolarTime)); mos += PvlKeyword("SolarLongitude ", toString(solarLongitude), "degrees"); mos += PvlKeyword("SubSolarAzimuth ", toString(sunAzimuth), "degrees"); mos += PvlKeyword("NorthAzimuth ", toString(northAzimuth), "degrees"); Loading