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 (Union[Sequence, numpy.ndarray]) – The x values to evaluate at

  • y (Union[Sequence, numpy.ndarray]) – The y values to evaluate at

Returns

An array of zeros

Return type

numpy.ndarray