libtcspc.TimeCorrelateAtStop¶
- final class libtcspc.TimeCorrelateAtStop(numeric_traits=None)[source]¶
Bases:
NodeProcessor that time-correlates detection pairs using the stop time and channel.
Like
TimeCorrelateAtStart, but the emittedabstimeandchannelare taken from the stop (second) detection.- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits for the emitted events. Defaults to
NumericTraits().
Notes
Events handled:
All other event types: pass through unchanged.
End of input: pass through.
See also
- tcspc::time_correlate_at_stop()
The underlying C++ factory function.