You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Second, install the python packages pip, scipy, nose, nibabel, sklearn, nipype, pandas, matplotlib, nilearn and configobj. If you have a python virtual environment, just run::
Simply ``cd`` to the ``examples/easy_start/`` sub-directory and run the following command::
99
99
100
-
$ python nipype_preproc_spm_auditory.py
100
+
$ python nipype_preproc_spm_auditory.py
101
101
102
-
If you find nipype errors like "could not configure SPM", this is most likely that the export of SPM_DIR and SPM_MCR (see above) have not been done in this shell.
102
+
If you find nipype errors like "could not configure SPM", this is most likely that the export of SPM_DIR and SPM_MCR (see above) have not been done in this shell.
103
103
104
104
Layout of examples
105
105
==================
@@ -134,7 +134,7 @@ Using .ini configuration files to specify pipeline
134
134
It is possible (and recommended) to configure the preprocessing pipeline just by copying any of the `.ini` configuration files under the `examples` sub-directory and modifying it (usually, you only need to modify the `dataset_dir` parameter), and then run::
* libXp.so.6 missing (in ubuntu >= 15.10, for example)
@@ -191,4 +191,4 @@ This is a known is http://askubuntu.com/questions/719839/libxp-so-6-missing-15-1
191
191
192
192
* when using an 'ini' file, say 'mytest.ini', with ''python preprocessing.py mytest.ini'', there can be a conflict between pypreprocess.py and the pypreprocess module (solution: rename pypreprocess.py into something like pypreprocini.py)
193
193
194
-
* the cache is not relocatable (because joblib encode the absolute paths): if you are forced to move the cache -- e.g. because of lack of space on a filesystem -- use a symbolic link to let the system believe that the cache is still at the original location.
194
+
* the cache is not relocatable (because joblib encode the absolute paths): if you are forced to move the cache -- e.g. because of lack of space on a filesystem -- use a symbolic link to let the system believe that the cache is still at the original location.
0 commit comments