Moment.evaluate

giant.point_spread_functions.moments:

Moment.evaluate(x, y)[source]

Returns an array of zeros the same shape of x/y.

Parameters:
  • x (Sequence | ndarray) – The x values to evaluate at

  • y (Sequence | ndarray) – The y values to evaluate at

Returns:

An array of zeros

Return type:

ndarray