obspy.core.util.obspy_types.FloatWithUncertainties

class FloatWithUncertainties(value, lower_uncertainty=None, upper_uncertainty=None)[source]

Bases: obspy.core.util.obspy_types.CustomFloat

Helper class to inherit from and which stores a float with a given valid range, upper/lower uncertainties and eventual additional attributes.

Attributes

__dict__
__doc__ unicode(string [, encoding[, errors]]) -> object
__module__ str(object) -> string
__weakref__ list of weak references to the object (if defined)
imag the imaginary part of a complex number
real the real part of a complex number

Special Methods

__iadd__
__imul__
__init__