https://github.com/jyhmiinlin/pynufft
Revision f6dc5b79ec3b59f13f99f6b57248066026496a2e authored by Jyh-Miin Lin on 13 February 2020, 03:39:17 UTC, committed by Jyh-Miin Lin on 13 February 2020, 03:39:17 UTC
1 parent 4e08119
Raw File
Tip revision: f6dc5b79ec3b59f13f99f6b57248066026496a2e authored by Jyh-Miin Lin on 13 February 2020, 03:39:17 UTC
bump
Tip revision: f6dc5b7
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