Skip to content

Commit 6cd9bb2

Browse files
authored
Merge pull request #1891 from nipy/patch/antsreg
doc: fix desc for fixed_image
2 parents 01feb18 + 0f94441 commit 6cd9bb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ class ANTSInputSpec(ANTSCommandInputSpec):
1919
dimension = traits.Enum(3, 2, argstr='%d', usedefault=False,
2020
position=1, desc='image dimension (2 or 3)')
2121
fixed_image = InputMultiPath(File(exists=True), mandatory=True,
22-
desc=('image to apply transformation to (generally a coregistered '
23-
'functional)'))
22+
desc=('image to which the moving image is warped'))
2423
moving_image = InputMultiPath(File(exists=True), argstr='%s',
2524
mandatory=True,
2625
desc=('image to apply transformation to (generally a coregistered '

0 commit comments

Comments
 (0)