Thanks Andreas,
Regenerating the Accolla atlas file worked for me.
Unfortunately I am still getting the same error with the “Correlation Between Regressors and Volume Intersections / Fibrecounts” even after adding the patients, adding stimulation intensities, setting group colours and adding regressors, then pressing “Prepare Stats”. The full error is:
Reference to non-existent field ‘ft’.
Error in lead_group>preparedataanalysis (line 1143)
for side=1:size(M.stats(pt).ea_stats.stimulation(usewhichstim).ft,2)
Error in lead_group>corrbutton_Callback (line 365)
stats=preparedataanalysis(handles);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in lead_group (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)lead_group(‘corrbutton_Callback’,hObject,eventdata,guidata(hObject))
Error using ea_showatlas (line 284)
Error while evaluating UIControl Callback
Processing Lead_DBS_003.
When I then try to extract the information from the .mat file (Lead_groupanalysis.mat – stats – ea_stats – stimulation – vat) there is a 2×4 structure available, but the fields AtlasIntersection and nAtlasIntersection are all [0,0,0] even though the VATs are certainly imposed upon the STN subdivisions.
Am I following the right steps?
Much appreciated.