qudi.util.fit_models.lorentzian.multiple_complex_lorentzian
- qudi.util.fit_models.lorentzian.multiple_complex_lorentzian(x: float, centers: Sequence[float], sigmas: Sequence[float], amplitudes: Sequence[float], thetas: Sequence[float])[source]
Mathematical definition of the sum of multiple complex Lorentzian functions without any bias.
WARNING: Values in “thetas” must be in deg (NOT rad).
WARNING: Sequence parameters “centers”, “sigmas”, “amplitudes” and “thetas” must have same length.