Skip to content

Commit

Permalink
re #8528: Export the slicing support to the ISISCommandInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
gesnerpassos committed Nov 29, 2013
1 parent 03ecb19 commit f76ec3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Code/Mantid/scripts/SANS/ISISCommandInterface.py
Expand Up @@ -900,6 +900,12 @@ def LimitsQXY(qmin, qmax, step, type):

settings.readLimitValues('L/QXY ' + str(qmin) + ' ' + str(qmax) + ' ' + str(step) + '/' + type, ReductionSingleton())

def SetEventSlices(input_str):
"""
"""
ReductionSingleton().setSlicesLimits(input_str)


def PlotResult(workspace, canvas=None):
"""
Draws a graph of the passed workspace. If the workspace is 2D (has many spectra
Expand Down

0 comments on commit f76ec3b

Please sign in to comment.