https://github.com/jyhmiinlin/pynufft
Revision 59b8fd776b05aed6ab450c4846ff5e88dc6a8e22 authored by Jyh-Miin Lin on 23 July 2020, 00:58:43 UTC, committed by Jyh-Miin Lin on 23 July 2020, 00:58:43 UTC
1 parent bdc313d
Raw File
Tip revision: 59b8fd776b05aed6ab450c4846ff5e88dc6a8e22 authored by Jyh-Miin Lin on 23 July 2020, 00:58:43 UTC
wording
Tip revision: 59b8fd7
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