Skip to content
Snippets Groups Projects
Commit dd1987d0 authored by Owen Arnold's avatar Owen Arnold
Browse files

Merge remote-tracking branch 'origin/feature/10581_improve_reflredoneauto_docs'

parents 4d73cca0 d106e8fc
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,13 @@ Description ...@@ -11,7 +11,13 @@ Description
Facade over :ref:`algm-ReflectometryReductionOne`. Facade over :ref:`algm-ReflectometryReductionOne`.
Pulls numeric parameters out of the instrument parameters where possible. You can override any of these automatically applied defaultsby providing your own value for the input. Pulls numeric parameters out of the instrument parameters where possible. You can override any of these automatically applied defaults by providing your own value for the input.
If ProcessingInstructions is not set its value is inferred from other properties:
* If AnalysisMode = PointDetectorAnalaysis and PointDetectorStart = PointDetectorStop then the spectrum specified by PointDetectorStart is used.
* If AnalysisMode = PointDetectorAnalaysis and PointDetectorStart ≠ PointDetectorStop then the sum of the spectra from PointDetectorStart to PointDetectorStop is used.
* If AnalysisMode = MultiDetectorAnalaysis then all of the spectra from MultiDetectorStart onwards are used.
See :ref:`algm-ReflectometryReductionOne` for more information on the wrapped algorithm. See :ref:`algm-ReflectometryReductionOne` for more information on the wrapped algorithm.
......
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