From de1de26142fc99a6f5bc6b3d0d637b9d1156a5be Mon Sep 17 00:00:00 2001 From: dsarrut Date: Tue, 7 Sep 2010 10:11:19 +0000 Subject: [PATCH] correct ggo (no upper case) --- registration/clitkBLUTDIR.ggo | 2 +- registration/clitkBSplineDeformableRegistration.ggo | 2 +- registration/clitkShapedBLUTSpatioTemporalDIR.ggo | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/registration/clitkBLUTDIR.ggo b/registration/clitkBLUTDIR.ggo index 5a98d1d..4d84fce 100755 --- a/registration/clitkBLUTDIR.ggo +++ b/registration/clitkBLUTDIR.ggo @@ -80,7 +80,7 @@ option "lowerBound" - "7: The lower bound" double no default="0.0" option "upperBound" - "7: The upper bound" double no default="0.0" -Section "Registration" +section "Registration" option "levels" - "Number of resolution levels" int no default="1" option "intermediate" - "Write the coefficient image of the intermediate levels (provide levels filenames)" string no multiple diff --git a/registration/clitkBSplineDeformableRegistration.ggo b/registration/clitkBSplineDeformableRegistration.ggo index f2fea65..198f995 100755 --- a/registration/clitkBSplineDeformableRegistration.ggo +++ b/registration/clitkBSplineDeformableRegistration.ggo @@ -80,7 +80,7 @@ option "lowerBound" - "7: The lower bound" double no default="0.0" option "upperBound" - "7: The upper bound" double no default="0.0" -Section "Registration" +section "Registration" option "levels" - "Number of resolution levels" int no default="1" diff --git a/registration/clitkShapedBLUTSpatioTemporalDIR.ggo b/registration/clitkShapedBLUTSpatioTemporalDIR.ggo index 299de1b..f97c833 100755 --- a/registration/clitkShapedBLUTSpatioTemporalDIR.ggo +++ b/registration/clitkShapedBLUTSpatioTemporalDIR.ggo @@ -85,6 +85,6 @@ option "lowerBound" - "7: The lower bound" double no default="0.0" option "upperBound" - "7: The upper bound" double no default="0.0" -Section "Registration" +section "Registration" option "levels" - "Number of resolution levels" int no default="1" -- 2.47.1