Loading isis/src/control/objs/BundleSolutionInfo/BundleSolutionInfo.cpp +4 −10 Original line number Diff line number Diff line Loading @@ -1768,17 +1768,11 @@ namespace Isis { m_xmlHandlerBundleSolutionInfo->m_adjustedImages->append( new ImageList(m_xmlHandlerProject, reader())); } // TODO: Ken Edmundson - Need to make file handling more automatic instead of always having to // explicitly create these paths, do we need a // project->projectBundleSolutionPath() method? And can we let the BundleSolutionInfo // object create the full path automatically by adding the runTime to the // projectBundleSolutionPath()? else if (localName == "outputControl") { FileName outputControlPath = FileName(m_xmlHandlerProject->projectRoot() + "/results/bundle/" FileName outputControlPath = FileName(m_xmlHandlerProject->bundleSolutionInfoRoot() + "/" + m_xmlHandlerBundleSolutionInfo->runTime()); m_xmlHandlerBundleSolutionInfo->m_outputControl = new Control(outputControlPath, reader()); m_xmlHandlerBundleSolutionInfo->m_outputControl = new Control(outputControlPath, reader()); } } return true; Loading Loading
isis/src/control/objs/BundleSolutionInfo/BundleSolutionInfo.cpp +4 −10 Original line number Diff line number Diff line Loading @@ -1768,17 +1768,11 @@ namespace Isis { m_xmlHandlerBundleSolutionInfo->m_adjustedImages->append( new ImageList(m_xmlHandlerProject, reader())); } // TODO: Ken Edmundson - Need to make file handling more automatic instead of always having to // explicitly create these paths, do we need a // project->projectBundleSolutionPath() method? And can we let the BundleSolutionInfo // object create the full path automatically by adding the runTime to the // projectBundleSolutionPath()? else if (localName == "outputControl") { FileName outputControlPath = FileName(m_xmlHandlerProject->projectRoot() + "/results/bundle/" FileName outputControlPath = FileName(m_xmlHandlerProject->bundleSolutionInfoRoot() + "/" + m_xmlHandlerBundleSolutionInfo->runTime()); m_xmlHandlerBundleSolutionInfo->m_outputControl = new Control(outputControlPath, reader()); m_xmlHandlerBundleSolutionInfo->m_outputControl = new Control(outputControlPath, reader()); } } return true; Loading