@@ -305,8 +305,8 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
305
305
initial_moving_transform = InputMultiPath (
306
306
File (exists = True ),
307
307
argstr = '%s' ,
308
- desc = 'A transform or a list of transforms that should be applied'
309
- 'before the registration begins. Note that, when a list is given,'
308
+ desc = 'A transform or a list of transforms that should be applied '
309
+ 'before the registration begins. Note that, when a list is given, '
310
310
'the transformations are applied in reverse order.' ,
311
311
xor = ['initial_moving_transform_com' ])
312
312
invert_initial_moving_transform = InputMultiPath (
@@ -323,9 +323,9 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
323
323
2 ,
324
324
argstr = '%s' ,
325
325
xor = ['initial_moving_transform' ],
326
- desc = "Align the moving_image nad fixed_image befor registration using"
327
- "the geometric center of the images (=0), the image intensities (=1),"
328
- "or the origin of the images (=2)" )
326
+ desc = "Align the moving_image and fixed_image before registration using "
327
+ "the geometric center of the images (=0), the image intensities (=1), "
328
+ "or the origin of the images (=2). " )
329
329
metric_item_trait = traits .Enum ("CC" , "MeanSquares" , "Demons" , "GC" , "MI" ,
330
330
"Mattes" )
331
331
metric_stage_trait = traits .Either (metric_item_trait ,
0 commit comments