obspy.core.util.obspy_types.ComplexWithUncertainties.__init__

ComplexWithUncertainties.__init__(*args, **kwargs)[source]

Complex type with optional keywords:

Parameters:
  • lower_uncertainty (complex) Lower uncertainty (aka minusError)
  • upper_uncertainty (complex) Upper uncertainty (aka plusError)
  • measurement_method_real (str) Method used in the measurement of real part.
  • measurement_method_imag (str) Method used in the measurement of imaginary part.