libtcspc.DecodeBHSPCWithIntensityCounter¶
- final class libtcspc.DecodeBHSPCWithIntensityCounter(numeric_traits=None)[source]¶
Bases:
NodeProcessor that decodes BH SPC FIFO records including fast intensity counter.
For SPC-160 and SPC-180N devices. Like
DecodeBHSPC, but the marker-0 records are also decoded intoBulkCountsEvent.- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying the
abstime,channel,difftime, andcounttypes of the emitted events. Defaults toNumericTraits().
Notes
Events handled:
BHSPCEvent: decoded; emits zero or more ofTimeReachedEvent,TimeCorrelatedDetectionEvent,BulkCountsEvent,MarkerEvent,DataLostEvent, andWarningEvent.All other event types: rejected at graph build time.
End of input: pass through.
See also
- tcspc::decode_bh_spc_with_intensity_counter()
The underlying C++ factory function.
DecodeBHSPCDecode standard Becker & Hickl SPC FIFO records.