Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mckib2/pygrappa
Python implementations of GRAPPA-like algorithms.
https://github.com/mckib2/pygrappa
grappa grog image-reconstruction mri parallel-imaging python sense sms
Last synced: 5 days ago
JSON representation
Python implementations of GRAPPA-like algorithms.
- Host: GitHub
- URL: https://github.com/mckib2/pygrappa
- Owner: mckib2
- License: mit
- Created: 2019-06-21T02:14:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T22:55:01.000Z (4 months ago)
- Last Synced: 2024-12-25T19:06:11.330Z (12 days ago)
- Topics: grappa, grog, image-reconstruction, mri, parallel-imaging, python, sense, sms
- Language: Python
- Homepage: https://pygrappa.readthedocs.io/en/latest/
- Size: 1.31 MB
- Stars: 68
- Watchers: 7
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
About
=====Online documentation `here `_
GRAPPA is a popular parallel imaging reconstruction algorithm.
Unfortunately there aren't a lot of easy to use Python
implementations of it or its many variants available, so I decided to
release this simple package.There are also a couple reference SENSE-like implementations that
have made their way into the package. This is to be expected -- a
lot of later parallel imaging algorithms have hints of both GRAPPA-
and SENSE-like inspirations.Installation should be quick:
.. code-block::
pip install pygrappa