X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkBLUTDIR.ggo;h=4443da1d0defbda3c3ca8635c8edf4cc8da923db;hb=de0c500755f798a2ff44bbda3269b9c6c5e065e8;hp=152c67f397e14ca4612b4b73c927886575944f04;hpb=657652a78c2e2717a6f77e027049173442ca29f0;p=clitk.git diff --git a/registration/clitkBLUTDIR.ggo b/registration/clitkBLUTDIR.ggo index 152c67f..4443da1 100755 --- a/registration/clitkBLUTDIR.ggo +++ b/registration/clitkBLUTDIR.ggo @@ -2,8 +2,8 @@ #Author: Jef Vandemeulebroucke #Date : Tue 11 Jan 2009 10.35 -Package "clitk" -Version "Register 2 images using optimized BLUT FFD..." +package "clitk" +version "Register 2 images using optimized BLUT FFD..." option "config" - "Config file" string no @@ -80,8 +80,10 @@ 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 "levels" - "Number of resolution levels" int no default="1" +option "skipLastPyramidLevel" - "Skip full resolution pyramid level" flag off option "intermediate" - "Write the coefficient image of the intermediate levels (provide levels filenames)" string no multiple +