Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #6933
Ticket #6933
: reduction.py
File reduction.py,
199 bytes
(added by Andrei Savici,
7 years
ago)
Line
1
import
sys
2
sys
.
path
.
append
(
'/home/andrei/Mantid/Build/bin'
)
3
from
mantid.simpleapi
import
*
4
5
w
=
Load
(
'/home/andrei/Mantid/mantid/Test/AutoTestData/CNCS_7860_event.nxs'
)
6
7
print
w
.
getTofMin
()
8
print
x
9
10
Download in other formats:
Original Format