https://github.com/jyhmiinlin/pynufft
Revision ad875a4dfd2584787be9e09b0c92f6911c78c9b4 authored by Your Name on 17 December 2016, 09:59:14 UTC, committed by Your Name on 17 December 2016, 09:59:14 UTC
1 parent 237734f
Raw File
Tip revision: ad875a4dfd2584787be9e09b0c92f6911c78c9b4 authored by Your Name on 17 December 2016, 09:59:14 UTC
change citation
Tip revision: ad875a4
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