Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
e1d42344
Commit
e1d42344
authored
6 years ago
by
Jose Borreguero
Browse files
Options
Downloads
Patches
Plain Diff
Refs #23380 correct flake8 flags
parent
c06f4a31
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Testing/SystemTests/tests/analysis/BASISTest.py
+14
-14
14 additions, 14 deletions
Testing/SystemTests/tests/analysis/BASISTest.py
docs/source/algorithms/BASISPowderDiffraction-v1.rst
+1
-1
1 addition, 1 deletion
docs/source/algorithms/BASISPowderDiffraction-v1.rst
with
15 additions
and
15 deletions
Testing/SystemTests/tests/analysis/BASISTest.py
+
14
−
14
View file @
e1d42344
...
...
@@ -130,20 +130,20 @@ class CrystalDiffractionTest(stresstesting.MantidStressTest, PreppingMixin):
"""
try
:
BASISCrystalDiffraction
(
RunNumbers
=
'
74799-74800
'
,
MaskFile
=
'
BASIS_Mask_default_diff.xml
'
,
VanadiumRuns
=
'
64642
'
,
BackgroundRuns
=
'
75527
'
,
PsiAngleLog
=
'
SE50Rot
'
,
PsiOffset
=-
27.0
,
LatticeSizes
=
[
10.71
,
10.71
,
10.71
],
LatticeAngles
=
[
90.0
,
90.0
,
90.0
],
VectorU
=
[
1
,
1
,
0
],
VectorV
=
[
0
,
0
,
1
],
Uproj
=
[
1
,
1
,
0
],
Vproj
=
[
0
,
0
,
1
],
Wproj
=
[
1
,
-
1
,
0
],
Nbins
=
300
,
OutputWorkspace
=
'
peaky
'
)
MaskFile
=
'
BASIS_Mask_default_diff.xml
'
,
VanadiumRuns
=
'
64642
'
,
BackgroundRuns
=
'
75527
'
,
PsiAngleLog
=
'
SE50Rot
'
,
PsiOffset
=-
27.0
,
LatticeSizes
=
[
10.71
,
10.71
,
10.71
],
LatticeAngles
=
[
90.0
,
90.0
,
90.0
],
VectorU
=
[
1
,
1
,
0
],
VectorV
=
[
0
,
0
,
1
],
Uproj
=
[
1
,
1
,
0
],
Vproj
=
[
0
,
0
,
1
],
Wproj
=
[
1
,
-
1
,
0
],
Nbins
=
300
,
OutputWorkspace
=
'
peaky
'
)
finally
:
self
.
preptear
()
...
...
This diff is collapsed.
Click to expand it.
docs/source/algorithms/BASISPowderDiffraction-v1.rst
+
1
−
1
View file @
e1d42344
...
...
@@ -44,7 +44,7 @@ workspace of same name plus suffix `_angle` is produced. The latter workspace
contains intensities versus scattering angle. Rescaling of the
background intensities is not applied when producing these workspaces.
**Vanadium
r
uns**: a set of runs to be reduced jointly provide an incoherent
**Vanadium
R
uns**: a set of runs to be reduced jointly provide an incoherent
and isotropic scattering to determine instrument efficiency per detector. If
no vanadium is provided, all detectors are assumed to have the same efficiency.
The vanadium intensity is integrated in each detector and used to normalize
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment