ess.reduce.time_of_flight.types.LookupTableRelativeErrorThreshold#

ess.reduce.time_of_flight.types.LookupTableRelativeErrorThreshold = ess.reduce.time_of_flight.types.LookupTableRelativeErrorThreshold#

Threshold for the relative standard deviation (coefficient of variation) of the projected time-of-flight above which values are masked. The threshold can be different for different beamline components (monitors, detector banks, etc.). The dictionary should have the component names as keys and the corresponding thresholds as values.

Example:

workflow[LookupTableRelativeErrorThreshold] = {
    'detector': 0.1,
    'monitor_close_to_source': 1.0,
    'monitor_far_from_source': 0.2,
}