Hello, thank you for bringing us this great software.
I just encounter a problem when using MNI transformation to identify coordinates.
I use Brainstrom 03-11-2019 and MATLAB 2018b in Windows 10 system.
The error message is below:
SPM12 template not found in any of the following folders:
- C:\Users\yhl.brainstorm\defaults\spm\TPM.nii
- C:\Users\yhl\Documents\MATLAB\brainstorm3\defaults\spm\TPM.nii
Error using fileparts (line 33)
Input must be a row vector of characters.Error in bst_fileparts (line 55)
[varargout{1:nargout}] = fileparts(filename);Error in bst_normalize_mni (line 60)
if ~file_exist(bst_fileparts(tpmFile))Error in figure_mri>ComputeMniCoordinates (line 2878)
[sMri, errMsg] = bst_normalize_mni(sMri.FileName);Error in figure_mri>@(h,ev)ComputeMniCoordinates(hFig) (line 306)
Handles.jTextNoMni = gui_component('label', Handles.jPanelCoordinates, c,
' Click here
to compute MNI transformation', , '',
@(h,ev)ComputeMniCoordinates(hFig));