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
We tried to run monkey brain segmentation using CAT12 but it didn't work well. Basically, we changed our own monkey TPM, and used WM and GM TPM as Dartel Templates, and changed 'affreg' to 'none'. Here's the error I got:
{� Error using cat_main_amap (line 128)
AMAP estimated untypical tissue peaks that point to an
error in the preprocessing before the AMAP segmentation.
Error in cat_main (line 405)
[prob,indx,indy,indz] = cat_main_amap(Ymi,Yb,Yb0,Ycls,job,res);
Error in cat_run_job (line 786)
cat_main(res,obj.tpm,job);
Error in cat_run_newcatch (line 15)
cat_run_job(job,tpm,subj); % the cat_run_job1070 is only called by older
functions
Error in cat_run>run_job (line 720)
cat_run_newcatch(job,tpm,subj);
Error in cat_run (line 434)
varargout{1} = run_job(job);
}�
Any suggestions appreciated.
Thanks,
Xinhui
The text was updated successfully, but these errors were encountered:
Hi,
We tried to run monkey brain segmentation using CAT12 but it didn't work well. Basically, we changed our own monkey TPM, and used WM and GM TPM as Dartel Templates, and changed 'affreg' to 'none'. Here's the error I got:
{� Error using cat_main_amap (line 128)
AMAP estimated untypical tissue peaks that point to an
error in the preprocessing before the AMAP segmentation.
Error in cat_main (line 405)
[prob,indx,indy,indz] = cat_main_amap(Ymi,Yb,Yb0,Ycls,job,res);
Error in cat_run_job (line 786)
cat_main(res,obj.tpm,job);
Error in cat_run_newcatch (line 15)
cat_run_job(job,tpm,subj); % the cat_run_job1070 is only called by older
functions
Error in cat_run>run_job (line 720)
cat_run_newcatch(job,tpm,subj);
Error in cat_run (line 434)
varargout{1} = run_job(job);
}�
Any suggestions appreciated.
Thanks,
Xinhui
The text was updated successfully, but these errors were encountered: