mckib2 / pygrappa

Python implementations of GRAPPA-like algorithms.
https://pygrappa.readthedocs.io/en/latest/
MIT License
62 stars 13 forks source link

radial grappa op dies when traj not consistent #44

Closed mckib2 closed 4 years ago

mckib2 commented 4 years ago

There's a consistency check meant to ensure that (kx, ky) is shaped correctly, but this dies on real traj data (usually single precision). Maybe add an option to skip check? Lower tolerance?