https://github.com/jyhmiinlin/pynufft
Revision dc32444ff206be2074d394b8cff2ceb00d1443c3 authored by Jyh-Miin Lin on 16 July 2020, 07:49:27 UTC, committed by Jyh-Miin Lin on 16 July 2020, 07:49:27 UTC
1 parent 0272d6b
Raw File
Tip revision: dc32444ff206be2074d394b8cff2ceb00d1443c3 authored by Jyh-Miin Lin on 16 July 2020, 07:49:27 UTC
resize logo
Tip revision: dc32444
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