DONUT-HYSCORE
Posted: Tue Sep 29, 2015 5:22 am
How soon will this be added as a pulse sequence in saffron?
saffron
.Code: Select all
tau1 = 0.100; % us
tau2 = 0.200; % us
% HYSCORE
Exp.Flip = [1 1 2 1]; % pulse flip angles in multiples of pi/2
Exp.t = [tau1 0 0 tau1]; % initial delay lengths
Exp.Inc = [0 1 2 0]; % incrementation scheme
% DONUT-HYSCORE
Exp.Flip = [1 1 2 2 1];
Exp.t = [tau1 0 tau2 0 tau1];
Exp.Inc = [0 1 0 2 0];