VBoussot commited on
Commit
435fb73
·
verified ·
1 Parent(s): a89a474

Update Parameters_Rigid.txt

Browse files
Files changed (1) hide show
  1. Parameters_Rigid.txt +3 -3
Parameters_Rigid.txt CHANGED
@@ -49,7 +49,7 @@
49
  (HowToCombineTransforms "Compose")
50
 
51
  //Save composite ITK transform
52
- (ITKTransformOutputFileNameExtension "h5")
53
  (WriteITKCompositeTransform "true")
54
 
55
  // ******************* Similarity measure *********************
@@ -136,10 +136,10 @@
136
  // You can save some time by setting this to false, if you are
137
  // only interested in the final (nonrigidly) deformed moving image
138
  // for example.
139
- (WriteResultImage "true")
140
 
141
  // The pixel type and format of the resulting deformed moving image
142
  (ResultImagePixelType "short")
143
- (ResultImageFormat "mhd")
144
 
145
 
 
49
  (HowToCombineTransforms "Compose")
50
 
51
  //Save composite ITK transform
52
+ (ITKTransformOutputFileNameExtension "itk.txt")
53
  (WriteITKCompositeTransform "true")
54
 
55
  // ******************* Similarity measure *********************
 
136
  // You can save some time by setting this to false, if you are
137
  // only interested in the final (nonrigidly) deformed moving image
138
  // for example.
139
+ (WriteResultImage "false")
140
 
141
  // The pixel type and format of the resulting deformed moving image
142
  (ResultImagePixelType "short")
143
+ (ResultImageFormat "mha")
144
 
145