Skip to content
Snippets Groups Projects
Commit 10debb9e authored by Zhou, Wenduo's avatar Zhou, Wenduo
Browse files

Checkpointing work. Refs #7336.

Expanded AlignAndFocusPowder to reduce low resolution data in addition.
parent 28afe6d1
No related merge requests found
......@@ -108,7 +108,7 @@ namespace Mantid
API::MatrixWorkspace_sptr m_lowResW;
/// Low resolution TOF event workspace
DataObjects::EventWorkspace_sptr m_lowResEW;
/// Process low resolution workspace
/// Flag to process low resolution workspace
bool m_processLowResTOF;
};
......
......@@ -502,6 +502,9 @@ void AlignAndFocusPowder::exec()
if (l1 > 0)
{
// Edit instrument
throw std::runtime_error("Need to polish this part.");
g_log.information() << "running EditInstrumentGeometry\n";
API::IAlgorithm_sptr editAlg = createChildAlgorithm("EditInstrumentGeometry");
editAlg->setProperty("Workspace", m_outputW);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment