single_gaussian

mcalf.profiles.single_gaussian(x, a, b, c, d)[source]

Gaussian function

Parameters
  • x (ndarray) – Wavelengths to evaluate Gaussian function at.

  • a (float) – Amplitude.

  • b (float) – Central line core.

  • c (float) – Sigma of Gaussian.

  • d (float) – Background to add.