Skip to content

Commit 3506a3c

Browse files
committed
add settings file in workflow\'s docstring
1 parent 7ee0d17 commit 3506a3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/workflows/dmri/fsl/artifacts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ def sdc_fmb(name='fmb_correction',
537537
>>> fmb.inputs.inputnode.in_mask = 'mask.nii'
538538
>>> fmb.inputs.inputnode.bmap_mag = 'magnitude.nii'
539539
>>> fmb.inputs.inputnode.bmap_pha = 'phase.nii'
540+
>>> fmb.inputs.inputnode.settings = 'epi_param.txt'
540541
>>> fmb.run() # doctest: +SKIP
541542
542543
.. warning:: Only SIEMENS format fieldmaps are supported.

0 commit comments

Comments
 (0)