gaussian_1d

gaussian_1d(height, center, sigma)[source]

Returns a gaussian function + offset with the given parameters

Parameters:
  • height (float) – height of the gaussian function
  • center (float) – center of the gaussian function
  • sigma (float) – sigma of the gaussian function