-
-
Notifications
You must be signed in to change notification settings - Fork 400
Expand file tree
/
Copy pathantsRegistrationCLP.xml
More file actions
116 lines (115 loc) · 4.73 KB
/
antsRegistrationCLP.xml
File metadata and controls
116 lines (115 loc) · 4.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Registration</category>
<title>ANTS Registration)</title>
<description>ANTS (Advanced Normalization Tools) Registration</description>
<version> 1.0</version>
<documentation-url></documentation-url>
<license>http://www.apache.org/licenses/LICENSE-2.0.txt</license>
<contributor>Brian Avants, Jeff Duda, Gang Song, Sandhitsu Das, Jon Pluta, Nick Tustison, Hans Johnson, Kent Williams</contributor>
<acknowledgements></acknowledgements>
<parameters>
<integer>
<name>Dimensionality</name>
<label>Dimensionality</label>
<longflag>dimensionality</longflag>
<description>This option forces the image to be treated as a
specified-dimensional image. If not specified, N4 tries to infer
the dimensionality from the input image.</description>
<default>3</default>
</integer>
<file>
<name>OutputTransformPrefix</name>
<longflag>outputTransformPrefix</longflag>
<label>Output Transform Prefix</label>
<channel>input</channel>
<description>Specify the output transform prefix (output format
is .nii.gz ). Optionally, one can choose to warp the moving image
to the fixed space and, if the inverse transform exists, one can
also output the warped fixed image.</description>
<default></default>
</file>
<file multiple="true" >
<name>InitialTransform</name>
<longflag>initial-transform</longflag>
<label>Initial Transforms</label>
<channel>input</channel>
<description>Specify the initial transform(s) which get
immediately incorporated into the composite transform. The order
of the transforms is stack-esque in that the last transform
specified on the command line is the first to be applied. See
antsApplyTransforms. + std::string( "for additional
information.</description>
<default></default>
</file>
<string-enumeration multiple="true" >
<name>ImageMetric</name>
<label>Image Metrics</label>
<longflag>metric</longflag>
<description>These image metrics are available--- CC: ANTS
neighborhood cross correlation, MI: Mutual information, and
Demons: Thirion's Demons (modified mean-squares). GC, Global
Correlation. Note that the metricWeight is currently not used.
Rather, it is a temporary place holder until multivariate metrics
are available for a single stage. The metrics can also employ a
sampling strategy defined by a sampling percentage. The sampling
strategy defaults to dense, otherwise it defines a point set over
which to optimize the metric. The point set can be on a regular
lattice or a random lattice of points slightly perturbed to
minimize aliasing artifacts. samplingPercentage defines the
fraction of points to select from the domain. </description>
<element>CC</element>
<element>MI</element>
<element>Mattes</element>
<element>Demons</element>
<element>GC</element>
<default></default>
</string-enumeration>
<string-enumeration multiple="true" >
<name>Transform</name>
<label>Transform</label>
<longflag>transform</longflag>
<description>Several transform options are available. The
gradientStep or learningRate characterizes the gradient descent
optimization and is scaled appropriately for each transform using
the shift scales estimator. Subsequent parameters are
transform-specific and can be determined from the
usage.</description>
<element>Rigid</element>
<element>Affine</element>
<element>CompositeAffine</element>
<element>Similarity</element>
<element>Translation</element>
<element>GaussianDisplacementField</element>
<element>BSplineDisplacementField</element>
<element>TimeVaryingVelocityField</element>
<element>Syn</element>
<default></default>
</string-enumeration>
<float-vector>
<name>SmoothingSigmas</name>
<description>Specify the amount of smoothing at each level.</description>
<longflag>smoothingSigmas</longflag>
<default></default>
</float-vector>
<integer-vector>
<name>ShrinkFactors</name>
<description>Specify the shrink factor for the virtual domain
(typically the fixed image) at each level.</description>
<longflag>shrinkFactors</longflag>
<default></default>
</integer-vector>
<boolean>
<name>UseHistogramMatch</name>
<longflag>useHistogramMatch</longflag>
<description>Histogram match the images before registration.</description>
<default>false</default>
</boolean>
<float-vector>
<name>WinsorizeImageIntensities</name>
<longflag>winsorizeImageIntensities</longflag>
<description>Winsorize data based on specified quantiles.</description>
<default></default>
</float-vector>
</parameters>
</executable>