@@ -443,7 +443,7 @@ class Registration(ANTSCommand):
443
443
local cross-correlation (``CC``), Mean Squares (``MeanSquares``), Demons (``Demons``),
444
444
global correlation (``GC``), or Mutual Information (``Mattes`` or ``MI``).
445
445
446
- ANTS can use both linear (``Translation, ``Rigid``, ``Affine``, ``CompositeAffine``,
446
+ ANTS can use both linear (``Translation`` , ``Rigid``, ``Affine``, ``CompositeAffine``,
447
447
or ``Translation``) and non-linear transformations (``BSpline``, ``GaussianDisplacementField``,
448
448
``TimeVaryingVelocityField``, ``TimeVaryingBSplineVelocityField``, ``SyN``, ``BSplineSyN``,
449
449
``Exponential``, or ``BSplineExponential``). Usually, registration is done in multiple
@@ -458,7 +458,7 @@ class Registration(ANTSCommand):
458
458
459
459
The Registration-interface can output the resulting transform(s) that map moving_image to
460
460
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
462
462
inverse transforms (from ``fixed_image`` to ``moving_image``) in a similar fashion using
463
463
``inverse_composite_transform``. Note that the order of ``forward_transforms`` is in 'natural'
464
464
order: the first element should be applied first, the last element should be applied last.
0 commit comments