libtcspc.CountDataMapper¶
- class libtcspc.CountDataMapper(numeric_traits=None)[source]¶
Bases:
DataMapperData mapper that maps the
countfield to the datapoint value.The mapped event must have a
countfield.- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
datapoint_type. Defaults toNumericTraits().
See also
- tcspc::count_data_mapper
The underlying C++ data mapper.