X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=filters%2FclitkFooImage.ggo;h=3d0c8dbf97d92ef173713193fba0761dcbf7a9a5;hb=2f5b335da5621bdfc86cb594cc667d0929f4d8e3;hp=01167b1a55195d89a694a43dc80497b3e6a37964;hpb=2dad4a649b5e61f450b47047f379fcc351b50215;p=clitk.git diff --git a/filters/clitkFooImage.ggo b/filters/clitkFooImage.ggo index 01167b1..3d0c8db 100644 --- a/filters/clitkFooImage.ggo +++ b/filters/clitkFooImage.ggo @@ -3,17 +3,16 @@ package "clitkFooImage" version "1.0" purpose "" -option "config" - "Config file" string no +option "config" - "Config file" string optional 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 "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" default="both" no +option "input" i "Input image filename" string required +option "output" o "Output image filename" string required +option "lower" l "Lower intensity (default=min), fg is greater than this value" double optional +option "upper" u "Upper intensity (default=max), fg is lower than this value" double optional +option "fg" - "Foreground (FG) or 'inside' value" double optional default="1" +option "bg" - "Background (BG) or 'ouside' value" double optional 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" default="both" optional