mikgroup / sigpy-mri-tutorial

SigPy for MRI Tutorial
BSD 3-Clause "New" or "Revised" License
74 stars 13 forks source link

SENSE: why it only applies to Poisson-disk undersampling mask? The mask like R=2,R=3 seems doesn't work. #3

Open zieghart opened 2 years ago

zieghart commented 2 years ago

For example: R=3; Img(1:4:end,:,:,:) = 0; Img(2:4:end,:,:,:) = 0; Img(3:4:end,:,:,:) = 0;

I am a greenhand in this domain, If you have any suggest, I will very very appreciate it