In this implementation, we have added checks to ensure that the kspace data is interpolated along z if we have undersampled in z, before actually carrying out IFFT.
This way, we are better approximating the kspace 3D gridding by 2D gridding and interpolation along z rather than simple zero filling.
This resolves #81
In this implementation, we have added checks to ensure that the kspace data is interpolated along z if we have undersampled in z, before actually carrying out IFFT.
This way, we are better approximating the kspace 3D gridding by 2D gridding and interpolation along z rather than simple zero filling.