libtcspc.DecodePQT2HydraHarpV1¶
- final class libtcspc.DecodePQT2HydraHarpV1(numeric_traits=None)[source]¶
Bases:
NodeProcessor that decodes PicoQuant HydraHarp V1 T2 FIFO records.
Sync edges are reported as
DetectionEventon channel-1.- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
abstimeandchanneltypes. Defaults toNumericTraits().
Notes
Events handled:
PQT2HydraHarpV1Event: decoded; emits zero or more ofTimeReachedEvent,DetectionEvent,MarkerEvent, andWarningEvent.All other event types: rejected at graph build time.
End of input: pass through.
See also
- tcspc::decode_pqt2_hydraharpv1()
The underlying C++ factory function.