Skip to content
Snippets Groups Projects
Commit e1d42344 authored by Jose Borreguero's avatar Jose Borreguero
Browse files

Refs #23380 correct flake8 flags

parent c06f4a31
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
......@@ -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 runs**: a set of runs to be reduced jointly provide an incoherent
**VanadiumRuns**: 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment