https://github.com/jyhmiinlin/pynufft
Revision 0acee3ba992aca69b51a015dd8c51a4bde86b8d8 authored by Jyh-Miin Lin on 21 May 2019, 09:13:49 UTC, committed by Jyh-Miin Lin on 21 May 2019, 09:13:49 UTC
1 parent 6c2489a
Raw File
Tip revision: 0acee3ba992aca69b51a015dd8c51a4bde86b8d8 authored by Jyh-Miin Lin on 21 May 2019, 09:13:49 UTC
bump
Tip revision: 0acee3b
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 as pnft
            | pnft.test\_installation() # test required files
            | pnft.test\_2D() # test the 2D case
back to top