gauss

interferopy.tools.gauss(x, a, mu, sigma)[source]

Gaussian profile. Not normalized.

Parameters
  • x – Values of x where to compute the profile.

  • a – Gaussian amplitude (peak height).

  • mu – Gaussian center (peak position).

  • sigma – Gaussian sigma (width).

Returns

Value at x.