fitting.voigts_parabola¶
-
fitting.
voigts_parabola
(x, a, b, c, *p)¶ Sum over variable number of approximate Voigt profiles on a quadratic background.
Parameters: - x (array) – x-values.
- a (float) – Offset.
- b (float) – Linear term.
- c (float) – Quadratic term.
- p (variable) –
Coefficients for Voigt profiles. For each Voigt profile provide
- A amplitude,
- x0 center,
- dx FWHM,
- a relative weight of Lorentzian vs. Gaussian.
Returns: Sum over Voigt profiles .
See also
voigts()
for more details.