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
0cff5acd
Commit
0cff5acd
authored
Sep 19, 2019
by
Whitfield, Ross
Browse files
Update integration_test_MDE.py
parent
6d8491b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
integration_test_MDE.py
View file @
0cff5acd
...
...
@@ -22,3 +22,26 @@ CalculateGoniometerForCW=True,
Wavelength
=
1.488
,
MaxAngle
=
0
,
CalculateStructureFactors
=
True
,
OutputWorkspace
=
'predict'
)
FindPeaksMD
(
InputWorkspace
=
'mde'
,
PeakDistanceThreshold
=
1
,
DensityThresholdFactor
=
10000
,
CalculateGoniometerForCW
=
True
,
OutputWorkspace
=
'peaks'
)
FindPeaksMD
(
InputWorkspace
=
'mde'
,
PeakDistanceThreshold
=
1
,
DensityThresholdFactor
=
10000
,
CalculateGoniometerForCW
=
True
,
OutputWorkspace
=
'peaks'
)
IndexPeaks
(
PeaksWorkspace
=
'peaks'
)
OptimizeLatticeForCellType
(
PeaksWorkspace
=
'peaks'
,
CellType
=
'Hexagonal'
,
Apply
=
True
,
OutputDirectory
=
'/home/rwp/build/mantid/.'
)
PredictPeaks
(
InputWorkspace
=
'peaks'
,
MinDSpacing
=
0.1
,
CalculateGoniometerForCW
=
True
,
Wavelength
=
1.488
,
MaxAngle
=
0
,
ReflectionCondition
=
'Hexagonally centred, reverse'
,
CalculateStructureFactors
=
True
,
OutputWorkspace
=
'predict2'
)
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