https://github.com/jyhmiinlin/pynufft
Revision 473415237bb5e94759258b0a1a1bde902e0ddbde authored by Jyh-Miin Lin on 04 October 2020, 09:37:55 UTC, committed by Jyh-Miin Lin on 04 October 2020, 09:37:55 UTC
1 parent 6759822
Raw File
Tip revision: 473415237bb5e94759258b0a1a1bde902e0ddbde authored by Jyh-Miin Lin on 04 October 2020, 09:37:55 UTC
deprecate codes
Tip revision: 4734152
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