]> Creatis software - clitk.git/blobdiff - tools/clitkRelativePosition.ggo
Small options modification
[clitk.git] / tools / clitkRelativePosition.ggo
index 2192012f6d496a94910efefab89e2b63f9e6134d..bc3f5111b8a3e789d22480497bb35e0a15ed8b0d 100644 (file)
@@ -20,7 +20,7 @@ section "Main options"
 option "orientation"           r       "L R A P I S (LeftRightAntPostInfSup)"          string no multiple      default="L"
 option "angle1"        a       "Angle 1 (deg)"                    double       no      default="0"
 option "angle2"        b       "Angle 2 (deg)"                    double       no      default="0"
-option "spacing"       s       "Resample before (faster)"         double       no
+option "spacing"       s       "Resample before (faster) (-1 if not resampling"         double         default = "-1" no
 option "threshold"     t       "Fuzzy threshold"                  double       no default="0.6"
 option "inverse"        n       "Not flag : inverse of the orientation"     flag   off
 option "doNotRemoveObject"  -   "if flag is on, do not remove the object"   flag   off
@@ -31,5 +31,6 @@ section "Slice by slice processing"
 option "sliceBySlice"   -       "Slice by slice relative position"          flag   off
 option "direction"     d       "If SbS, indicate the slice direction"      int    no default="2"
 option "uniqueCCL"      u       "Keep only one CC in each slice"            flag   off
+option "uniqueObjectCCL"      -       "Keep only one CC in each object slice"            flag   off