gausscont

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

Gaussian profile (not normalized) on top of a constant continuum.

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

  • b – Constant offset (in y-axis direction).

  • a – Gaussian amplitude (peak height).

  • mu – Gaussian center (peak position).

  • sigma – Gaussian sigma (width).

Returns

Value at x.