Diff for "SpmBatch5" - MRC CBU Imaging Wiki
location: Diff for "SpmBatch5"
Differences between revisions 12 and 13
Revision 12 as of 2008-11-07 13:12:26
Size: 1307
Editor: RikHenson
Comment:
Revision 13 as of 2013-03-07 21:24:01
Size: 1329
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * 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
 * 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]]
Line 13: Line 13:
 * Some others [attachment:spm2batch.tar.gz example SPM5 batch scripts].  * Some others [[attachment:spm2batch.tar.gz|example SPM5 batch scripts]].

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!):

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 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)