Diff for "SpmBatch5" - MRC CBU Imaging Wiki
location: Diff for "SpmBatch5"
Differences between revisions 11 and 12
Revision 11 as of 2008-01-21 10:43:29
Size: 1306
Editor: RikHenson
Comment:
Revision 12 as of 2008-11-07 13:12:26
Size: 1307
Editor: RikHenson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * fMRI 2nd-level statistics (mixed, ie within and between-subject ANOVA) - VERY HACKY!: attachment:batch_spm5_stats_2ndlevel_mixed_ANOVA.m  * fMRI 2nd-level statistics (mixed, ie within and between-subject ANOVA) (a bit hacky!): attachment:batch_spm5_stats_2ndlevel_mixed_ANOVA.m

Batch for SPM5

Actually, batch for SPM5 is very similar to SpmBatch2, with the big exception that you can now save analyses in the GUI to a batch definition file, that can repeat the analysis, and be edited to adapt to another subject or slightly different parameters.

Nonetheless, if you want to continue working directly with Matlab scripts of calls to spm functions, here are some examples (NB we will not be held responsible for any errors!):

  • fMRI preprocessing: attachment:batch_spm5_preproc.m
  • fMRI 1st-level statistics: attachment:batch_spm5_1stlevel.m
  • fMRI 2nd-level statistics (within-subject ANOVA): attachment:batch_spm5_stats_2ndlevel_within_ANOVA.m
  • fMRI 2nd-level statistics (mixed, ie within and between-subject ANOVA) (a bit hacky!): attachment:batch_spm5_stats_2ndlevel_mixed_ANOVA.m
  • EEG preprocessing: attachment:batch_spm5_eeg_preproc.m

More scripts for EEG/MEG preprocessing and source localisation (particularly for the CBU EEG/MEG machines) can be found here: http://imaging.mrc-cbu.cam.ac.uk/meg/SpmAnalysis

  • Some others [attachment:spm2batch.tar.gz example SPM5 batch scripts].

[Some of these scripts are .tar.tar, so from the unix shell you need to rename the file .tar.gz, unzip with gunzip (gunzip [file]), then extract them (tar -xf [file]).]

CbuImaging: SpmBatch5 (last edited 2013-03-18 23:57:06 by RussellThompson)