Skip to content
Snippets Groups Projects
Commit 347a0bc7 authored by Lynch, Vickie's avatar Lynch, Vickie
Browse files

Refs #9714 fix version 1 test

parent 9e84d610
No related branches found
No related tags found
No related merge requests found
...@@ -94,10 +94,10 @@ Usage ...@@ -94,10 +94,10 @@ Usage
.. testcode:: ExConvertToDiffractionMDWorkspace .. testcode:: ExConvertToDiffractionMDWorkspace
# Load Operation # create or load event workspace
events = CreateSampleWorkspace(OutputWorkspace='events', WorkspaceType='Event', Function='Multiple Peaks', Random=True) events = CreateSampleWorkspace(OutputWorkspace='events', WorkspaceType='Event', Function='Multiple Peaks', Random=True)
# convert to MD workspace # convert to MD workspace
md = ConvertToDiffractionMDWorkspace(InputWorkspace=events, OutputWorkspace='md', OneEventPerBin=False, LorentzCorrection=True, SplitThreshold=150,Version=1)) md = ConvertToDiffractionMDWorkspace(InputWorkspace=events, OutputWorkspace='md', OneEventPerBin=False, LorentzCorrection=True, SplitThreshold=150, Version=1)
# A way to look at these results as a text: # A way to look at these results as a text:
print "Resulting MD workspace has {0} events and {1} dimensions".format(md.getNEvents(),md.getNumDims()) print "Resulting MD workspace has {0} events and {1} dimensions".format(md.getNEvents(),md.getNumDims())
......
...@@ -92,7 +92,7 @@ Usage ...@@ -92,7 +92,7 @@ Usage
.. testcode:: ExConvertToDiffractionMDWorkspace .. testcode:: ExConvertToDiffractionMDWorkspace
# Load Operation # create or load event workspace
events = CreateSampleWorkspace(OutputWorkspace='events', WorkspaceType='Event', Function='Multiple Peaks', Random=True) events = CreateSampleWorkspace(OutputWorkspace='events', WorkspaceType='Event', Function='Multiple Peaks', Random=True)
# convert to MD workspace # convert to MD workspace
md = ConvertToDiffractionMDWorkspace(InputWorkspace=events, OutputWorkspace='md', OneEventPerBin=False, LorentzCorrection=True, SplitThreshold=150) md = ConvertToDiffractionMDWorkspace(InputWorkspace=events, OutputWorkspace='md', OneEventPerBin=False, LorentzCorrection=True, SplitThreshold=150)
......
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