Finished objectifying #8

Merged
lschank7 merged 43 commits from objectify into master 2021-07-27 13:09:44 +00:00
Showing only changes of commit b53f7f3044 - Show all commits

9
thyme.m Normal file
View 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