File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ def init_eddy_wf(name="eddy_wf"):
62
62
Name of workflow (default: ``eddy_wf``)
63
63
64
64
Inputs
65
- ----------
65
+ ------
66
66
dwi_file
67
67
dwi NIfTI file
68
68
69
69
Outputs
70
70
-------
71
- out_eddy :
71
+ out_eddy
72
72
The eddy corrected diffusion image..
73
73
74
74
"""
@@ -81,7 +81,7 @@ def init_eddy_wf(name="eddy_wf"):
81
81
workflow = Workflow (name = name )
82
82
workflow .__desc__ = f"""\
83
83
Geometrical distortions derived from the so-called Eddy-currents, and head-motion
84
- realignment parameters were estimated with the joint modeling of FSL ``eddy_correct``
84
+ realignment parameters were estimated with the joint modeling of ``eddy_correct``,
85
85
included in FSL { EddyCorrect ().version } [@eddy].
86
86
"""
87
87
You can’t perform that action at this time.
0 commit comments