File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ conformed space for surface reconstruction (``fsnative``) is stored in::
90
90
91
91
FreeSurfer derivatives
92
92
~~~~~~~~~~~~~~~~~~~~~~
93
- A FreeSurfer subjects directory is created in ``<output_dir>/freesurfer ``::
93
+ A FreeSurfer subjects directory is created in ``<output dir>/freesurfer ``, or the
94
+ directory indicated with the ``--fs-subjects-dir `` flag. ::
94
95
95
96
<output_dir>/
96
97
fmriprep/
Original file line number Diff line number Diff line change @@ -202,7 +202,8 @@ All surface preprocessing may be disabled with the ``--fs-no-reconall`` flag.
202
202
Surface processing will be skipped if the outputs already exist.
203
203
204
204
In order to bypass reconstruction in *fMRIPrep *, place existing reconstructed
205
- subjects in ``<output dir>/freesurfer `` prior to the run.
205
+ subjects in ``<output dir>/freesurfer `` prior to the run, or specify an external
206
+ subjects directory with the ``--fs-subjects-dir `` flag.
206
207
*fMRIPrep * will perform any missing ``recon-all `` steps, but will not perform
207
208
any steps whose outputs already exist.
208
209
You can’t perform that action at this time.
0 commit comments