libtcspc.DecodePQT2PicoHarp300¶
- final class libtcspc.DecodePQT2PicoHarp300(numeric_traits=None)[source]¶
Bases:
NodeProcessor that decodes PicoQuant PicoHarp 300 T2 FIFO records.
- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
abstimeandchanneltypes. Defaults toNumericTraits().
Notes
Events handled:
PQT2PicoHarp300Event: 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_picoharp300()
The underlying C++ factory function.