libtcspc.TimeCorrelateAtMidpoint

final class libtcspc.TimeCorrelateAtMidpoint(use_start_channel=False, numeric_traits=None)[source]

Bases: Node

Processor that time-correlates detection pairs using the midpoint time.

The emitted abstime is the midpoint between the start and stop detections; the channel is taken from the stop detection by default, or the start detection if use_start_channel is true.

Parameters:
  • use_start_channel (bool) – If True, use the start detection’s channel. Default False.

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

Notes

Events handled:

See also

tcspc::time_correlate_at_midpoint()

The underlying C++ factory function.