Revision a2d304acd7febad1a4cea698a23be8a02875df87 authored by Your Name on 19 January 2016, 21:44:43 UTC, committed by Your Name on 19 January 2016, 21:44:43 UTC
1 parent c2d1110
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 ...