obspy.core.util.obspy_types.ComplexWithUncertainties

class ComplexWithUncertainties(*args, **kwargs)[source]

Bases: obspy.core.util.obspy_types.CustomComplex

Complex class which can store uncertainties.

Accepts FloatWithUncertainties and returns FloatWithUncertainties from property methods.

Attributes

__dict__
__doc__ str(object=’‘) -> str
__module__ str(object=’‘) -> str
__weakref__ list of weak references to the object (if defined)
imag
lower_uncertainty
real
upper_uncertainty

Public Methods

conjugate Return the complex conjugate of its argument.

Private Methods

Warning

Private methods are mainly for internal/developer use and their API might change without notice.

_attr
_uncertainty

Special Methods

__dir__ default dir() implementation
__format__ Convert to a string according to format_spec.
__getnewargs__
__iadd__
__imul__
__init__ Complex type with optional keywords:
__new__
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__sizeof__ size of object in memory, in bytes
__subclasshook__ Abstract classes can override this to customize issubclass().