IterativeGaussian.__call__

giant.point_spread_functions.gaussians:

IterativeGaussian.__call__(image)

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