IterativeGeneralizedGaussianWBackground.evaluate_bg

giant.point_spread_functions.gaussians:

IterativeGeneralizedGaussianWBackground.evaluate_bg(x, y)

This computes the background component at locations x and y.

The background component is defined as

\[Bx+Cy+D\]
Parameters
  • x (numpy.ndarray) – The x values where the background is to be computed at

  • y (numpy.ndarray) – The y values where the background is to be computed at

Returns

The background according to the model

Return type

numpy.ndarray