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
6d8491b2
Commit
6d8491b2
authored
Sep 19, 2019
by
Whitfield, Ross
Browse files
Update integration_test_MDE.py
parent
a79eb652
Changes
1
Hide whitespace changes
Inline
Side-by-side
integration_test_MDE.py
View file @
6d8491b2
...
...
@@ -10,4 +10,15 @@ import matplotlib.pyplot as plt
import
numpy
as
np
data
=
LoadWANDSCD
(
IPTS
=
21362
,
RunNumbers
=
'120754-122554'
,
Grouping
=
'4x4'
)
norm
=
LoadWANDSCD
(
"HB2C137518"
,
Grouping
=
'4x4'
)
mde
=
ConvertWANDSCDtoMDE
(
data
)
ConvertWANDSCDtoQ
(
InputWorkspace
=
'data'
,
NormalisationWorkspace
=
'norm'
,
OutputWorkspace
=
'Q'
,
BinningDim1
=
'-1,1,21'
)
PredictPeaks
(
InputWorkspace
=
'Q'
,
MinDSpacing
=
0.1
,
CalculateGoniometerForCW
=
True
,
Wavelength
=
1.488
,
MaxAngle
=
0
,
CalculateStructureFactors
=
True
,
OutputWorkspace
=
'predict'
)
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