Skip to content

Commit 79e5871

Browse files
committed
docs: fix missing reference
1 parent 2a87027 commit 79e5871

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sdcflows/workflows/phdiff.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def init_phdiff_wf(omp_nthreads, name='phdiff_wf'):
3838
The most delicate bit of this workflow is the phase-unwrapping process: phase maps
3939
are clipped in the range :math:`[0 \dotsb 2 \cdot \pi )`.
4040
To find the integer number of offsets that make a region continously smooth with
41-
its neighbour, FSL PRELUDE is run [Jenkinson1998]_.
41+
its neighbour, FSL PRELUDE is run [Jenkinson2003]_.
4242
FSL PRELUDE takes wrapped maps in the range 0 to 6.28, `as per the user guide
4343
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FUGUE/Guide#Step_2_-_Getting_.28wrapped.29_phase_in_radians>`__.
4444
For the phase-difference maps, recentering back to :math:`[-\pi \dotsb \pi )` is necessary.
@@ -78,6 +78,11 @@ def init_phdiff_wf(omp_nthreads, name='phdiff_wf'):
7878
fmap : pathlike
7979
The estimated fieldmap in Hz
8080
81+
References
82+
----------
83+
.. [Jenkinson2003] Jenkinson, M. (2003) Fast, automated, N-dimensional phase-unwrapping
84+
algorithm. MRM 49(1):193-197. doi:`10.1002/mrm.10354 <10.1002/mrm.10354>`__.
85+
8186
"""
8287
workflow = Workflow(name=name)
8388
workflow.__desc__ = """\

0 commit comments

Comments
 (0)