File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def init_phdiff_wf(omp_nthreads, name='phdiff_wf'):
38
38
The most delicate bit of this workflow is the phase-unwrapping process: phase maps
39
39
are clipped in the range :math:`[0 \dotsb 2 \cdot \pi )`.
40
40
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 ]_.
42
42
FSL PRELUDE takes wrapped maps in the range 0 to 6.28, `as per the user guide
43
43
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FUGUE/Guide#Step_2_-_Getting_.28wrapped.29_phase_in_radians>`__.
44
44
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'):
78
78
fmap : pathlike
79
79
The estimated fieldmap in Hz
80
80
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
+
81
86
"""
82
87
workflow = Workflow (name = name )
83
88
workflow .__desc__ = """\
You can’t perform that action at this time.
0 commit comments