https://github.com/jyhmiinlin/pynufft
Revision 45251afedce3289a05ad0ad693164d049a05a847 authored by Your Name on 24 December 2016, 10:51:04 UTC, committed by Your Name on 24 December 2016, 10:51:04 UTC
1 parent 7a4b6e9
Raw File
Tip revision: 45251afedce3289a05ad0ad693164d049a05a847 authored by Your Name on 24 December 2016, 10:51:04 UTC
remove redundant om3D.txt and om3D2.txt
Tip revision: 45251af
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\_2D() # test the 2D case
back to top