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 (Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str]) – The x values to evaluate at

  • y (Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str]) – The y values to evaluate at

Returns:

An array of zeros

Return type:

ndarray