Skip to content

Commit 6ee465d

Browse files
committed
DOC: Improved description for command line options.
1 parent 4220ca3 commit 6ee465d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
200200
fixed_image = InputMultiPath(File(exists=True), mandatory=True,
201201
desc='image to apply transformation to (generally a coregistered functional)')
202202
fixed_image_mask = File(argstr='%s', exists=True,
203-
desc='mask used to limit registration region')
203+
desc='mask used to limit metric sampling region of the fixed image')
204204
moving_image = InputMultiPath(File(exists=True), mandatory=True,
205205
desc='image to apply transformation to (generally a coregistered functional)')
206206
moving_image_mask = File(requires=['fixed_image_mask'],
207-
exists=True, desc='')
207+
exists=True, desc='mask used to limit metric sampling region of the moving image')
208208
initial_moving_transform = File(argstr='%s', exists=True, desc='',
209209
xor=['initial_moving_transform_com'])
210210
invert_initial_moving_transform = traits.Bool(

0 commit comments

Comments
 (0)