From b7d19f94b2ff49bd1b79c5a645182489a11695e3 Mon Sep 17 00:00:00 2001 From: Layla Riemann <layla.riemann@ptb.de> Date: Sat, 8 May 2021 16:12:28 +0000 Subject: [PATCH] Update Recon_Spectro_MB.m --- Recon_Spectro_MB.m | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Recon_Spectro_MB.m b/Recon_Spectro_MB.m index e246e61..fbaa473 100644 --- a/Recon_Spectro_MB.m +++ b/Recon_Spectro_MB.m @@ -1,3 +1,17 @@ +% vGRAPPA decomposition algorithm +% +% This algorithm decomposes simultaneously acquired multi-voxel +% data to their respective origin regions. Based on the split-slice GRAPPA code by Steen Moeller, University of Minnesota, USA. +% +% Author: L.T. Riemann (Physikalisch-Technische Bundesanstalt, PTB) +% version 0.1 +% Date: 2021/05/08 +% +% Please cite as: L.T.Riemann, C.S.Aigner, R.Mekle, S.Schmitter, B.Ittermann, A.Fillmer; +% "Fourier-based decomposition approach for simultaneous acquisition of\"" +% "H spectra from two voxels in vivo at short echo times", Proc. Int. Soc. Magn. Reson. Med. 2021:0071 +% + close all; clear all; %load the low SNR SB raw data -- GitLab