ess.reduce.time_of_flight.eto_to_tof.mask_large_uncertainty_in_lut#
- ess.reduce.time_of_flight.eto_to_tof.mask_large_uncertainty_in_lut(table, error_threshold)[source]#
Mask regions in the time-of-flight lookup table with large uncertainty using NaNs.
- Parameters:
table (
TofLookupTable) – Lookup table with time-of-flight as a function of distance and time-of-arrival.error_threshold (
time_of_flight.types.LookupTableRelativeErrorThreshold(float)) – Threshold for the relative standard deviation (coefficient of variation) of the projected time-of-flight above which values are masked.
- Return type: