https://github.com/jyhmiinlin/pynufft
Revision f6dc5b79ec3b59f13f99f6b57248066026496a2e authored by Jyh-Miin Lin on 13 February 2020, 03:39:17 UTC, committed by Jyh-Miin Lin on 13 February 2020, 03:39:17 UTC
1 parent 4e08119
Raw File
Tip revision: f6dc5b79ec3b59f13f99f6b57248066026496a2e authored by Jyh-Miin Lin on 13 February 2020, 03:39:17 UTC
bump
Tip revision: f6dc5b7
README.md
# PyNUFFT: Python non-uniform fast Fourier transform


A minimal "getting start" tutorial is available at http://jyhmiinlin.github.io/pynufft/ .

### Summary

PyNUFFT attempts to implement the min-max NUFFT of Fessler and Sutton, with the following features:

- Based on Python numerical libraries, such as Numpy, Scipy (matplotlib for displaying examples).
- Provides 1D/2D/3D examples for further developments.
- Support of PyCUDA and PyOpenCL. 
- LGPLv3


```
@article{lin2018python,
  title={Python Non-Uniform Fast {F}ourier Transform ({PyNUFFT}): An Accelerated Non-{C}artesian {MRI} Package on a Heterogeneous Platform ({CPU/GPU})},
  author={Lin, Jyh-Miin},
  journal={Journal of Imaging},
  volume={4},
  number={3},
  pages={51},
  year={2018},
  publisher={Multidisciplinary Digital Publishing Institute}
}
```


back to top