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