spm / spm5

SPM5 (Statistical Parametric Mapping)

Home Page:https://www.fil.ion.ucl.ac.uk/spm/software/spm5/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  ___  ____  __  __
 / __)(  _ \(  \/  )  
 \__ \ )___/ )    (   Statistical Parametric Mapping
 (___/(__)  (_/\/\_)  SPM -  http://www.fil.ion.ucl.ac.uk/spm/

                              R E A D M E

________________________________________________________________________

This README gives a brief introduction to the installation and use of
the SPM package. Full details can be found on the SPMweb site:
                 http://www.fil.ion.ucl.ac.uk/spm/

A manifest for this release is contained in the file Contents.m
The release is described in the file spm.man
 
________________________________________________________________________
                                                                     SPM

   Statistical Parametric Mapping refers to the construction and
   assessment of spatially extended statistical process used to test
   hypotheses about [neuro]imaging data from SPECT/PET & fMRI. These
   ideas have been instantiated in software that is called SPM.

________________________________________________________________________
                                                            Installation

The SPM software is a suite of MATLAB functions, scripts and data
files, with some externally compiled C routines, implementing
Statistical Parametric Mapping. MATLAB, a commercial engineering
mathematics package, is required to use SPM. MATLAB is produced by The
MathWorks, Inc.  Natick, MA, USA. http://www.mathworks.com/
eMail:info@mathworks.com. SPM requires only core MATLAB to run (no
special toolboxes are required).

SPM5 is written for Matlab versions 6.5.1 and 7.0.1 under UNIX. (SPM5
will not work with versions of Matlab prior to 6.5.
Binaries of the external C-mex routines are provided for Solaris, Linux 
and Windows, users of other UNIX platforms need an ANSI C compiler to 
compile the supplied C source (Makefile provided). 
See http://www.fil.ion.ucl.ac.uk/spm/software/spm5/ for details.

( Whilst the majority of the code is implemented as MatLab functions    )
( & scripts containing standard MatLab commands, a number of features   )
( specific to the UNIX version have been used. SPM also uses external   )
( C programs, linked to MatLab as C-mex files, to perform some of the   )
( more computationally intensive operations.  Some of these latter C    )
( programs use UNIX system calls to implement SPMs "memory mapping",    )
( mapping disk resident image volumes into memory. (Specifically, the   )
( calls are mmap (mman.h) in spm_map_vol.c; munmap (mman.h) in          )
( spm_unmap_vol.c; & readdir (dirent.h) in spm_list_files.c. Not all    )
( UNIX flavours support mman.h.                                         )

With the compiled c-mex files in place, simply prepend the SPM
directory to your MatLab path to complete the installation. (Type `help
path` in matlab for information on the MatLab path.)

________________________________________________________________________
                                                         Getting started
                                                         
SPM is invoked with the command `spm` at the MatLab prompt. We
recommend you start by reviewing the help system, by selecting "About
SPM" from the splash screen. This initially displays the "spm.man"
topic, detailing this release. Press the "Menu" button to display a
representation of the SPM menu window, with buttons linked to
appropriate help pages.

Before attempting to analyze data using SPM, we recommend you spend
some time reading. It is essential to understand the concepts of
Statistical Parametric Mapping in order to effectively use the software
as a research tool. You should begin with the SPMweb pages,
particularly the "Documentation" page. Of the resources listed there
perhaps the most useful starting point are the SPM course notes, which
explain the concepts and theories implemented in SPM at a lower level
than the articles in the peer reviewed literature. There is no manual.

Note that SPM uses NIFTI-1 format images as standard.  See
http://nifti.nimh.nih.gov/dfwg/ for more information on this.

________________________________________________________________________
                                                               Resources

The SPMweb site is the central repository for SPM resources:
                 http://www.fil.ion.ucl.ac.uk/spm/
Introductory material, installation details, documentation, course
details and patches are published on the site.

There is an SPM eMail discussion list, hosted at <spm@jiscmail.ac.uk>.
The list is monitored by the authors, and discusses theoretical,
methodological and practical issues of Statistical Parametric Mapping
and SPM. The SPMweb site has further details:
                 http://www.fil.ion.ucl.ac.uk/spm/support/

Please report bugs to the authors at <spm-authors@fil.ion.ucl.ac.uk>.
Peculiarities may actually be features, and should be raised on the SPM
eMail discussion list, <spm@jiscmail.ac.uk>.

________________________________________________________________________
                                       Disclaimer, copyright & licencing

SPM (being the collection of files given in the manifest in the
Contents.m file) is free but copyright software, distributed under the
terms of the GNU General Public Licence as published by the Free 
Software Foundation (either version 2, as given in file spm_LICENCE.man,
or at your option, any later version). Further details on "copyleft" can
be found at http://www.gnu.org/copyleft/. In particular, SPM is supplied
as is.  No formal support or maintenance is provided or implied.

________________________________________________________________________
SPM is developed by members and collaborators of the
                              Wellcome Department of Cognitive Neurology

$Id: README.txt 127 2005-05-09 10:13:35Z guillaume $

About

SPM5 (Statistical Parametric Mapping)

https://www.fil.ion.ucl.ac.uk/spm/software/spm5/

License:Other


Languages

Language:MATLAB 80.1%Language:C 17.1%Language:Roff 1.8%Language:M 0.7%Language:Makefile 0.3%