Sign inSign up

alerokhin/spm-min

By alerokhin

•Updated almost 6 years ago

Lightweight image for Statistical Parametric Mapping

Image
0

77

alerokhin/spm-min repository overview

⁠SPM Docker Image

This is docker image of standalone Statistical Parametric Mapping (SPM) setup. For more information about setup please see: https://en.wikibooks.org/wiki/SPM/Standalone⁠ .

⁠How to use

  1. Pull the image on your local machine:
docker pull alerokhin/spm-min:12
  1. Download the example batch script⁠ and save it in C:\spm-min-test directory. This is a slightly adjusted script of the well-known auditory example⁠, available on the SPM official page.

  2. Run the example script with the following command:

docker run -v "C:\spm-min-test":/data alerokhin/spm-min script /data/auditory_spm12_batch.m

At the beginning of execution, you should see the following output:

Warning: No display specified.  You will not be able to display graphics on the screen.
SPM12, version 7771 (standalone)
MATLAB, version 7.10.0.499 (R2010a)
 ___  ____  __  __
/ __)(  _ \(  \/  )
\__ \ )___/ )    (   Statistical Parametric Mapping
(___/(__)  (_/\/\_)  SPM12 - https://www.fil.ion.ucl.ac.uk/spm/
Downloading Auditory dataset...         :                        ...done

Please be patient as this download might take a couple of minutes.

  1. Wait for the job to complete and go to C:\spm-min-test to check results.

⁠See also

Tag summary

Content type

Image

Digest

Size

577.4 MB

Last updated

almost 6 years ago

docker pull alerokhin/spm-min:12