If you're at the CBU you may see the code, which is written in Python, in /imaging/local/spm/loadshare
If you're outside the CBU you may download the code from here.
Other very old versions of SPM - for historical comparisons only
spm 2
Not widely used. To run SPM2 at the CBU:
spm 2
at the unix prompt.
spm 99
Run SPM99 at the CBU with:
spm 99
at the unix prompt.
spm96 - original
SPM96 as originally distributed. We do not recommend you use this version of SPM, but instead use the patched version (see below).
spm96 - patched
This version is almost identical to the original version of spm96, but differs in that: 1. There have been some updates to fix little bugs. The bugs fixed are listed at the the SPM web site 96 bug fix list. The directory listing routine, spm_list_files, has been updated also, so that it does not crash when moving into automounted directories.
Our version includes the random effects toolkit. See the SPM96 random effects toolkit link for some explanation. Basically it enhances certain rarely used features of SPM96 to make random effects analyses easier. Follow the link above for some explanation of what a random effects analysis is. To get this patched version of SPM96 at the CBU, type:
spm 96
at the unix prompt.
spm 97
SPM97 is the patched version of SPM96 with the fMRI event related routines installed. Again, see the SPM website 96 event related fMRI link for details.To start SPM97 at the CBU, type:
spm 97
or
spm er
at the unix prompt.
spm 95
This is an older version of spm. There is little use for this for most people, but the code is useful for certain special occasions. In particular, it is much easier to see what the statistical analysis is doing in this version of the code.For SPM95, at the CBU, type:
spm 95
at the unix prompt.