https://github.com/jyhmiinlin/pynufft
Revision 4f6d6637a032111295abc3b878c9b670f234395a authored by Your Name on 24 December 2016, 10:52:16 UTC, committed by Your Name on 24 December 2016, 10:52:16 UTC
1 parent 45251af
Raw File
Tip revision: 4f6d6637a032111295abc3b878c9b670f234395a authored by Your Name on 24 December 2016, 10:52:16 UTC
version 0.3.1.8
Tip revision: 4f6d663
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\_2D() # test the 2D case
back to top