]> Creatis software - clitk.git/blob - registration/clitkSelectPoints.ggo
motion masks with and without bands
[clitk.git] / registration / clitkSelectPoints.ggo
1 #File clitkSelectPoints.ggo
2 package "clitkSelectPoints"
3 version "1.0"
4 purpose "Perform a selection of points on the reference and target lists of points, based on criteria applied to the reference list."
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 section "Input"
10
11 option "ref"            r       "List of points in reference"           string          yes                     
12 option "input"          i       "Lists of points in targets"            string          multiple        yes
13
14
15 section "Output"
16
17 option "sRef"           -       "List of points selected in reference"          string          yes                     
18 option "sInput"         o       "Lists of points selected in targets"           string          multiple        yes
19
20 section "Selection: Provide lower and upper coordinate bounds for as much as components as provided"
21
22 option "component"      c       "Component index [0,2]" int             multiple        yes     
23 option  "lower"         l       "Lower bound"           double          multiple        yes     
24 option  "upper"         u       "Upper bound"           double          multiple        yes