Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Whitfield, Ross
wand
Commits
2bd97d04
Commit
2bd97d04
authored
Sep 20, 2019
by
Whitfield, Ross
Browse files
Update integration_test_MDE.py
parent
34447af5
Changes
1
Hide whitespace changes
Inline
Side-by-side
integration_test_MDE.py
View file @
2bd97d04
...
...
@@ -92,7 +92,15 @@ ol=mtd['peaks2'].sample().getOrientedLattice()
a
=
ol
.
a
();
b
=
ol
.
b
()
c
=
ol
.
c
()
ol
.
seta
(
a
*
2
)
ol
.
setb
(
b
*
2
)
ol
.
setc
(
c
*
2
)
ol
.
seta
(
a
*
4
)
ol
.
setb
(
b
*
4
)
ol
.
setc
(
c
*
4
)
PredictPeaks
(
InputWorkspace
=
'peaks2'
,
MinDSpacing
=
0.1
,
CalculateGoniometerForCW
=
True
,
Wavelength
=
1.488
,
MaxAngle
=
0
,
ReflectionCondition
=
'Hexagonally centred, reverse'
,
CalculateStructureFactors
=
True
,
OutputWorkspace
=
'predict2'
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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