.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5. .TH COMPOSEMULTITRANSFORM "1" "October 2017" "ComposeMultiTransform 2.2.0" "User Commands" .SH NAME ComposeMultiTransform \- part of ANTS registration suite .SH DESCRIPTION ComposeMultiTransform ImageDimension output_field [\-R reference_image] {[deformation_field | [\-i] affine_transform_txt ]} .IP Usage has the same form as WarpImageMultiTransform .IP For Example: .PP ComposeMultiTransform Dimension outwarp.nii \fB\-R\fR template.nii ExistingWarp.nii ExistingAffine.nii .IP or for an inverse mapping : .PP ComposeMultiTransform Dimension outwarp.nii \fB\-R\fR template.nii \fB\-i\fR ExistingAffine.nii ExistingInverseWarp.nii .IP recalling that the \fB\-i\fR option takes the inverse of the affine mapping .PP Or: to compose multiple affine text file into one: ComposeMultiTransform ImageDimension output_affine_txt [\-R reference_affine_txt] {[\-i] affine_transform_txt} This will be evoked if a text file is given as the second parameter. In this case reference_affine_txt is used to define the center of the output affine. The default reference is the first given affine text file. This ignores all non\-txt files among the following parameters.