]> Creatis software - clitk.git/blobdiff - tools/clitkProfileImage.ggo
Change name of the button in Image Arithm tool
[clitk.git] / tools / clitkProfileImage.ggo
index 1894af6c7c659e806fe7dbe9386be3853ea9f0f3..9f3f443bc596e40a858078523d23e236de35c0c4 100644 (file)
@@ -1,19 +1,16 @@
 #File clitkProfileImage.ggo
 package "clitkProfileImage"
 version "1.0"
-purpose ""
+purpose "Save the profile between 2 points of the input image in the output text file"
 
-option "config"                -       "Config file"                     string        no
-option "verbose"       v       "Verbose"                         flag          off
-option "imagetypes"    -       "Display allowed image types"     flag          off
+option "config"                -       "Config file"                           string  no
+option "verbose"       v       "Verbose"                                   flag        off
+option "imagetypes" -   "Display allowed image types"   flag   off
 
-option "input"         i       "Input image filename"            string        yes
-option "output"        o       "Output image filename"           string        yes
-option "lower"         l       "Lower intensity (default=min), fg is greater than this value"    double        no
-option "upper"         u       "Upper intensity (default=max), fg is lower than this value"      double        no
+option "input"      i   "Input image filename"          string  yes
+option "output"     o   "Output texte filename"         string  yes
+option "point1"     f   "First point (vox)"              double     yes multiple(-4)
+option "point2"     s   "Second point (vox)"             double     yes multiple(-4)
 
-option "fg"                    -       "Foreground (FG) or 'inside' value"               double        no      default="1"
-option "bg"                    -       "Background (BG) or 'ouside' value"               double        no      default="0"
-option "mode"          -       "Use FG and/or BG values (if FG, the BG is replaced by the input image values)" values="FG","BG","both"  no default="both"