libtcspc.DifftimeDataMapper

class libtcspc.DifftimeDataMapper(numeric_traits=None)[source]

Bases: DataMapper

Data mapper that maps the difftime field to the datapoint value.

The mapped event must have a difftime field.

Parameters:

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

See also

tcspc::difftime_data_mapper

The underlying C++ data mapper.