https://github.com/jyhmiinlin/pynufft
Revision c6f4bcf639e7ac5f13cdcd7b4fb2e8de58e722b6 authored by Your Name on 20 January 2016, 09:17:04 UTC, committed by Your Name on 20 January 2016, 09:17:04 UTC
1 parent e5b194b
Raw File
Tip revision: c6f4bcf639e7ac5f13cdcd7b4fb2e8de58e722b6 authored by Your Name on 20 January 2016, 09:17:04 UTC
update
Tip revision: c6f4bcf
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
            | pynufft.pynufft.test\_1D() # test an 1-D case
            | pynufft.pynufft.test\_2D() # test the 2D case
back to top