VBoussot commited on
Commit
de6c4dc
·
verified ·
1 Parent(s): 2c5d903

Update Parameters_BSpline.txt

Browse files
Files changed (1) hide show
  1. Parameters_BSpline.txt +6 -5
Parameters_BSpline.txt CHANGED
@@ -62,7 +62,7 @@
62
  (HowToCombineTransforms "Compose")
63
 
64
  //Save composite ITK transform
65
- (ITKTransformOutputFileNameExtension "h5")
66
  (WriteITKCompositeTransform "true")
67
 
68
  // ******************* Similarity measure *********************
@@ -150,10 +150,11 @@
150
  // You can save some time by setting this to false, if you are
151
  // not interested in the final deformed moving image, but only
152
  // want to analyze the deformation field for example.
153
- (WriteResultImage "true")
154
 
155
  // The pixel type and format of the resulting deformed moving image
156
  (ResultImagePixelType "short")
157
- (ResultImageFormat "mhd")
158
-
159
-
 
 
62
  (HowToCombineTransforms "Compose")
63
 
64
  //Save composite ITK transform
65
+ (ITKTransformOutputFileNameExtension "itk.txt")
66
  (WriteITKCompositeTransform "true")
67
 
68
  // ******************* Similarity measure *********************
 
150
  // You can save some time by setting this to false, if you are
151
  // not interested in the final deformed moving image, but only
152
  // want to analyze the deformation field for example.
153
+ (WriteResultImage "false")
154
 
155
  // The pixel type and format of the resulting deformed moving image
156
  (ResultImagePixelType "short")
157
+ (ResultImageFormat "mha")
158
+ (WriteTransformParametersEachIteration "false")
159
+ (WriteTransformParametersEachResolution "false")
160
+ (WriteIterationInfo "false")