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=’‘) -> string |
__module__ | str(object=’‘) -> string |
__weakref__ | list of weak references to the object (if defined) |
imag | |
lower_uncertainty | |
real | |
upper_uncertainty |
Special Methods
__add__ | |
__iadd__ | |
__imul__ | |
__init__ | Complex type with optional keywords: |
__mul__ |