ess.reduce.time_of_flight.types#

Module Attributes

LtotalRange

Range (min, max) of the total length of the flight path from the source to the detector.

DistanceResolution

Step size of the distance axis in the lookup table.

TimeResolution

Step size of the event_time_offset axis in the lookup table.

TimeOfFlightLookupTable

Lookup table giving time-of-flight as a function of distance and time of arrival.

LookupTableRelativeErrorThreshold

Threshold for the relative standard deviation (coefficient of variation) of the projected time-of-flight above which values are masked.

PulsePeriod

Period of the source pulses, i.e., time between consecutive pulse starts.

PulseStride

Stride of used pulses.

PulseStrideOffset

When pulse-skipping, the offset of the first pulse in the stride.

Classes

DetectorLtotal(x)

Total path length of neutrons from source to detector (L1 + L2).

DetectorTofData(x)

Detector data with time-of-flight coordinate.

MonitorLtotal(x)

Total path length of neutrons from source to monitor.

MonitorTofData(x)

Monitor data with time-of-flight coordinate.

ResampledDetectorTofData(x)

Histogrammed detector data with time-of-flight coordinate, that has been resampled.

ResampledMonitorTofData(x)

Histogrammed monitor data with time-of-flight coordinate, that has been resampled.

SimulationResults(time_of_arrival, speed, ...)

Results of a time-of-flight simulation used to create a lookup table.