mckib2 / pygrappa

Python implementations of GRAPPA-like algorithms.

Home Page:https://pygrappa.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VC-GRAPPA for nonsquare matrices

mckib2 opened this issue · comments

Tried doing a clever thing to quickly compute conjugate coils, but it will break for non-square matrices or square matrix with even size dimension

This trick does not work as fliplr/flipud not the same as time reversal for DFT (needs mod N...)