Skip to content

Commit 4ecd866

Browse files
committed
docstrings fix
1 parent 83a6782 commit 4ecd866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/fsl/epi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ class TOPUP(FSLCommand):
246246
>>> topup.cmdline # doctest: +ELLIPSIS +ALLOW_UNICODE
247247
'topup --config=b02b0.cnf --datain=topup_encoding.txt \
248248
--imain=b0_b0rev.nii --out=b0_b0rev_base --iout=b0_b0rev_corrected.nii.gz \
249-
--fout=b0_b0rev_field.nii.gz --logout=b0_b0rev_topup.log'
249+
--fout=b0_b0rev_field.nii.gz --jacout=jac --logout=b0_b0rev_topup.log \
250+
--dfout=warpfield'
250251
>>> res = topup.run() # doctest: +SKIP
251252
252253
"""

0 commit comments

Comments
 (0)