Skip to content

Commit 8a61f26

Browse files
committed
fix: address comments including BOLD references from @arokem and @josephmje
1 parent 0e84a1b commit 8a61f26

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

dmriprep/workflows/base.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,10 @@ def init_single_subject_wf(
219219
220220
Anatomical preprocessing is performed in a single workflow, regardless of
221221
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.
224226
225227
Workflow Graph
226228
.. workflow::

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The *dMRIPrep* workflow takes as principal input the path of the dataset
1212
that is to be processed.
1313
The input dataset is required to be in valid :abbr:`BIDS (Brain Imaging Data
1414
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.
1616
We highly recommend that you validate your dataset with the free, online
1717
`BIDS Validator <http://bids-standard.github.io/bids-validator/>`_.
1818

0 commit comments

Comments
 (0)