Revision fd2bca8beca742517794bef0efb1f5014e494586 authored by Jyh-Miin Lin on 26 September 2020, 04:17:59 UTC, committed by Jyh-Miin Lin on 26 September 2020, 04:17:59 UTC
1 parent 182cb40
Raw File
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