Diff for "SpmInformation" - MRC CBU Imaging Wiki
location: Diff for "SpmInformation"
Differences between revisions 29 and 39 (spanning 10 versions)
Revision 29 as of 2009-10-16 13:23:34
Size: 1491
Editor: RhodriCusack
Comment:
Revision 39 as of 2013-04-24 13:41:20
Size: 2777
Editor: TiborAuer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Getting started with SPM =
Line 4: Line 3:
= Getting started with SPM =
Line 5: Line 5:

= SPM tips and tools=

* [http://www.sph.sc.edu/comd/rorden/mritut.html Normalizing anatomical MRI scans of damaged brains] using SPM and MRIcro.
 * MaskedEpiNormalization - using the EPIs for spatial normalization. 
 * SpmManuals
= SPM tips and tools =
 * [[http://www.sph.sc.edu/comd/rorden/mritut.html|Normalizing anatomical MRI scans of damaged brains]] using SPM and MRIcro.
 * MaskedEpiNormalization - using the EPIs for spatial normalization.
Line 14: Line 13:
 * TrimmingImages using SPM
Line 16: Line 15:
 * [:AutomaticAnalysisIntroduction:aa] - automating SPM analyses  * [[AA|aa]] - automating SPM analyses
Line 18: Line 17:
Line 21: Line 19:
 * TrimmingImages using SPM
 * [http://www-psych.stanford.edu/~kalina/SPM99/ Kalina Christoff's SPM99 page] - a variety of interesting programs, protocols and discussions.
Line 24: Line 20:
 * SpmManuals
Line 28: Line 22:
 * [http://gnumex.sourceforge.net/ Compiling SPM on Windows]  * [[http://gnumex.sourceforge.net/|Compiling SPM on Windows]]
Line 31: Line 25:
= Recent Updates =
== 2009/08/25 Default spm 8 to Matlab2009a ==
{{{
spm 8
}}}
now defaults to matlab2009a as this offers the full functionality
Line 32: Line 32:
Also, you may do commands like
Line 33: Line 34:
{{{
spm 5 matlab2009a
}}}
[RC]
Line 34: Line 39:
== 2008/11/26 Update Juelich's Anatomy toolbox for SPM 5 ==
Obtained a new pre-release version of the toolbox, containing new maps for the parietal lobe. Replaced the old version [RC]

== 2008/10/6 Installed Juelich's Anatomy toolbox into SPM 5 ==
[RC]

== 2008/08/13 Added highmemory switch to spm ==
If you launch spm with {{ spm highmemory }} you will be sent to a machine with 16 GB of RAM.

[RC]

= 2008/02/07 Added function HeadMask.m to /imaging/local/spm/common_spm5andabove =
This function attempts to mask out the vitamin E capsules from T1 weighted structurals. This is useful before producing a scalp mesh, which may otherwise be distorted. It has been tested on seven subjects, never removing anything it shouldn't, and successfully removing the vitamin E capsules in six of the seven cases. (Including one patient with lesions; use at own risk; does NOT seem to improve normalisation to MNI space.)

[DannyMitchell]
== 2008/02/06 Patched spm_getSPM manually ==
Fixed bug when saving design matrix from contrast manager as identified by Catherine Marie-Longtin, and solved by Ferath Kherif

{{{
put
cd(SPM.swd) at line 200,
just after the code : SPM.swd = swd; at line 199.
}}}
[RC]

= Getting more help =

This is a practical guide to using SPM. If you're after theory, you might want the Analysis Principles section from the menu on the left.

Getting started with SPM

SPM tips and tools

Automating SPM

  • aa - automating SPM analyses

  • SpmBatch - batching SPM jobs

Programming with SPM

Benchmarking SPM

Recent Updates

2009/08/25 Default spm 8 to Matlab2009a

spm 8

now defaults to matlab2009a as this offers the full functionality

Also, you may do commands like

spm 5 matlab2009a

[RC]

2008/11/26 Update Juelich's Anatomy toolbox for SPM 5

Obtained a new pre-release version of the toolbox, containing new maps for the parietal lobe. Replaced the old version [RC]

2008/10/6 Installed Juelich's Anatomy toolbox into SPM 5

[RC]

2008/08/13 Added highmemory switch to spm

If you launch spm with spm highmemory you will be sent to a machine with 16 GB of RAM.

[RC]

2008/02/07 Added function HeadMask.m to /imaging/local/spm/common_spm5andabove

This function attempts to mask out the vitamin E capsules from T1 weighted structurals. This is useful before producing a scalp mesh, which may otherwise be distorted. It has been tested on seven subjects, never removing anything it shouldn't, and successfully removing the vitamin E capsules in six of the seven cases. (Including one patient with lesions; use at own risk; does NOT seem to improve normalisation to MNI space.)

[DannyMitchell]

2008/02/06 Patched spm_getSPM manually

Fixed bug when saving design matrix from contrast manager as identified by Catherine Marie-Longtin, and solved by Ferath Kherif

put
cd(SPM.swd) at line 200,
just after the code : SPM.swd = swd; at line 199.

[RC]

Getting more help

For help on SPM and other analysis topics, see AnalysisHelp

CbuImaging: SpmInformation (last edited 2013-04-24 13:41:20 by TiborAuer)