Metadata-Version: 1.2
Name: pygrappa
Version: 0.21.1
Summary: GeneRalized Autocalibrating Partially Parallel Acquisitions.
Home-page: https://github.com/mckib2/pygrappa
Author: Nicholas McKibben
Author-email: nicholas.bgp@gmail.com
License: GPLv3
Description: About
        =====
        
        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
        
Keywords: mri grappa parallel-imaging image-reconstruction python tgrappa slice-grappa sms split-slice-grappa vc-grappa igrappa hp-grappa segmented-grappa grappa-operator through-time-grappa pars grog nonlinear-grappa g-factorsense,cg-sense
Platform: UNKNOWN
Requires-Python: >=3.5
