Ticket #6933: reduction.py

File reduction.py, 199 bytes (added by Andrei Savici, 7 years ago)
Line 
1import sys
2sys.path.append('/home/andrei/Mantid/Build/bin')
3from mantid.simpleapi import *
4
5w=Load('/home/andrei/Mantid/mantid/Test/AutoTestData/CNCS_7860_event.nxs')
6 
7print w.getTofMin()
8print x
9
10