This gives a comprehensive summary of the available predefined experiments and their parameters available to saffron
and spidyan
.
They can be accessed through the Exp.Sequence
field.
If any of the below sequences is used in combination with the thyme algorithm , standard monochromatic rectangular pulses are assumed with a length of 16 ns for a 90° pulses and 32 ns for a 180° pulses.
Exp.Sequence = '2pESEEM' Exp.dt = 0.01; % time increment in microseconds
Exp.dt
The following fields are optional in combination with Exp.Sequence = '2pESEEM'
Exp.tau
Exp.nPoints
Exp.Sequence = '3pESEEM' Exp.dt = 0.01; % time increment in microseconds Exp.tau = 0.1; % tau in microseconds
Exp.dt
Exp.tau
The following fields are optional in combination with Exp.Sequence = '3pESEEM'
Exp.T
Exp.nPoints
Exp.Sequence = '4pESEEM' Exp.dt = 0.01; % time increment in microseconds Exp.tau = 0.1; % tau in microseconds
Exp.dt
Exp.tau
The following fields are optional in combination with Exp.Sequence = '4pESEEM'
Exp.T
Exp.nPoints
Exp.Sequence = 'HYSCORE' Exp.dt = 0.01; % time increment in microseconds Exp.tau = 0.1; % tau in microseconds
Exp.dt
Exp.tau
The following fields are optional in combination with Exp.Sequence = 'HYSCORE'
Exp.t1,Exp.t2
Exp.nPoints
Exp.nPoints = [128 64]; % 128 points along first dimension, 64 along the second
Exp.Sequence = 'MimsEndor' Exp.Range = larmorfrq('1H',Exp.Field) + [-1 1]*10; Exp.tau = 0.1; % tau in microseconds
Exp.tau
Exp.Range
Exp.Range=[0 30]
.