libtcspc.TimeCorrelateAtStart¶
- final class libtcspc.TimeCorrelateAtStart(numeric_traits=None)[source]¶
Bases:
NodeProcessor that time-correlates detection pairs using the start time and channel.
Converts each
DetectionPairEventinto aTimeCorrelatedDetectionEventwhoseabstimeandchannelare taken from the start (first) detection and whosedifftimeis the interval to the stop 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_start()
The underlying C++ factory function.