File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 33
33
mapnode_and_iterables
34
34
model_specification
35
35
saving_workflows
36
-
36
+ spmmcr
37
37
38
38
39
39
Original file line number Diff line number Diff line change
1
+ .. _spmmcr :
2
+
3
+ ====================================
4
+ Using SPM with MATLAB Common Runtime
5
+ ====================================
6
+
7
+ In order to use the standalone MCR version of spm, you need to ensure that
8
+ the following commands are executed at the beginning of your script:
9
+
10
+ .. testcode ::
11
+
12
+ from nipype import spm
13
+ matlab_cmd = '/path/to/run_spm8.sh /path/to/Compiler_Runtime/v713/ script'
14
+ spm.SPMCommand.set_mlab_paths(matlab_cmd=matlab_cmd, use_mcr=True)
15
+
16
+ you can test by calling:
17
+
18
+ .. testcode ::
19
+
20
+ spm.SPMCommand().version
21
+
22
+ Information about the MCR version of SPM8 can be found at:
23
+
24
+ http://en.wikibooks.org/wiki/SPM/Standalone
You can’t perform that action at this time.
0 commit comments