Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

use astropy's convolution #13

Open
martinberoiz opened this issue Nov 10, 2017 · 0 comments
Open

use astropy's convolution #13

martinberoiz opened this issue Nov 10, 2017 · 0 comments

Comments

@martinberoiz
Copy link
Member

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

Docs here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant