Gaussian.__call__

giant.point_spread_functions.gaussians:

Gaussian.__call__(image)[source]

Applies the represented Gaussian PSF to a 2D array. :param image: The array to apply the PSF to :return: The resulting array after applying the PSF as a numpy array.

Parameters:

image (ndarray) –

Return type:

ndarray