Skip to content
Snippets Groups Projects
Commit e8f90097 authored by Steve Williams's avatar Steve Williams
Browse files

Better Display Mask in ISIS SANS re #2612

parent 9866eb81
No related branches found
No related tags found
No related merge requests found
......@@ -804,8 +804,8 @@ class Mask_ISIS(sans_reduction_steps.Mask):
Multiply('ones', wksp, 'units')
#do the super-position and clean up
Minus(counts, 'units', wksp)
# mantid.deleteWorkspace('ones')
# mantid.deleteWorkspace('units')
mantid.deleteWorkspace('ones')
mantid.deleteWorkspace('units')
#opens an instrument showing the contents of the workspace (i.e. the instrument with masked detectors)
instrum.view(wksp)
......
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