Module gr_split_sections


Name:
gr_split_sections - a GRToolbox module
Description:
Splits the sets into sets with constant x-values.
(It can be specified to take other coordinates
instead.)
Synopsis:
-[sec x y z 0 1 ... n epsh o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-sec int Index of which of coordinate shall be compared.
-x Split on constant x-coordinate.
-y Split on constant y-coordinate.
-z Split on constant z-coordinate.
-0 Split on constant coordinate index 0 (= x-coord).
-1 Split on constant coordinate index 1 (= y-coord).
...
-1 Split on constant coordinate index n.
-eps float Accuracy used to compare the coordinate value.
Example Input Data:
1 0
3 4
5 2
8 9
10 3
0 1
2 3
3 4
4 9
Example Output Data:
1 0
&
3 4
&
5 2
&
8 9
&
10 3
&
0 1
&
2 3
&
3 4
&
4 9



Back to List of all GR Modules.