Revision 72f937cc4065fae8c3c6eb8b83aa44c9e7935647 authored by Your Name on 16 December 2016, 17:35:19 UTC, committed by Your Name on 16 December 2016, 17:35:19 UTC
1 parent 018ac42
README.rst
pynufft
=======
pynufft: A pythonic non-uniform fast Fourier transform (NUFFT)
Installation:
-------------
pip install pynufft
Example:
--------
Inside the python environment, type:
| import pynufft.pynufft
| pynufft.pynufft.test\_1D() # test an 1-D case
| pynufft.pynufft.test\_2D() # test the 2D case

Computing file changes ...