https://github.com/jyhmiinlin/pynufft
Revision 47a73273a88e1df2d8ff7f7671a763efeada9343 authored by Jyh-Miin Lin on 03 November 2019, 09:05:52 UTC, committed by Jyh-Miin Lin on 03 November 2019, 09:05:52 UTC
1 parent bbc2471
Raw File
Tip revision: 47a73273a88e1df2d8ff7f7671a763efeada9343 authored by Jyh-Miin Lin on 03 November 2019, 09:05:52 UTC
change the version to 2019.2.3rc1
Tip revision: 47a7327
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