Page 1 of 1

DONUT-HYSCORE

Posted: Tue Sep 29, 2015 5:22 am
by myersw802
How soon will this be added as a pulse sequence in saffron?

Re: DONUT-HYSCORE

Posted: Wed Sep 30, 2015 6:43 pm
by Stefan Stoll
There are no immediate plans for adding DONUT-HYSCORE as a predefined experiment to saffron.

However, you can define it yourself in three lines. Here is the input for both HYSCORE and DONUT-HYSCORE:

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];