Skip to content
Snippets Groups Projects
Commit 8392233b authored by Raquel Alvarez Banos's avatar Raquel Alvarez Banos
Browse files

Re #11165 Previous temporary fix will be permanent, comment added

parent e69ba4f2
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,9 @@ namespace CustomInterfaces
IAlgorithm_sptr load = AlgorithmManager::Instance().create("LoadMuonNexus");
load->setChild(true); // Don't want workspaces in the ADS
load->setProperty("Filename", m_view->firstRun());
// Don't load any data - we need logs only
// We need logs only but we have to use LoadMuonNexus
// (can't use LoadMuonLogs as not all the logs would be
// loaded), so we load the minimum amount of data, i.e., one spectrum
load->setPropertyValue("SpectrumMin","1");
load->setPropertyValue("SpectrumMax","1");
load->setPropertyValue("OutputWorkspace", "__NotUsed");
......
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