File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,10 @@ def init_single_subject_wf(
219
219
220
220
Anatomical preprocessing is performed in a single workflow, regardless of
221
221
the number of sessions.
222
- Functional preprocessing is performed using a separate workflow for each
223
- individual BOLD series.
222
+ Diffusion MRI preprocessing is performed using a separate workflow for
223
+ a full :abbr:`DWI (diffusion weighted imaging)` *entity*.
224
+ A DWI *entity* may comprehend one or several runs (for instance, two
225
+ opposed :abbr:`PE (phase-encoding)` directions.
224
226
225
227
Workflow Graph
226
228
.. workflow::
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The *dMRIPrep* workflow takes as principal input the path of the dataset
12
12
that is to be processed.
13
13
The input dataset is required to be in valid :abbr: `BIDS ( Brain Imaging Data
14
14
Structure ) ` format, and it must include at least one T1w structural image and
15
- (unless disabled with a flag) a BOLD series.
15
+ (unless disabled with a flag) one :abbr: ` DWI ( diffusion weighted imaging ) ` series.
16
16
We highly recommend that you validate your dataset with the free, online
17
17
`BIDS Validator <http://bids-standard.github.io/bids-validator/ >`_.
18
18
You can’t perform that action at this time.
0 commit comments