Revision 2ad4af2993691473570433f3994b55580ce41764 authored by Your Name on 16 December 2016, 16:37:05 UTC, committed by Your Name on 16 December 2016, 16:37:05 UTC
change the version to 0.3
1 parent 21ce5cf
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 ...