ess.reduce.time_of_flight.types#

Module Attributes

TofLookupTableFilename

Filename of the time-of-flight lookup table.

TimeOfFlightLookupTableFilename

Filename of the time-of-flight lookup table (alias).

TimeOfFlightLookupTable

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

PulseStrideOffset

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

LookupTableRelativeErrorThreshold

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

Classes

DetectorLtotal(x)

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

ErrorLimitedTofLookupTable(array, ...[, ...])

Lookup table that is masked with NaNs in regions where the standard deviation of the time-of-flight is above a certain threshold.

MonitorLtotal(x)

Total path length of neutrons from source to monitor.

TimeOfFlightLookupTable

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

ToaDetector(x)

Detector data with time-of-arrival coordinate.

TofDetector(x)

Detector data with time-of-flight coordinate.

TofLookupTable(array, pulse_period, ...[, ...])

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

TofMonitor(x)

Monitor data with time-of-flight coordinate.

WavelengthDetector(x)

Detector data with wavelength coordinate.

WavelengthMonitor(x)

Monitor data with wavelength coordinate.