libtcspc.TimeCorrelateAtStart

final class libtcspc.TimeCorrelateAtStart(numeric_traits=None)[source]

Bases: Node

Processor that time-correlates detection pairs using the start time and channel.

Converts each DetectionPairEvent into a TimeCorrelatedDetectionEvent whose abstime and channel are taken from the start (first) detection and whose difftime is the interval to the stop detection.

Parameters:

numeric_traits (NumericTraits or None) – Numeric traits for the emitted events. Defaults to NumericTraits().

Notes

Events handled:

See also

tcspc::time_correlate_at_start()

The underlying C++ factory function.