You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
astropy.convolution provides convolution functions and kernels that offers improvements compared to the scipy scipy.ndimage convolution routines, including:
Proper treatment of NaN values (ignoring them during convolution and replacing NaN pixels with interpolated values)
A single function for 1-D, 2-D, and 3-D convolution
Improved options for the treatment of edges
Both direct and Fast Fourier Transform (FFT) versions
Built-in kernels that are commonly used in Astronomy
astropy.convolution
provides convolution functions and kernels that offers improvements compared to thescipy scipy.ndimage
convolution routines, including:Docs here.
The text was updated successfully, but these errors were encountered: