voigt
- mcalf.profiles.voigt.voigt(x, a, b, s, g, d, **kwargs)[source]
Voigt function with background.
- Parameters:
- Returns:
result – The value of the Voigt function here.
- Return type:
numpy.ndarray, shape=`x.shape`
See also
voigt_nobg
Base Voigt function with no background.
double_voigt_nobg
Two Voigt functions added together.
double_voigt
Two Voigt function and a background added together.