Hello community,
I am trying to generate cortex, inner and outerskull using CAT12 plugin, but I get this error message. I tried reinstalling cat12 and spm12 but it did not help. My Brainstorm version is 05-Mar-2024.
For the moment, you can manually remove the lines that are causing the trouble:
In the file cat_system.m in ..\.brainstorm\plugins\cat12\cat12 comment the lines:
% test if the file is existing
cmdparts = strsplit(cmd);
if isempty( cat_vol_findfiles(CATDir,cmdparts{1}) )
error('cat_system:missCmd','Cannot find "%s"',fullfile(CATDir,cmdparts{1}))
end