VBoussot commited on
Commit
7100204
·
verified ·
1 Parent(s): fe76ebd

Update Parameters_Rigid.txt

Browse files
Files changed (1) hide show
  1. Parameters_Rigid.txt +4 -6
Parameters_Rigid.txt CHANGED
@@ -41,7 +41,7 @@
41
 
42
  // Automatically guess an initial translation by aligning the
43
  // geometric centers of the fixed and moving.
44
- (AutomaticTransformInitialization "false")
45
 
46
  // Whether transforms are combined by composition or by addition.
47
  // In generally, Compose is the best option in most cases.
@@ -49,7 +49,7 @@
49
  (HowToCombineTransforms "Compose")
50
 
51
  //Save composite ITK transform
52
- (ITKTransformOutputFileNameExtension "itk.txt")
53
  (WriteITKCompositeTransform "true")
54
 
55
  // ******************* Similarity measure *********************
@@ -140,8 +140,6 @@
140
 
141
  // The pixel type and format of the resulting deformed moving image
142
  (ResultImagePixelType "short")
143
- (ResultImageFormat "mha")
144
- (WriteTransformParametersEachIteration "false")
145
- (WriteTransformParametersEachResolution "false")
146
- (WriteIterationInfo "false")
147
 
 
41
 
42
  // Automatically guess an initial translation by aligning the
43
  // geometric centers of the fixed and moving.
44
+ (AutomaticTransformInitialization "true")
45
 
46
  // Whether transforms are combined by composition or by addition.
47
  // In generally, Compose is the best option in most cases.
 
49
  (HowToCombineTransforms "Compose")
50
 
51
  //Save composite ITK transform
52
+ (ITKTransformOutputFileNameExtension "h5")
53
  (WriteITKCompositeTransform "true")
54
 
55
  // ******************* Similarity measure *********************
 
140
 
141
  // The pixel type and format of the resulting deformed moving image
142
  (ResultImagePixelType "short")
143
+ (ResultImageFormat "mhd")
144
+
 
 
145