libtcspc.RemoveTimeCorrelation¶
- final class libtcspc.RemoveTimeCorrelation(numeric_traits=None)[source]¶
Bases:
NodeProcessor that strips the difftime from time-correlated detection events.
Converts each
TimeCorrelatedDetectionEventinto aDetectionEvent(with the sameabstimeandchannel); other event types pass through unchanged.- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
abstimeandchanneltypes. Defaults toNumericTraits().
Notes
Events handled:
TimeCorrelatedDetectionEvent: emit aDetectionEventwith the sameabstimeandchannel.All other event types: pass through unchanged.
End of input: pass through.
See also
- tcspc::remove_time_correlation()
The underlying C++ factory function.