Skip to content

Commit

Permalink
Re #11165 Previous temporary fix will be permanent, comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Feb 26, 2015
1 parent e69ba4f commit 8392233
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -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");
Expand Down

0 comments on commit 8392233

Please sign in to comment.