@@ -443,7 +443,7 @@ class Registration(ANTSCommand):
443443 local cross-correlation (``CC``), Mean Squares (``MeanSquares``), Demons (``Demons``),
444444 global correlation (``GC``), or Mutual Information (``Mattes`` or ``MI``).
445445
446- ANTS can use both linear (``Translation, ``Rigid``, ``Affine``, ``CompositeAffine``,
446+ ANTS can use both linear (``Translation`` , ``Rigid``, ``Affine``, ``CompositeAffine``,
447447 or ``Translation``) and non-linear transformations (``BSpline``, ``GaussianDisplacementField``,
448448 ``TimeVaryingVelocityField``, ``TimeVaryingBSplineVelocityField``, ``SyN``, ``BSplineSyN``,
449449 ``Exponential``, or ``BSplineExponential``). Usually, registration is done in multiple
@@ -458,7 +458,7 @@ class Registration(ANTSCommand):
458458
459459 The Registration-interface can output the resulting transform(s) that map moving_image to
460460 fixed_image in a single file as a ``composite_transform`` (if ``write_composite_transform``
461- is set to True), or a list of transforms as ``forwards_transforms``. It can also output
461+ is set to `` True`` ), or a list of transforms as ``forwards_transforms``. It can also output
462462 inverse transforms (from ``fixed_image`` to ``moving_image``) in a similar fashion using
463463 ``inverse_composite_transform``. Note that the order of ``forward_transforms`` is in 'natural'
464464 order: the first element should be applied first, the last element should be applied last.
0 commit comments