1 #File clitkSelectPoints.ggo
2 package "clitkSelectPoints"
4 purpose "Perform a selection of points on the reference and target lists of points, based on criteria applied to the reference list."
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
11 option "ref" r "List of points in reference" string yes
12 option "input" i "Lists of points in targets" string multiple yes
17 option "sRef" - "List of points selected in reference" string yes
18 option "sInput" o "Lists of points selected in targets" string multiple yes
20 section "Selection: Provide lower and upper coordinate bounds for as much as components as provided"
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