libtcspc.TimeCorrelateAtStop

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

Bases: Node

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

Like TimeCorrelateAtStart, but the emitted abstime and channel are taken from the stop (second) 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_stop()

The underlying C++ factory function.