Skip to content

SPM

SPM (Statistical Parametric Mapping) is a software package for constructing and assessing spatially extended statistical processes used to test hypotheses about functional imaging data.

It's provided primarily as a MATLAB toolbox.

Usage

SPM version 25.01.02 is available on Picotte. You can load it using the modulefile:

module load spm/25.01.02

Then to use SPM, load and start MATLAB:

module load matlab/2024b
matlab

SPM provides many functions, which are mostly prefxied with spm_ (e.g. spm_data_read, spm_fmri_concatenate, etc.)

Documentation

You can learn more in the SPM documentation.