Ticket #10585 (closed: fixed)
ReflectometryReductionOne OffSpec
Reported by: | Owen Arnold | Owned by: | Harry Jeffery |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.3 |
Component: | Reflectometry | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #10658, #10847, #10858 | Tester: | Owen Arnold |
Description (last modified by Harry Jeffery) (diff)
Try to run ReflectometryReductionOneAuto with these parameters for runs 27575 (27576, 27578 would complete the three angles). The transmission run is 27585.
WavelengthMin = 2 WavelengthMax = 14.0 MonitorBackgroundWavelength = 15 - 20 MonitorIntegrationWavelength = 2 - 14 I0MonitorIndex = 1 PointDetector Start = 4 PointDetector Stop = 4 MultiDetectorStart = 5
The point is to prove that we can run this. Here are the expected outputs.
- Any simple fixes to get this to work
- A plot showing the results
Attachments
Change History
comment:4 Changed 6 years ago by Harry Jeffery
Attempting to execute yields a "detector out of range" error, caused by running PerformIndexOperations on the input workspace with ProcessingInstructions = '4'.
comment:5 Changed 6 years ago by Harry Jeffery
With ProcessingInstrutions = '3' (or any value from 0-3):
Error in execution of algorithm SpecularReflectionCalculateTheta: some-surface-holder does not exist. Check input properties. Error in execution of algorithm ReflectometryReductionOne: some-surface-holder does not exist. Check input properties. Error in execution of algorithm ReflectometryReductionOneAuto: some-surface-holder does not exist. Check input properties.
If ThetaIn is specified:
Error in execution of algorithm ReflectometryReductionOne: some-surface-holder does not exist. Check input properties. Error in execution of algorithm ReflectometryReductionOneAuto: some-surface-holder does not exist. Check input properties.
Unless we have something to override SampleComponentName with, it looks like OFFSPEC isn't yet ready to go through ReflectometryReductionOne.
comment:6 Changed 6 years ago by Harry Jeffery
The newly attached offspec parameter file contains the options required for processing OFFSPEC data. The following two properties are still required for ReflectometryReductionOne(Auto) however:
DetectorComponentName="HeDetector", SampleComponentName="sampleholder"
Changed 6 years ago by Harry Jeffery
- Attachment Processing OFFSPEC Runs.ipynb added
Demonstrate OFFSPEC processing
comment:10 Changed 6 years ago by Harry Jeffery
- Status changed from inprogress to verify
- Resolution set to fixed
Testing
OFFSPEC runs can be processed through the Python interface using the correct options.
comment:12 Changed 6 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 11427