X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkBLUTDIR.ggo;h=55ac19f54e1075a0d82401f08746c62ab01bd5a6;hb=4082f341e87e76823c570912f796420408f54eb0;hp=4d84fcebe1ddae0d0351d5b2d0eaca540effe2fc;hpb=de1de26142fc99a6f5bc6b3d0d637b9d1156a5be;p=clitk.git diff --git a/registration/clitkBLUTDIR.ggo b/registration/clitkBLUTDIR.ggo old mode 100755 new mode 100644 index 4d84fce..55ac19f --- a/registration/clitkBLUTDIR.ggo +++ b/registration/clitkBLUTDIR.ggo @@ -18,13 +18,14 @@ 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" option "vf" - "Result DVF" string yes option "coeff" - "Result coefficient images" string no +option "coeffEveryN" - "Result coefficient images at every N iterations (requires --coeff and --verbose)" int no default="20" option "output" o "Deformed target image" string yes option "before" - "Difference image before (but after rigid transform)" string no option "after" - "Difference image after " string no @@ -82,6 +83,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 +