https://github.com/jyhmiinlin/pynufft
Revision ddce23c31bfa6c0413eb472ab086d015d0a23d3c authored by Jyh-Miin Lin on 30 May 2020, 05:55:00 UTC, committed by Jyh-Miin Lin on 30 May 2020, 05:55:00 UTC
1 parent 9f16d8e
Raw File
Tip revision: ddce23c31bfa6c0413eb472ab086d015d0a23d3c authored by Jyh-Miin Lin on 30 May 2020, 05:55:00 UTC
more wording
Tip revision: ddce23c
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