https://github.com/jyhmiinlin/pynufft
Revision e5b194b013a204c7476e66da6e0588553cc843a5 authored by Your Name on 20 January 2016, 08:39:12 UTC, committed by Your Name on 20 January 2016, 08:39:12 UTC
1 parent 0682d61
Raw File
Tip revision: e5b194b013a204c7476e66da6e0588553cc843a5 authored by Your Name on 20 January 2016, 08:39:12 UTC
fix
Tip revision: e5b194b
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
back to top