X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkProfileImage.ggo;h=9f3f443bc596e40a858078523d23e236de35c0c4;hb=d9c8c6e6c759655fc24d05d47b962d2ba574b95d;hp=1894af6c7c659e806fe7dbe9386be3853ea9f0f3;hpb=ebc1acee802a4dd54c3ff05662d3c7087c7aa882;p=clitk.git diff --git a/tools/clitkProfileImage.ggo b/tools/clitkProfileImage.ggo index 1894af6..9f3f443 100644 --- a/tools/clitkProfileImage.ggo +++ b/tools/clitkProfileImage.ggo @@ -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"