File: g3data.sgml

package info (click to toggle)
g3data 1%3A1.5.3-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: ansic: 1,635; makefile: 75
file content (137 lines) | stat: -rw-r--r-- 3,981 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<refentry>
<refentryinfo>
	<date>2007-03-16</date>
</refentryinfo>
<refmeta>
	<refentrytitle>
		<application>g3data</application>
	</refentrytitle>
	<manvolnum>1</manvolnum>
	<refmiscinfo>g3data 1.5.1</refmiscinfo>
</refmeta>
<refnamediv>
	<refname>
		<application>g3data</application>
	</refname>
	<refpurpose>
	A tool for extracting data from graphs.
	</refpurpose>
</refnamediv>
<refsynopsisdiv>
	<cmdsynopsis>
	<command>g3data</command>
      <arg><option>-max<replaceable> x y</replaceable></option></arg>
      <arg><option>-scale<replaceable> factor</replaceable></option></arg>
      <arg><option>-coords<replaceable> llx lly rux ruy</replaceable></option></arg>
      <arg><option>-errors</option></arg>
      <arg><option>-lnx</option></arg>
      <arg><option>-lny</option></arg>
      <arg><option><replaceable>filename(s) ...</replaceable></option></arg>
	</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
	<refsect1info>
		<date>2001-01-01</date>
	</refsect1info>
	<title>DESCRIPTION</title>
	<para>
	<command>g3data</command> is a tool for extracting data
    from scanned graphs. For graphs published in scientific articles 
    the actual data is usually not explicitly given ; g3data makes the
    process of extracting this data easy.
	</para>
</refsect1>
<refsect1>
	<title>OPTIONS</title>
	<variablelist>
      <varlistentry>
        <term><option>-max <replaceable>x y</replaceable></option>
        </term>
        <listitem>
          <para> If picture is larger x-wise than x or y-wise than y,
                 the picture is scaled down accordingly otherwise this
                 parameter has no effect.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-scale <replaceable>factor</replaceable></option>
        </term>
        <listitem>
          <para>Scales the picture size by factor. This parameter nullifies
                effect of the -max parameter.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-coords <replaceable>llx lly rux ruy</replaceable></option>
        </term>
        <listitem>
          <para> Preset the coordinates of the left lower (ll) corner
                 and the right upper (ru) corner.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-errors</option>
        </term>
        <listitem>
          <para>Print out the error of the x value in column 3 and the
                error of y value in column 4 of the output. </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-lnx</option>
        </term>
        <listitem>
          <para>Use logarithmic scale for x coordinates.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-lny</option>
        </term>
        <listitem>
          <para>Use logarithmic scale for y coordinates.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option><replaceable>filename(s) ...</replaceable></option></term>
        <listitem>
          <para>The filename(s) of the image(s) to open.
          Supported image formats: PNG, XPM, JPEG, TIFF, PNM, RAS, BMP and
          GIF.</para>
        </listitem>
      </varlistentry>
	</variablelist>
</refsect1>
<refsect1>
	<title>USAGE</title>
	<para>
	<command>g3data</command> -scale 2 -errors test1.png
	</para>
	<para>
	<command>g3data</command> -scale 2 -lny -errors test2.png
	</para>
</refsect1>
<!-- <refsect1>
	<title>CAVEATS</title>
	<para>
	Other programs named <command>g3data</command> may exist and actually
	do something!
	</para>
</refsect1> -->
<refsect1>
	<title>BUGS</title>
	<para>
	None known.
	</para>
</refsect1>
<refsect1>
	<title>AUTHOR</title>
	<para>
	<author>
		<firstname>Jonas </firstname>
		<surname>Frantz </surname>
		<email>jonas.frantz@welho.com</email>
	</author>
	</para>
</refsect1>
</refentry>