One issue I came across and how it can be solved:
The esfit
function in the 6.0.0 version apparently makes a call to a new function called esfit_algdefaults
, which caused an error:
Unrecognized function or variable 'esfit_algdefaults'.
This is located in the easyspin/private folder, which Easyspin cannot add to the path. Making a copy of the esfit_algdefaults.p to the parent directory (/easyspin
) solves the problem and the fitting window launches.
However, upon pressing the "Start Fitting" button, a new error appears:
Undefined function 'compisoloop' for input arguments of type 'function_handle'.
Doing the same with file compisoloop.p
, also solves the problem and the fit launches.
Also a number of warnings for missing png files appears in orange.
Issuing the easyspin compile
command apparently is needed to solve those issues.