watson.neighbours.Gauss2D

watson.neighbours.Gauss2D(x, y, mu_x, mu_y, sigma, A)

Calculates a circular Gaussian at specified grid points

Args:

x, y (1D numpy arrays): Grid that you would like to calculate Gaussian over mu_x, mu_y (floats): Locations of star / Gaussian peak sigma (float): Standard deviation of Gaussian A (float): Area under Gaussian

Returns: the gaussian