scippneutron.tof.unwrap.time_of_arrival_minus_start_time_modulo_period#
- scippneutron.tof.unwrap.time_of_arrival_minus_start_time_modulo_period(toa_minus_start_time, frame_period)[source]#
Compute the time of arrival of the neutron at the detector, unwrapped at the pulse period, minus the start time of the frame, modulo the frame period.
- Parameters:
toa_minus_start_time (
tof.unwrap.UnwrappedTimeOfArrivalMinusStartTime
(scipp.Variable
)) – Time of arrival of the neutron at the detector, unwrapped at the pulse period, minus the start time of the frame.frame_period (
tof.unwrap.FramePeriod
(scipp.Variable
)) – Period of the frame, i.e., time between the start of two consecutive frames.
- Return type:
tof.unwrap.TimeOfArrivalMinusStartTimeModuloPeriod
(scipp.Variable
)