Module gr_analyze


Name:
gr_analyze - a GRToolbox module
Description:
Analyze a file. Number of Sets, Ranges etc...
Synopsis:
-[dim max min points points_per_set setsh o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-dim Print max dimension only.
-max Print max point only.
-min Print min point only.
-points Print number of points only.
-points_per_set int Print number of points in set int only.
-sets Print number of sets only.
Example Input Data:
1 2
3 4
5 6
8 9
10 11
&
0 1
2 3
3 4
4 9
6 4
Example Output Data:
#Number of Sets: 2
#Number of Points: 10
#Number of Points per Set: 5
#Dimension of Points: 2
#1. Dimension Value Range: 0, 10
#2. Dimension Value Range: 1, 11



Back to List of all GR Modules.