X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkRelativePosition.ggo;h=2192012f6d496a94910efefab89e2b63f9e6134d;hb=b1f5d6c99d0263700df2ddb2c6d1bf348709cd92;hp=4f65fe23c96a4a4c90d07a7501e520c615fce820;hpb=18383744683942aab80bfaf99600279c1854d151;p=clitk.git diff --git a/tools/clitkRelativePosition.ggo b/tools/clitkRelativePosition.ggo index 4f65fe2..2192012 100644 --- a/tools/clitkRelativePosition.ggo +++ b/tools/clitkRelativePosition.ggo @@ -8,7 +8,7 @@ option "config" - "Config file" string no option "verbose" v "Verbose" flag off option "verboseStep" - "Verbose each step" flag off option "writeStep" w "Write image at each step" flag off -option "verboseOption" - "Display options values" flag off +option "verboseOptions" - "Display options values" flag off option "imagetypes" - "Display allowed image types" flag off section "Input/Output" @@ -17,19 +17,19 @@ option "object" j "Input mask object filename" string yes option "output" o "Output image filename" string yes section "Main options" -option "orientation" r "L R A P I S (LeftRightAntPostInfSup)" string no default="L" +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 "threshold" t "Fuzzy threshold" double no default="0.6" -option "not" n "Not flag : inverse of the orientation" flag off +option "inverse" n "Not flag : inverse of the orientation" flag off +option "doNotRemoveObject" - "if flag is on, do not remove the object" flag off option "noAutoCrop" c "No auto crop at the end if set" flag off +option "combineWithOr" - "Combine relpos map and support with OR" flag off 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 - - -