]> Creatis software - clitk.git/blob - tools/clitkMaskLandmarks.ggo
Add a watcher to file
[clitk.git] / tools / clitkMaskLandmarks.ggo
1 package "clitkMaskLandmarks"
2 version "1.0"
3 purpose "Remove landmarks outside of a given mask also remove their corresponding points if multiple input are given."
4
5 option "config"     - "Config file"       string    no
6 option "verbose"    v     "Verbose"       flag    off
7
8 option "input"  i   "Input landmarks filename"      string  yes     multiple
9 option "mask"   m   "Input mask"                    string  yes
10 option "output" o   "Output landmarks filename"     string  yes     multiple