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 09c00b7 commit 04fc518Copy full SHA for 04fc518
nipype/interfaces/ants/normalize.py
@@ -298,11 +298,11 @@ class GenWarpFields(ANTSCommand):
298
299
>>> from nipype.interfaces.ants import GenWarpFields
300
>>> warp = GenWarpFields()
301
- >>> warp.inputs.reference_image = 'template_6.nii'
+ >>> warp.inputs.reference_image = 'Template_6.nii'
302
>>> warp.inputs.input_image = 'structural.nii'
303
>>> warp.inputs.max_iterations = [30,90,20]
304
>>> warp.cmdline
305
- 'antsIntroduction.sh -d 3 -i structural.nii -m 30x90x20 -o ants_ -r template_6.nii -t GR'
+ 'antsIntroduction.sh -d 3 -i structural.nii -m 30x90x20 -o ants_ -r Template_6.nii -t GR'
306
307
"""
308
0 commit comments