https://github.com/jyhmiinlin/pynufft
Revision 505b5ef808e2d357b192a6ec1c4d5b4c45606cc9 authored by Jyh-Miin Lin on 14 February 2020, 19:27:23 UTC, committed by Jyh-Miin Lin on 14 February 2020, 19:27:23 UTC
0 parent
Raw File
Tip revision: 505b5ef808e2d357b192a6ec1c4d5b4c45606cc9 authored by Jyh-Miin Lin on 14 February 2020, 19:27:23 UTC
commit message
Tip revision: 505b5ef
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