Skip to content

Commit

Permalink
Merge pull request #14502 from rosswhitfield/SNSLive_RewriteSpectraMap
Browse files Browse the repository at this point in the history
Add RewriteSpectraMap property to LoadInstrument in SNSLiveEventDataListener
  • Loading branch information
VickieLynch committed Nov 19, 2015
2 parents 6316a9a + 5536b62 commit 9676735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Framework/LiveData/src/SNSLiveEventDataListener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,7 @@ void SNSLiveEventDataListener::initWorkspacePart2() {
loadInst->setProperty("InstrumentXML", m_instrumentXML);
loadInst->setProperty("InstrumentName", m_instrumentName);
loadInst->setProperty("Workspace", m_eventBuffer);
loadInst->setProperty("RewriteSpectraMap", OptionalBool(false));

loadInst->execute();

Expand Down
1 change: 1 addition & 0 deletions Framework/LiveData/src/TOPAZLiveEventDataListener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ void TOPAZLiveEventDataListener::initWorkspace() {
// loadInst->setProperty("InstrumentXML", m_instrumentXML);
loadInst->setProperty("InstrumentName", "TOPAZ");
loadInst->setProperty("Workspace", m_eventBuffer);
loadInst->setProperty("RewriteSpectraMap", OptionalBool(false));

loadInst->execute();

Expand Down

0 comments on commit 9676735

Please sign in to comment.