Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/workflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ T2* Driven Coregistration
:mod:`fmriprep.workflows.bold.t2s.init_bold_t2s_wf`

.. workflow::
:graph2use: colored
:graph2use: orig
:simple_form: yes

from fmriprep.workflows.bold import init_bold_t2s_wf
Expand All @@ -395,7 +395,7 @@ T2* Driven Coregistration
If the ``--t2s-coreg`` command line argument is supplied with multi-echo
:abbr:`BOLD (blood-oxygen level-dependent)` data, a T2* map is generated.
This T2* map is then used in place of the :ref:`BOLD reference image <bold_ref>`
to ref:`register the BOLD series to the T1w image of the same subject <bold_reg>`.
to :ref:`register the BOLD series to the T1w image <bold_reg>` of the same subject.

Susceptibility Distortion Correction (SDC)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down