PointSpreadFunction.__call__¶
giant.point_spread_functions.psf_meta
:
- abstractmethod PointSpreadFunction.__call__(image)[source]¶
Point spread functions are callable on images and should apply the stored PSF to the image and return the result.
- Parameters:
image (ndarray) – The image the PSF is to be applied to
- Returns:
The image after applying the PSF
- Return type:
ndarray