1gtscompare(1) GNU Triangulated Surface utils gtscompare(1)
2
3
4
6 gtscompare - compare two GTS files.
7
8
10 gtscompare [OPTIONS] FILE1 FILE2 DELTA
11
12
14 This manual page documents briefly the gtscompare command.
15
16 DELTA is the sampling length expressed as a fraction of the bounding
17 box diagonal of the second surface.
18
19
21 This program follow the usual GNU command line syntax, with long
22 options starting with two dashes (`-'). A summary of options is
23 included below.
24
25 -s, --symmetric
26 Symmetric statistics.
27
28 -i, --image
29 Output visualisation mesh.
30
31 -c FILE, --cmap=FILE
32 Load FILE as colormap.
33
34 -m VAL, --min=VAL
35 Use VAL as minimum scaling value.
36
37 -M VAL, --max=VAL
38 Use VAL as maximum scaling value.
39
40 -r, --reverse
41 Reverse colormap.
42
43 -l, --log
44 Use log scale.
45
46 -h, --help
47 Display the help and exit.
48
49
51 gtscompare was written by Stephane Popinet <popinet@users.sourceā
52 forge.net>.
53
54 This manual page was written by Ruben Molina <rmolina@udea.edu.co>, for
55 the Debian project (but may be used by others).
56
57
58
59 June 2, 2008 gtscompare(1)