-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathContents.m
46 lines (44 loc) · 2.24 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
% Statistical Parametric Mapping
% Version 00.00 (SPM25) <date>
%__________________________________________________________________________
% ___ ____ __ __
% / __)( _ \( \/ )
% \__ \ )___/ ) ( Statistical Parametric Mapping
% (___/(__) (_/\/\_) SPM - https://www.fil.ion.ucl.ac.uk/spm/
%__________________________________________________________________________
%
% This Contents.m file holds the version ID for this release of SPM.
%
% 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 the Functional Imaging Laboratory
% (FIL) at the Wellcome Centre for Human Neuroimaging, in the Queen Square
% 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.
%
% See README.md for details of this release.
%__________________________________________________________________________
% Copyright (C) 1991,1994-2023 Wellcome Centre for Human Neuroimaging
%==========================================================================
% 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 YY.0M[.MICRO] (SPMYY) dd-mmm-yyyy
% where SPMYY indicates the SPM version and YY.0M[.MICRO] is the revision:
% (https://www.fil.ion.ucl.ac.uk/spm/docs/development/versioning/)
% The github release action will automatically replace 00.00 and <date>
% with the release tag and date of the release.
%==========================================================================