ess.powder.types.UncertaintyBroadcastMode#
- class ess.powder.types.UncertaintyBroadcastMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
Mode for broadcasting uncertainties.
See https://doi.org/10.3233/JNR-220049 for context.
- __init__(*args, **kwds)#
Attributes
drop
Drop variances if the data is broadcast.
upper_bound
Compute an upper bound for the variances.
fail
Do not broadcast, simply return the input data.