Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
8ed70b8d
Commit
8ed70b8d
authored
Sep 22, 2021
by
Dominik Arominski
Browse files
D16 cycle 213 data reduction test with explicit wavelength
parent
c59d317b
Changes
9
Hide whitespace changes
Inline
Side-by-side
Testing/Data/SystemTest/ILL/D16/023358.nxs.md5
0 → 100644
View file @
8ed70b8d
4fc4ccc7bca8fce1b06bae7702a1226c
Testing/Data/SystemTest/ILL/D16/023359.nxs.md5
0 → 100644
View file @
8ed70b8d
0d66584779dfb86d98b852545931ba44
Testing/Data/SystemTest/ILL/D16/023376.nxs.md5
0 → 100644
View file @
8ed70b8d
d9ac1ce32bfa0a2ced559fd4a2aab33c
Testing/Data/SystemTest/ILL/D16/023380.nxs.md5
0 → 100644
View file @
8ed70b8d
136af7320a24a35346b778ea7efbbf9b
Testing/Data/SystemTest/ILL/D16/023388.nxs.md5
0 → 100644
View file @
8ed70b8d
71a8e72dde3940ec2aa8dd1ce0fd4897
Testing/Data/SystemTest/ILL/D16/023389.nxs.md5
0 → 100644
View file @
8ed70b8d
4951f6fd137944c68467007bc0613625
Testing/Data/SystemTest/ILL/D16/023390.nxs.md5
0 → 100644
View file @
8ed70b8d
4de49095f344b431277bb54334ebea3f
Testing/SystemTests/tests/framework/SANSILLAutoProcessTest.py
View file @
8ed70b8d
...
...
@@ -650,6 +650,58 @@ class D16_AutoProcess_Test(systemtesting.MantidSystemTest):
)
class
D16_AutoProcess_Test_cycle213
(
systemtesting
.
MantidSystemTest
):
"""
Tests autoprocess with D16 data from cycle 213.
"""
def
__init__
(
self
):
super
(
D16_AutoProcess_Test_cycle213
,
self
).
__init__
()
self
.
setUp
()
def
setUp
(
self
):
config
[
'default.facility'
]
=
'ILL'
config
[
'default.instrument'
]
=
'D16'
config
[
'logging.loggers.root.level'
]
=
'Warning'
config
.
appendDataSearchSubDir
(
'ILL/D16/'
)
config
[
'algorithms.retained'
]
=
'0'
def
cleanup
(
self
):
mtd
.
clear
()
def
validate
(
self
):
self
.
tolerance
=
1e-3
self
.
tolerance_is_rel_err
=
True
self
.
disableChecking
.
append
(
"Instrument"
)
return
[
'iq'
,
'D16_213_iq.nxs'
]
def
runTest
(
self
):
sample
=
"23389:23390"
transmission_sample
=
'23388'
beam
=
'23376'
transmission_beam
=
'23376'
absorber
=
'23380'
cell_background
=
'23359'
transmission_empty_cell
=
'23358'
# process the sample where wavelength is incorrectly defined in nexus
SANSILLAutoProcess
(
SampleRuns
=
sample
,
BeamRuns
=
beam
,
DefaultMaskFile
=
"side_mask"
,
MaskFiles
=
"beam_mask, side_mask"
,
TransmissionBeamRuns
=
transmission_beam
,
OutputWorkspace
=
'iq'
,
ContainerTransmissionRuns
=
transmission_empty_cell
,
SampleTransmissionRuns
=
transmission_sample
,
ContainerRuns
=
cell_background
,
AbsorberRuns
=
absorber
,
ThetaDependent
=
False
,
SampleThickness
=
0.6
,
StitchReferenceIndex
=
0
,
Wavelength
=
4.54
)
class
D22_AutoProcess_Single_Sensitivity
(
systemtesting
.
MantidSystemTest
):
"""
Tests auto process with D22 data with one sensitivity measurement.
...
...
Testing/SystemTests/tests/framework/reference/D16_213_iq.nxs.md5
0 → 100644
View file @
8ed70b8d
10fd9a59ab5667e438128debc6bcb2d1
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