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 7ee0d17 commit 3506a3cCopy full SHA for 3506a3c
nipype/workflows/dmri/fsl/artifacts.py
@@ -537,6 +537,7 @@ def sdc_fmb(name='fmb_correction',
537
>>> fmb.inputs.inputnode.in_mask = 'mask.nii'
538
>>> fmb.inputs.inputnode.bmap_mag = 'magnitude.nii'
539
>>> fmb.inputs.inputnode.bmap_pha = 'phase.nii'
540
+ >>> fmb.inputs.inputnode.settings = 'epi_param.txt'
541
>>> fmb.run() # doctest: +SKIP
542
543
.. warning:: Only SIEMENS format fieldmaps are supported.
0 commit comments