Hi,
I’m a relatively new user, downloaded Brainstorm only a few weeks ago, the standalone version, installed using Matlab Runtime R2023a. After encountering the issue below, I’ve updated my version of Brainstorm to the latest, and the issue persists.
I am unable to run SPM12 skull stripping. I receive the following output:
BST> SPM12 template found: /Users/tara/.brainstorm/defaults/spm/TPM.nii
BST> SPM12 template found: /Users/tara/.brainstorm/defaults/spm/TPM.nii
Item 'Tissue probability map', field 'val': Number of matching files (0) less than required (1).
Item 'Tissue probability map', field 'val': Number of matching files (0) less than required (1).
Item 'Tissue probability map', field 'val': Number of matching files (0) less than required (1).
Item 'Tissue probability map', field 'val': Number of matching files (0) less than required (1).
Item 'Tissue probability map', field 'val': Number of matching files (0) less than required (1).
Item 'Tissue probability map', field 'val': Number of matching files (0) less than required (1).
***************************************************************************
** Error: Line 472: spm_jobman>fill_run_job
** No executable modules, but still unresolved dependencies or incomplete module inputs.
**
** Call stack:
** >spm_jobman.m>fill_run_job at 472
** >spm_jobman.m at 247
** >mri_normalize_segment.m at 100
** >mri_skullstrip.m at 168
** >bst_call.m at 26
** >tree_callbacks.m>MriSkullStrip at 3930
** >tree_callbacks.m>@(h,ev)MriSkullStrip(MriFile,sSubject.Anatomy(sSubject.iAnatomy).FileName,'SPM') at 3244
**
***************************************************************************
***************************************************************************
** Error: Could not perform skull stripping.
**
***************************************************************************
I receive this same output when I try to run this process on default anatomy data as well as tutorial data.
I’ve inspected the TPM.nii file and as far as I can tell there is nothing wrong with it. It is a 4D volume as described here: Chapter 4: Segmentation — Andy's Brain Book 1.0 documentation
Thank you!