forked from neurodebian/spm8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contents.m
54 lines (52 loc) · 2.79 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
% Statistical Parametric Mapping
% Version 4010 (SPM8) 21-Jul-10
%__________________________________________________________________________
% ___ ____ __ __
% / __)( _ \( \/ )
% \__ \ )___/ ) ( Statistical Parametric Mapping
% (___/(__) (_/\/\_) SPM - http://www.fil.ion.ucl.ac.uk/spm/
%__________________________________________________________________________
%
% This Contents.m file holds the version ID for this release of SPM.
%
% SPM8 is written for MATLAB 7.1 (R14SP3) onwards under Windows and Unix.
% ( Compiled binaries of external C-MEX functions are provided for: )
% ( Windows (32 and 64 bit), Linux (32 and 64 bit) and Mac (32 and 64 bit))
%
% See spm.man for details of this release.
% See README.txt for information on installation and getting started.
%
% Statistical Parametric Mapping refers to the construction and assessment
% of spatially extended statistical processes used to test hypotheses about
% functional imaging data. These ideas have been instantiated in software
% that is called SPM.
% The SPM software package has been designed for the analysis of brain
% imaging data sequences. The sequences can be a series of images from
% different cohorts, or time-series from the same subject. The current
% release is designed for the analysis of fMRI, PET, SPECT, EEG and MEG.
%
% SPM is developed under the auspices of Functional Imaging Laboratory
% (FIL) The Wellcome Trust Centre for Neuroimaging, in the Institute
% of Neurology at University College London (UCL), UK.
%
% SPM is free software: you can redistribute it and/or modify it under the
% terms of the GNU General Public License as published by the Free Software
% Foundation, either version 2 of the License, or (at your option) any
% later version.
% SPM is distributed in the hope that it will be useful, but WITHOUT ANY
% WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
% FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
% details.
% You should have received a copy of the GNU General Public License along
% with SPM, in spm_LICENCE.man. If not, see <http://www.gnu.org/licenses/>.
%__________________________________________________________________________
% Copyright (C) 1991,1994-2003,2005-2010 Wellcome Trust Centre for Neuroimaging
% $Id: Contents.m 4008 2010-07-21 12:57:02Z guillaume $
%==========================================================================
% PROGRAMMERS NOTE:
% This <Contents.m> is the contents file for SPM, used by spm('Ver') and
% MATLAB's ver to recover version information.
% Line1: Toolbox Description
% Line2: Version xxxx (SPMx) dd-mmm-yyyy
% where SPMx indicates the SPM version and xxxx is the revision number.
%==========================================================================