Skip to content

Commit

Permalink
Refs #10581 Explain the behaviour of ProcessingInstructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Nov 24, 2014
1 parent 9fbe932 commit d106e8f
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -11,7 +11,13 @@ Description

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.

Expand Down

0 comments on commit d106e8f

Please sign in to comment.