create_matching_kernel#

photutils.psf_matching.create_matching_kernel(source_psf, target_psf, *, window=None, regularization=0.0001)[source]#

Deprecated since version 3.0: The create_matching_kernel function is deprecated and may be removed in a future version. Use make_kernel instead.

Create a kernel to match 2D point spread functions (PSF).

Deprecated since version 3.0: create_matching_kernel is deprecated as of Photutils 3.0 and will be removed in version 4.0. Use make_kernel instead.