Skip to content

Commit

Permalink
Refs #8535. Apply the slices for the reduction SANSRunWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
gesnerpassos committed Dec 3, 2013
1 parent d5e7a8e commit e3993ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Code/Mantid/MantidQt/CustomInterfaces/src/SANSRunWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2087,6 +2087,10 @@ QString SANSRunWindow::readUserFileGUIChanges(const States type)

//mask strings that the user has entered manually on to the GUI
addUserMaskStrings(exec_reduce,"i.Mask",DefaultMask);

// add slicing definition
exec_reduce += "i.SetEventSlices('"+m_uiForm.sliceEvent->text().trimmed()+"')\n";

return exec_reduce;
}
///Reads the sample geometry, these settings will override what is stored in the run file
Expand Down

0 comments on commit e3993ba

Please sign in to comment.