libtcspc.DecodePQT3HydraHarpV1¶
- final class libtcspc.DecodePQT3HydraHarpV1(numeric_traits=None)[source]¶
Bases:
NodeProcessor that decodes PicoQuant HydraHarp V1 T3 FIFO records.
- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
abstime,channel, anddifftimetypes. Defaults toNumericTraits().
Notes
Events handled:
PQT3HydraHarpV1Event: decoded; emits zero or more ofTimeReachedEvent,TimeCorrelatedDetectionEvent,MarkerEvent, andWarningEvent.All other event types: rejected at graph build time.
End of input: pass through.
See also
- tcspc::decode_pqt3_hydraharpv1()
The underlying C++ factory function.