Metadata-Version: 2.1
Name: pygrappa
Version: 0.26.1
Summary: GeneRalized Autocalibrating Partially Parallel Acquisitions.
Keywords: mri grappa sense
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-image
Requires-Dist: tqdm
Requires-Dist: pytest; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: phantominator; extra == "test"
Requires-Dist: matplotlib; extra == "examples"
Provides-Extra: test
Provides-Extra: examples
Description-Content-Type: text/x-rst

About
=====

Online documentation `here <https://pygrappa.readthedocs.io/en/latest/>`_

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
