libtcspc.UnbatchBinIncrementClusters¶
- final class libtcspc.UnbatchBinIncrementClusters(numeric_traits=None)[source]¶
Bases:
NodeProcessor that recovers bin increment clusters from encoded batches.
The inverse of
BatchBinIncrementClusters. EachBucketEventof encoded bin indices is decoded into individualBinIncrementClusterEvents.- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
bin_index_type. Defaults toNumericTraits().
Notes
Events handled:
BucketEvent/ConstBucketEventof bin indices: decoded intoBinIncrementClusterEvents.All other event types: pass through unchanged.
End of input: pass through.
See also
- tcspc::unbatch_bin_increment_clusters()
The underlying C++ factory function.