libtcspc.DecodeBHSPCWithIntensityCounter

final class libtcspc.DecodeBHSPCWithIntensityCounter(numeric_traits=None)[source]

Bases: Node

Processor 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 into BulkCountsEvent.

Parameters:

numeric_traits (NumericTraits or None) – Numeric traits specifying the abstime, channel, difftime, and count types of the emitted events. Defaults to NumericTraits().

Notes

Events handled:

See also

tcspc::decode_bh_spc_with_intensity_counter()

The underlying C++ factory function.

DecodeBHSPC

Decode standard Becker & Hickl SPC FIFO records.