https://github.com/jyhmiinlin/pynufft
Revision b6d1828b1b3ba36c29be8178ee18f33f9a0aae82 authored by Jyh-Miin Lin on 16 July 2020, 07:46:00 UTC, committed by Jyh-Miin Lin on 16 July 2020, 07:46:00 UTC
1 parent 4db1819
Raw File
Tip revision: b6d1828b1b3ba36c29be8178ee18f33f9a0aae82 authored by Jyh-Miin Lin on 16 July 2020, 07:46:00 UTC
add logo to root
Tip revision: b6d1828
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