Module gr_sweep


Name:
gr_sweep - a GRToolbox module
Description:
Sweeps the data by copying all sets -n times
with a different last coordinate value.
Synopsis:
-[merge reverse h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-n int Number of sections.
-step Step size between sections (Default 1)
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.