X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkMaskLandmarks.ggo;fp=tools%2FclitkMaskLandmarks.ggo;h=82cfcc36a53d93b8e8b04609e278bec2dd5244bd;hb=a0875baa5ffffde3322b75839dd43e00296f63e5;hp=0000000000000000000000000000000000000000;hpb=cb4bdfed13b79735336f2e087a0b9372610aac06;p=clitk.git diff --git a/tools/clitkMaskLandmarks.ggo b/tools/clitkMaskLandmarks.ggo new file mode 100644 index 0000000..82cfcc3 --- /dev/null +++ b/tools/clitkMaskLandmarks.ggo @@ -0,0 +1,10 @@ +package "clitkMaskLandmarks" +version "1.0" +purpose "Remove landmarks outside of a given mask also remove their corresponding points if multiple input are given." + +option "config" - "Config file" string no +option "verbose" v "Verbose" flag off + +option "input" i "Input landmarks filename" string yes multiple +option "mask" m "Input mask" string yes +option "output" o "Output landmarks filename" string yes multiple