Skip to content

Commit f211350

Browse files
committed
fix: final fixes, figure reference
1 parent 56de253 commit f211350

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
# The master toctree document.
7777
master_doc = "index"
7878

79+
numfig = True
80+
7981
# The language for content autogenerated by Sphinx. Refer to documentation
8082
# for a list of supported languages.
8183
#

docs/methods.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ the problem of susceptibility distortions (SD) into two stages:
66
#. **Estimation**:
77
the MRI acquisitions in the protocol for :abbr:`SD (susceptibility distortions)` are
88
discovered and preprocessed to estimate a map of B\ :sub:`0` non-uniformity in Hz (:math:`\Delta B_0`).
9-
The theory behind these distortions is well described in the literature [Jezzard1995]_ [Hutton2002]_ (Fig. 1).
9+
The theory behind these distortions is well described in the literature ([Jezzard1995]_, [Hutton2002]_),
10+
and further discussed below (see a summary in :numref:`fig-1`).
1011
*SDCFlows* builds on freely-available software to implement three major strategies for estimating
1112
:math:`\Delta B_0` (Eq. :math:`\eqref{eq:fieldmap-1}`).
1213
These strategies are described below, and implemented within :py:mod:`sdcflows.workflows.fit`\ .
@@ -16,14 +17,16 @@ the problem of susceptibility distortions (SD) into two stages:
1617
target :abbr:`EPI (echo-planar imaging)` scan to be corrected, and a displacement field in NIfTI
1718
format that is compatible with ANTs is interpolated from the B-Spline basis.
1819
The voxel location error along the :abbr:`PE (phase-encoding)` will be proportional to :math:`\Delta B_0 \cdot T_\text{ro}`,
19-
where :math:`T_\text{ro}` is the *total readout time* of the target :abbr:`EPI (echo-planar imaging)` (Fig. 1).
20+
where :math:`T_\text{ro}` is the *total readout time* of the target :abbr:`EPI (echo-planar imaging)` (:numref:`fig-1`).
2021
The implementation of these workflows is found in the submodule :py:mod:`sdcflows.workflows.apply`\ .
2122

23+
.. _fig-1:
24+
2225
.. figure:: _static/sdcflows-OHBM21-fig1.png
2326
:width: 100%
2427
:align: center
2528

26-
**Figure 1**. Susceptibility distortions in a nutshell
29+
Susceptibility distortions in a nutshell
2730

2831
.. admonition:: BIDS Specification
2932

@@ -93,7 +96,7 @@ Phase-difference B0 estimation
9396
The fieldmap variation in T, :math:`\Delta B_0 (i, j, k)`, that is necessary to obtain
9497
:math:`\Delta_\text{PE} (i, j, k)` in Eq. :math:`\eqref{eq:fieldmap-1}` can be
9598
calculated from two subsequent :abbr:`GRE (Gradient-Recalled Echo)` echoes,
96-
via eq. (1) of [Hutton2002]_:
99+
via Eq. (1) of [Hutton2002]_:
97100

98101
.. math::
99102

0 commit comments

Comments
 (0)