Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Whitfield, Ross
wand
Commits
4d95169a
Commit
4d95169a
authored
Sep 19, 2019
by
Whitfield, Ross
Browse files
Update intergartion_test_MDE.py
parent
cf86a6e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
intergartion_test_MDE.py
0 → 100644
View file @
4d95169a
# The following line helps with future compatibility with Python 3
# print must now be used as a function, e.g print('Hello','World')
from
__future__
import
(
absolute_import
,
division
,
print_function
,
unicode_literals
)
# import mantid algorithms, numpy and matplotlib
from
mantid.simpleapi
import
*
import
matplotlib.pyplot
as
plt
import
numpy
as
np
data
=
LoadWANDSCD
(
IPTS
=
21362
,
RunNumbers
=
'120754-122554'
,
Grouping
=
'4x4'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment