mckib2 / pygrappa

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

Automagically find the ACS #59

Closed mckib2 closed 4 years ago

mckib2 commented 4 years ago

Given the assumption that the ACS region is a hyper-rectangle with origin at the center, we would like to be able to able to detect it inside of kspace instead of passing it separately in calib.

mckib2 commented 4 years ago

mdgrappa is the only function so far to reference this functionality, but throws NotImplementedError when calib=None