File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,11 +200,11 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
200
200
fixed_image = InputMultiPath (File (exists = True ), mandatory = True ,
201
201
desc = 'image to apply transformation to (generally a coregistered functional)' )
202
202
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 ' )
204
204
moving_image = InputMultiPath (File (exists = True ), mandatory = True ,
205
205
desc = 'image to apply transformation to (generally a coregistered functional)' )
206
206
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 ' )
208
208
initial_moving_transform = File (argstr = '%s' , exists = True , desc = '' ,
209
209
xor = ['initial_moving_transform_com' ])
210
210
invert_initial_moving_transform = traits .Bool (
You can’t perform that action at this time.
0 commit comments