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