libtcspc.UnbatchBinIncrementClusters

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

Bases: Node

Processor that recovers bin increment clusters from encoded batches.

The inverse of BatchBinIncrementClusters. Each BucketEvent of encoded bin indices is decoded into individual BinIncrementClusterEvents.

Parameters:

numeric_traits (NumericTraits or None) – Numeric traits specifying bin_index_type. Defaults to NumericTraits().

Notes

Events handled:

See also

tcspc::unbatch_bin_increment_clusters()

The underlying C++ factory function.