Revision a3169879398c90d76695c426f178de5f88b38410 authored by Your Name on 19 January 2016, 23:06:54 UTC, committed by Your Name on 19 January 2016, 23:06:54 UTC
1 parent 6eedb3d
README.md
# 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 ...