Custom simulation function for esfit.
This commit is contained in:
parent
62164f955b
commit
b53f7f3044
9
thyme.m
Normal file
9
thyme.m
Normal file
@ -0,0 +1,9 @@
|
||||
function y = thyme(Sys,Exp,Opt)
|
||||
%THYME custom function for easyspin fitting
|
||||
%
|
||||
% Takes Triplett populations into account when performing esfit.
|
||||
% Call as [B,Spec] = esfit('thyme',Sys,Exp,Opt);
|
||||
|
||||
Exp.Temperature = Sys.Temperature;
|
||||
y = pepper(Sys,Exp,Opt);
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user