Loading isis/src/base/objs/ProcessExportPds4/ProcessExportPds4.cpp +1 −8 Original line number Diff line number Diff line Loading @@ -304,18 +304,11 @@ namespace Isis { if (startTime.text() == "") { startTime.setAttribute("xsi:nil", "true"); } else { QString timeValue = startTime.text(); PvlToXmlTranslationManager::resetElementValue(startTime, timeValue + "Z"); } QDomElement stopTime = timeNode.firstChildElement("stop_date_time"); if (stopTime.text() == "") { stopTime.setAttribute("xsi:nil", "true"); } else { QString timeValue = stopTime.text(); PvlToXmlTranslationManager::resetElementValue(stopTime, timeValue + "Z"); } QStringList xmlPath; xmlPath << "Product_Observational" Loading isis/src/tgo/apps/tgocassis2isis/main.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -335,7 +335,7 @@ void translateLabels(FileName &inputLabel, Cube *outputCube, QString instTransFi PvlKeyword *startTime = &outputLabel->findGroup("Instrument", Pvl::Traverse)["StartTime"]; QString startTimeString = startTime[0]; if (startTimeString.endsWith("Z", Qt::CaseInsensitive)) { startTimeString.chop(2); startTimeString.chop(1); startTime->setValue(startTimeString); } Loading @@ -343,7 +343,7 @@ void translateLabels(FileName &inputLabel, Cube *outputCube, QString instTransFi PvlKeyword *stopTime = &outputLabel->findGroup("Instrument", Pvl::Traverse)["StopTime"]; QString stopTimeString = stopTime[0]; if (stopTimeString.endsWith("Z", Qt::CaseInsensitive)){ stopTimeString.chop(2); stopTimeString.chop(1); stopTime->setValue(stopTimeString); } } Loading Loading
isis/src/base/objs/ProcessExportPds4/ProcessExportPds4.cpp +1 −8 Original line number Diff line number Diff line Loading @@ -304,18 +304,11 @@ namespace Isis { if (startTime.text() == "") { startTime.setAttribute("xsi:nil", "true"); } else { QString timeValue = startTime.text(); PvlToXmlTranslationManager::resetElementValue(startTime, timeValue + "Z"); } QDomElement stopTime = timeNode.firstChildElement("stop_date_time"); if (stopTime.text() == "") { stopTime.setAttribute("xsi:nil", "true"); } else { QString timeValue = stopTime.text(); PvlToXmlTranslationManager::resetElementValue(stopTime, timeValue + "Z"); } QStringList xmlPath; xmlPath << "Product_Observational" Loading
isis/src/tgo/apps/tgocassis2isis/main.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -335,7 +335,7 @@ void translateLabels(FileName &inputLabel, Cube *outputCube, QString instTransFi PvlKeyword *startTime = &outputLabel->findGroup("Instrument", Pvl::Traverse)["StartTime"]; QString startTimeString = startTime[0]; if (startTimeString.endsWith("Z", Qt::CaseInsensitive)) { startTimeString.chop(2); startTimeString.chop(1); startTime->setValue(startTimeString); } Loading @@ -343,7 +343,7 @@ void translateLabels(FileName &inputLabel, Cube *outputCube, QString instTransFi PvlKeyword *stopTime = &outputLabel->findGroup("Instrument", Pvl::Traverse)["StopTime"]; QString stopTimeString = stopTime[0]; if (stopTimeString.endsWith("Z", Qt::CaseInsensitive)){ stopTimeString.chop(2); stopTimeString.chop(1); stopTime->setValue(stopTimeString); } } Loading