ess.imaging.conversion.compute_detector_wavelength#
- ess.imaging.conversion.compute_detector_wavelength(tof_data, graph)[source]#
Compute the wavelength of neutrons detected by the detector.
- Parameters:
tof_data (
TofDetector[TypeVar(RunType)]) – Data with a time-of-flight coordinate.graph (
CoordTransformGraph[TypeVar(RunType)]) – Graph of coordinate transformations.
- Return type:
WavelengthDetector[TypeVar(RunType)]