pygrappa icon indicating copy to clipboard operation
pygrappa copied to clipboard

Python implementations of GRAPPA-like algorithms.

Results 11 pygrappa issues
Sort by recently updated
recently updated
newest added

Please add the line version = "0.26.1" to the [project] section of your pyproject.toml file When I try to install your package using pip I get the following error: pip...

bug

Hello, I tried to use your code to reconstruct 3D anatomical brain MRI data of 1mm iso resolution with the mdgrappa function, it works well even if it is time-consuming,...

First, thanks for such a great project. I really love using this toolbox. I noticed this problem when using kernel size (5,5) at high acceleration factor (R), because the results...

https://github.com/mckib2/pygrappa/blob/025ed5470187d654fa9acc23d84b68c87bbe8f33/pygrappa/radialgrappaop.py#L131

Need a better C++ implementation - Lack of template support locks users into `complex128` (see #79) - Not well documented - Strange bugs with hacked fixes

Hi, thanks very much for this implementation. I tried to use `cgrappa` with `np.complex64` data and got the following error: ``` ValueError Traceback (most recent call last) in 12 #...

bug

7T knee data R=3 breaks `cgrappa`

bug

- Create a database of real data to make sure performance is as expected - Run against existing implementations (e.g., Gadgetron)

enhancement

Cropping shepp_logan to an odd number in one dimension (i.e., `128x127`) in examples seems to break GRAPPA recon.

bug
help wanted

It would probably be best to group GRAPPA-like functions under one banner and SENSE-like things under another one instead of having a menagerie of functions scattered about the pygrappa namespace...

enhancement