Revision 3a4ab1726068327e4a7fcf3084c88c1a6ea90300 authored by Jyh-Miin Lin on 05 January 2020, 13:08:12 UTC, committed by Jyh-Miin Lin on 05 January 2020, 13:08:12 UTC
1 parent 9a5cf9c
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