We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a6782 commit 4ecd866Copy full SHA for 4ecd866
nipype/interfaces/fsl/epi.py
@@ -246,7 +246,8 @@ class TOPUP(FSLCommand):
246
>>> topup.cmdline # doctest: +ELLIPSIS +ALLOW_UNICODE
247
'topup --config=b02b0.cnf --datain=topup_encoding.txt \
248
--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'
+--fout=b0_b0rev_field.nii.gz --jacout=jac --logout=b0_b0rev_topup.log \
250
+--dfout=warpfield'
251
>>> res = topup.run() # doctest: +SKIP
252
253
"""
0 commit comments