fitting.dispgauss¶
-
fitting.dispgauss(x, A, B, x0, dx)¶ A single dispersive Gaussian without baseline / offset.
Parameters: - x (array) – x-values.
- A (float) – Amplitude of real part.
- B (float) – Amplitude of dispersive part.
- x0 (float) – Center.
- dx (float) – FWHM.
Returns:
.Note
This dispersive Gaussian is defined in an analogous manner as the dispersive Lorentzian
displor()with an extra factor
, which makes the total area under the dispersive and real parts identical.See also
See Hoffman et al., J. Phys. Chem. A 118, 4955 (2014) on how to use dispersive Lorentzians for analysis of dispersive lineshapes in FSRS.