View on GitHub

GFFT

A generalized FFT for Python that is able to handle data that is not stored on a regular grid.

Download this project as a .zip file Download this project as a tar.gz file

GFFT - Generalized Fast Fourier Transformations for Python

GFFT is a package for performing Fast Fourier Transformations even in the case where the data is not defined on a regularly spaced grid. This is commonly the case in applications such as radio interferometry and medical imaging.

Features include:

For more information, please refer to the GFFT Wiki.

GFFT is licensed under the GPLv3.