Dear Brainstorm community,
I am for some reason running into multiple issues with Brainstorm currently. I'm working with an iMac, with macOS Big Sur (version 11.0.1) and Matlab 2020a, and Brainstorm from November 13, 2020. I've pasted issues below. I did just move my brainstorm_db to an external hard drive, but I don't think that's related to the issues I am having (in case, I have deleted the folder and created a new local one, but the BEM issue below still persists). For the BEM issue, it is also occurring for both the default anatomy as well for a participant's MRI that was already imported.
- I am having issues importing a Freesurfer output folder while trying to set the fiducial points.
Not enough input arguments.
Error in cross (line 11)
this = this@predictory(group1,options);Error in cs_compute (line 49)
vz = cross(vx, LPA-RPA);Error in figure_mri>LoadLandmarks (line 1744)
scsTransf = cs_compute(sMri, 'scs');Error in figure_mri>SetFiducial (line 2318)
[sMri, Handles] = LoadLandmarks(sMri, Handles);Error in figure_mri>@(h,ev)SetFiducial(hFig,'SCS','LPA') (line 252)
c.gridx = 2; c.gridy = 2; Handles.jButtonLpaSet = gui_component('button', Handles.jPanelCS, c,
'Set', , '', @(h,ev)SetFiducial(hFig, 'SCS', 'LPA'));
- The following error comes up with trying to create BEM surfaces.
** Error: Line 45: in_tess_bst (line 45)
** Surface file not found:
** Users/prabhjotdhami/Documents/MATLAB/Add-Ons/brainstorm_201113/brainstorm3/defaults/anatomy/ICBM152/Users/prabhjotdhami/.brainstorm/defaults/anatomy/ICBM152.zip/tess_cortex_pial_low.mat
** You should reload this protocol (right-click > reload).
**
** Call stack:
** >in_tess_bst.m at 45
** >tess_envelope.m at 86
** >tess_bem.m at 103
** >process_generate_bem.m>ComputeInteractive at 152
** >process_generate_bem.m at 24
** >bst_call.m at 28
** >tree_callbacks.m>@(h,ev)bst_call(@process_generate_bem,'ComputeInteractive',iSubject,) at 597
**
I'm not sure why the path is coming like that (which is incorrect). It should be:
Users/prabhjotdhami/Documents/MATLAB/AddOns/brainstorm_201113/brainstorm3/defaults/anatomy/ICBM152
I've also done 'brainstorm reset', but the issue still persists. Any help here would be greatly appreciated.