You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/devices/dae.md
+27-26Lines changed: 27 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,42 +285,43 @@ as a list, and `units` (μs/microseconds for time of flight bounding, and angstr
285
285
286
286
If you don't specify either of these options, they will default to summing over the entire spectrum.
287
287
288
-
### Polarisation/Asymmetry
288
+
{#polarisationasymmetry}
289
+
### Polarisation & Asymmetry
289
290
290
-
ibex_bluesky_core provides a helper method,
291
-
{py:obj}`ibex_bluesky_core.utils.calculate_polarisation`, for calculating the quantity (a-b)/(a+b). This quantity is used, for example, in neutron polarisation measurements, and in calculating asymmetry for muon measurements.
291
+
A helper method, {py:obj}`calculate_polarisation <ibex_bluesky_core.utils.calculate_polarisation>`, is provided
292
+
for calculating the quantity {math}`\frac{a-\alpha b}{a+\alpha b}`, where {math}`\alpha` is a scalar constant which is
293
+
assumed not to have a variance.
294
+
This quantity is used, for example, in neutron polarisation measurements, and in calculating asymmetry for muon measurements.
292
295
293
-
For this expression, scipp's default uncertainty propagation rules cannot be used as the uncertainties on (a-b) are correlated with those of (a+b) in the division step - but scipp assumes uncorrelated data. This helper method calculates the uncertainties following linear error propagation theory, using the partial derivatives of the above expression.
296
+
For this expression, scipp's default uncertainty propagation rules cannot be used as the uncertainties on
297
+
{math}`(a-\alpha b)` are correlated with those of {math}`(a+\alpha b)` in the division step - but
0 commit comments