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 302be56 commit 39715f2Copy full SHA for 39715f2
nipype/interfaces/spm/preprocess.py
@@ -127,8 +127,8 @@ class FieldMap(SPMCommand):
127
--------
128
>>> from nipype.interfaces.spm import FieldMap
129
>>> fm = FieldMap()
130
- >>> fm.inputs.phase = 'phasediff.nii'
131
- >>> fm.inputs.magnitude = 'magnitude1.nii'
+ >>> fm.inputs.phase = 'phase.nii'
+ >>> fm.inputs.magnitude = 'magnitude.nii'
132
>>> fm.inputs.et = [5.19, 7.65]
133
>>> fm.inputs.blipdir = 1
134
>>> fm.inputs.tert = 15.6
0 commit comments