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):
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 (
You can’t perform that action at this time.
0 commit comments