|
Size: 422
Comment:
|
Size: 1519
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| [http://marsbar.sourceforge.net MarsBaR] is a region of interest toolbox for SPM99, SPM2 and SPM5. It is installed at the CBU. | |
| Line 3: | Line 4: |
| [http://marsbar.sourceforge.net MarsBaR] is a region of interest toolbox for SPM99, SPM2 and SPM5. It is installed at the CBU. | The development version supports SPM5. To use this, start SPM / matlab on a machine that will run SPM5 (see [:CbuComputingResources#Software:the CBU computing page]). |
| Line 5: | Line 6: |
| The development version supports SPM5. To use this, start SPM / matlab on a machine that will run SPM5 (see CbuComputingResources#Software). | MarsBaR should be available via the toolboxes button (let MatthewBrett know if not). |
| Line 7: | Line 8: |
| Then type this at the matlab prompt: | You can also make MarsBaR available by manually adding the path: To do this, type the following at the matlab prompt: |
| Line 10: | Line 13: |
| addpath /imaging/local/spm/marsbar/marsbar-0.40 | addpath /imaging/local/spm/marsbar/marsbar-devel-0.41 |
| Line 13: | Line 16: |
| to start MarsBaR. | |
| Line 14: | Line 18: |
| to start MarsBaR. | ---- = Local help for MarsBaR = Some pages showing basic steps (with screenshots) exist. [http://www.mrc-cbu.cam.ac.uk/people/jessica.grahn/marsbarcreateroi.html Steps for creating ROIs from an SPM cluster, and exporting ROIs to nii or hdr/img.] [http://www.mrc-cbu.cam.ac.uk/people/jessica.grahn/marsbar.html Steps for extracting signal from Regions of Interest, for import into Excel/SPSS/etc., to do second level analysis.] ---- Here are some marsbar batch files (JessicaGrahn): attachment:marsbarbatch.m : this batch file takes a list of coordinates and makes sphere ROIs, saving them in MarsBar and .nii format. attachment:marsbarbatchextract.m : this batch takes all rois in a directory, and extracts data from all the con/beta images in another directory, saving the data to a text file. attachment:marsbarbatchconvert.m : this batch file converts rois to .nii format |
MarsBaR
[http://marsbar.sourceforge.net MarsBaR] is a region of interest toolbox for SPM99, SPM2 and SPM5. It is installed at the CBU.
The development version supports SPM5. To use this, start SPM / matlab on a machine that will run SPM5 (see [:CbuComputingResources#Software:the CBU computing page]).
MarsBaR should be available via the toolboxes button (let MatthewBrett know if not).
You can also make MarsBaR available by manually adding the path:
To do this, type the following at the matlab prompt:
addpath /imaging/local/spm/marsbar/marsbar-devel-0.41 marsbar
to start MarsBaR.
Local help for MarsBaR
Some pages showing basic steps (with screenshots) exist.
[http://www.mrc-cbu.cam.ac.uk/people/jessica.grahn/marsbarcreateroi.html Steps for creating ROIs from an SPM cluster, and exporting ROIs to nii or hdr/img.]
[http://www.mrc-cbu.cam.ac.uk/people/jessica.grahn/marsbar.html Steps for extracting signal from Regions of Interest, for import into Excel/SPSS/etc., to do second level analysis.]
Here are some marsbar batch files (JessicaGrahn):
attachment:marsbarbatch.m : this batch file takes a list of coordinates and makes sphere ROIs, saving them in MarsBar and .nii format.
attachment:marsbarbatchextract.m : this batch takes all rois in a directory, and extracts data from all the con/beta images in another directory, saving the data to a text file.
attachment:marsbarbatchconvert.m : this batch file converts rois to .nii format
