libtcspc.RemoveTimeCorrelation

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

Bases: Node

Processor that strips the difftime from time-correlated detection events.

Converts each TimeCorrelatedDetectionEvent into a DetectionEvent (with the same abstime and channel); other event types pass through unchanged.

Parameters:

numeric_traits (NumericTraits or None) – Numeric traits specifying abstime and channel types. Defaults to NumericTraits().

Notes

Events handled:

See also

tcspc::remove_time_correlation()

The underlying C++ factory function.