https://github.com/jyhmiinlin/pynufft
Revision cfe4a8d89bf5a5297329e1a191bd29e370629796 authored by Jyh-Miin Lin on 23 July 2020, 01:13:14 UTC, committed by Jyh-Miin Lin on 23 July 2020, 01:13:14 UTC
1 parent 59b8fd7
Raw File
Tip revision: cfe4a8d89bf5a5297329e1a191bd29e370629796 authored by Jyh-Miin Lin on 23 July 2020, 01:13:14 UTC
wording
Tip revision: cfe4a8d
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