Module gr_split_extremes


Name:
gr_split_extremes - a GRToolbox module
Description:
Splits the curve at the extreme points
Synopsis:
-[h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-x Split at x-extremes (DEFAULT).
-y Split at y-extremes.
-z Split at z-extremes.
-coord int Split at extremes of this coordinate.
-min Split at minimum value.
-max Split at maximum value (DEFAULT).
-minmax Split at minimum and maximum value.
-splitsep string Separator at split positions ('&' Default)
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.000000 0.000000
3.000000 4.000000
5.000000 2.000000
8.000000 9.000000
10.000000 3.000000
&
10.000000 3.000000
0.000000 1.000000
2.000000 3.000000
3.000000 4.000000
4.000000 9.000000



Back to List of all GR Modules.