You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current 2.4.4.0 version could not successfully load probe from my .snirf data (see the result). I am doing a temporal scanning while all of the probe are in vertical shape and do not align with the surface. Any functions that are related my probe will result in errors like:
Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first
matrix matches the number of rows in the second matrix. To operate on each element of the
matrix individually, use TIMES (.*) for elementwise multiplication.
Error in registerProbe2Head (line 21)
probe.optpos_reg = optpos*T;
Error in AtlasViewerGUI>pushbuttonRegisterProbeToSurface_Callback (line 679)
probe = registerProbe2Head(probe, headvol, refpts);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in AtlasViewerGUI (line 19)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)AtlasViewerGUI('pushbuttonRegisterProbeToSurface_Callback',hObject,eventdata,guidata(hObject))
Hello,
![image](https://private-user-images.githubusercontent.com/116700366/284141527-c208ce76-79bc-428d-84e3-82aeeec548b3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MjUzMjgsIm5iZiI6MTczODkyNTAyOCwicGF0aCI6Ii8xMTY3MDAzNjYvMjg0MTQxNTI3LWMyMDhjZTc2LTc5YmMtNDI4ZC04NGUzLTgyYWVlZWM1NDhiMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxMDQzNDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hNGU4OTJlZmEzMzVmZDc3ODVjY2RiMjMzMWJjMTRhYWJmZGQ4MTc3Y2VhZTQyNzIzZDcwYTYzZWRhYTEyNTg0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.1dL0PDEmiq28_rBgf-i0NxSMPi08QqqiYioW_vN51_o)
The current 2.4.4.0 version could not successfully load probe from my .snirf data (see the result). I am doing a temporal scanning while all of the probe are in vertical shape and do not align with the surface. Any functions that are related my probe will result in errors like:
Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first
matrix matches the number of rows in the second matrix. To operate on each element of the
matrix individually, use TIMES (.*) for elementwise multiplication.
Error in registerProbe2Head (line 21)
probe.optpos_reg = optpos*T;
Error in AtlasViewerGUI>pushbuttonRegisterProbeToSurface_Callback (line 679)
probe = registerProbe2Head(probe, headvol, refpts);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in AtlasViewerGUI (line 19)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)AtlasViewerGUI('pushbuttonRegisterProbeToSurface_Callback',hObject,eventdata,guidata(hObject))
Related documentation
Error while evaluating UIControl Callback.
I am wondering is it the problem of the version or my own data.
Please check my data here if need:
https://gocuhk-my.sharepoint.com/:u:/g/personal/siqigao_cuhk_edu_hk/EX0GbQ61qkdPvrVCUY_t6hIByOZ1MtThGuDaq5Kxdx3aOQ?e=arBA3l
The text was updated successfully, but these errors were encountered: