]> Creatis software - clitk.git/blobdiff - registration/clitkBLUTDIR.ggo
replace old resize with new CropLikeImage
[clitk.git] / registration / clitkBLUTDIR.ggo
index 4d84fcebe1ddae0d0351d5b2d0eaca540effe2fc..8be34e7b7a9352e406af4040310c2bc29f1d8422 100755 (executable)
@@ -18,7 +18,7 @@ section "Input"
 
 option "reference"             r       "Input reference 3D image (float)"      string          yes
 option "target"                        t       "Input target    2D image (float)"      string          yes
-option "referenceMask"                 m       "Mask to placed over the reference image"                 string                no
+option "referenceMask"                 m       "Mask or labels to placed over the reference image"               string                no
 option "targetMask"            -       "Mask to placed over the target image"            string                no
 
 section "Output"
@@ -82,6 +82,8 @@ option "upperBound"   -       "7: The upper bound"                                                    double  no      default="0.0"
 
 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                                                
 
+