forked from Fellypao/scidavis-handbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manual-index.html
329 lines (329 loc) · 12.6 KB
/
manual-index.html
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>index</title>
<link rel="stylesheet" type="text/css" href="scidavis.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<meta name="keywords" content="Qt, SciDAVis, Data, Analysis, Plotting">
<link rel="home" href="index.html" title="The SciDAVis Handbook">
<link rel="up" href="index.html" title="The SciDAVis Handbook">
<link rel="prev" href="faq.html" title="Appendix B. Frequently asked questions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">index</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="faq.html">Prev</a> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> </td>
</tr>
</table>
<hr>
</div>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="manual-index"></a>index</h1></div></div></div>
<div class="index">
<div class="indexdiv">
<h3>A</h3>
<dl>
<dt>Analysis</dt>
<dd><dl><dt>Results, <a class="indexterm" href="general-concepts.html#sec-intro-log-window">Log Window</a>
</dt></dl></dd>
<dt>Arrows and Lines</dt>
<dd><dl><dt>Add an arrow/line, <a class="indexterm" href="sec-graph-menu.html">The Graph Menu</a>
</dt></dl></dd>
</dl>
</div>
<div class="indexdiv">
<h3>C</h3>
<dl>
<dt>Calculator (see Note)</dt>
<dt>Columns</dt>
<dd><dl><dt>Assign formula, <a class="indexterm" href="using.html#sec-table-function-plot">Filling of a table with the values of a function.</a>
</dt></dl></dd>
<dt>Command line parameters</dt>
<dd><dl>
<dt>Options, <a class="indexterm" href="command-line-options.html#scidavis-options">Command Line Options</a>
</dt>
<dt>Specify a File, <a class="indexterm" href="command-line-options.html#specify-a-file">Specify a File</a>
</dt>
</dl></dd>
<dt>Curve analysis</dt>
<dd><dl>
<dt>Curve filtering, <a class="indexterm" href="sec-filtering.html">Filtering of data curves</a>
</dt>
<dd><dl>
<dt>Band pass FFT, <a class="indexterm" href="sec-filtering.html#sec-fft-filter-band">FFT band pass filter</a>
</dt>
<dt>Block pass FFT, <a class="indexterm" href="sec-filtering.html#sec-fft-filter-block">FFT block band filter</a>
</dt>
<dt>High pass FFT, <a class="indexterm" href="sec-filtering.html#sec-fft-filter-high">FFT high pass filter</a>
</dt>
<dt>Low pass FFT, <a class="indexterm" href="sec-filtering.html#sec-fft-filter-low">FFT low pass filter</a>
</dt>
</dl></dd>
<dt>Curve fitting</dt>
<dd><dl>
<dt>Bolzmann function, <a class="indexterm" href="sec-fitting.html#sec-fit-bolzmann">Fitting to a Bolzmann function</a>
</dt>
<dt>Gaussian function, <a class="indexterm" href="sec-fitting.html#sec-fit-gaussian">Fitting to a Gauss function</a>
</dt>
<dt>line, <a class="indexterm" href="sec-fitting.html#sec-fit-linear">Fitting to a line</a>
</dt>
<dt>Lorentz function, <a class="indexterm" href="sec-fitting.html#sec-fit-lorentzian">Fitting to a Lorentz function</a>
</dt>
<dt>Multi peak, <a class="indexterm" href="sec-fitting.html#sec-fit-multipeak">Multi-Peaks fitting</a>
</dt>
<dt>Non linear function, <a class="indexterm" href="sec-fitting.html#sec-non-linear-curve-fit">Non Linear Curve Fit</a>
</dt>
<dt>Polynomial, <a class="indexterm" href="sec-fitting.html#sec-fit-polynomial">Fitting to a polynomial</a>
</dt>
</dl></dd>
<dt>FFT, <a class="indexterm" href="analysis.html#sec-fft">Fast Fourier Transform</a>
</dt>
<dt>Integration, <a class="indexterm" href="sec-analysis-menu.html#sec-analysis-plots-menu">Commands for the analysis of curves in plots</a>
</dt>
<dt>interpolation, <a class="indexterm" href="sec-interpolate.html">Interpolation</a>
</dt>
</dl></dd>
</dl>
</div>
<div class="indexdiv">
<h3>D</h3>
<dl>
<dt>Data</dt>
<dd><dl><dt>Export to text file, <a class="indexterm" href="reference.html#sec-file-menu">The File Menu</a>
</dt></dl></dd>
</dl>
</div>
<div class="indexdiv">
<h3>F</h3>
<dl><dt>Filtering (see Curve analysis)</dt></dl>
</div>
<div class="indexdiv">
<h3>H</h3>
<dl><dt>Histograms, <a class="indexterm" href="sec-statistical-plots.html#sec-histograms">Histograms</a>
</dt></dl>
</div>
<div class="indexdiv">
<h3>L</h3>
<dl><dt>Log Window, <a class="indexterm" href="general-concepts.html#sec-intro-log-window">Log Window</a>
</dt></dl>
</div>
<div class="indexdiv">
<h3>M</h3>
<dl>
<dt>Matrix, <a class="indexterm" href="general-concepts.html">General Concepts and Terms</a>, <a class="indexterm" href="general-concepts.html#sec-intro-matrix">Matrix</a>
</dt>
<dd><dl>
<dt>Create a new matrix, <a class="indexterm" href="reference.html#sec-file-menu">The File Menu</a>
</dt>
<dt>Fill with a function, <a class="indexterm" href="sec-matrix-menu.html">The Matrix Menu</a>
</dt>
</dl></dd>
<dt>Multilayers plot, <a class="indexterm" href="sec-multilayer-plots.html">Multilayer Plots</a>
</dt>
<dd><dl>
<dt>Add a new layer, <a class="indexterm" href="sec-graph-menu.html">The Graph Menu</a>
</dt>
<dt>Organize the layers, <a class="indexterm" href="sec-graph-menu.html">The Graph Menu</a>
</dt>
</dl></dd>
</dl>
</div>
<div class="indexdiv">
<h3>N</h3>
<dl><dt>Note, <a class="indexterm" href="general-concepts.html#sec-intro-note">Note</a>
</dt></dl>
</div>
<div class="indexdiv">
<h3>O</h3>
<dl>
<dt>Options</dt>
<dd><dl>
<dt>2D plot, <a class="indexterm" href="using.html#sec-default-2d-plot">Changing default 2D plot options</a>
</dt>
<dt>Application, <a class="indexterm" href="sec-edit-menu.html">The Edit Menu</a>
</dt>
</dl></dd>
</dl>
</div>
<div class="indexdiv">
<h3>P</h3>
<dl>
<dt>Percentile, <a class="indexterm" href="sec-statistical-plots.html#sec-format-box-plots">Customization of box plots</a>
</dt>
<dt>Plot, <a class="indexterm" href="general-concepts.html">General Concepts and Terms</a>, <a class="indexterm" href="general-concepts.html#sec-intro-plot-window">Plot Window</a>, <a class="indexterm" href="using.html#sec-2d-plots">2D X-Y plots</a>
</dt>
<dd><dl>
<dt>Add a curve, <a class="indexterm" href="sec-graph-menu.html">The Graph Menu</a>
</dt>
<dt>Axis, <a class="indexterm" href="sec-format-menu.html">The Format Menu</a>
</dt>
<dt>Change default options, <a class="indexterm" href="using.html#sec-preferences-2d-plot">Modification of default options</a>
</dt>
<dt>Create a new plot, <a class="indexterm" href="reference.html#sec-file-menu">The File Menu</a>
</dt>
<dt>Create from data, <a class="indexterm" href="using.html#sec-2d-plot-from-data">2D plot from data.</a>
</dt>
<dt>Create from function, <a class="indexterm" href="using.html#sec-2d-plot-from-function">2D plot from function.</a>
</dt>
<dt>Create with the assistant, <a class="indexterm" href="sec-view-menu.html">The View Menu</a>
</dt>
<dt>Error bars, <a class="indexterm" href="sec-graph-menu.html">The Graph Menu</a>
</dt>
<dt>Grids, <a class="indexterm" href="sec-format-menu.html">The Format Menu</a>
</dt>
<dt>Layer, <a class="indexterm" href="general-concepts.html#sec-intro-plot-window">Plot Window</a>
</dt>
<dt>Options for pie-plots, <a class="indexterm" href="sec-special-plots.html#sec-format-pie">Formatting of pie plots</a>
</dt>
<dt>Options for vector-plots, <a class="indexterm" href="sec-special-plots.html#sec-format-vector">Formatting of vector plots</a>
</dt>
<dt>pie-plots, <a class="indexterm" href="sec-special-plots.html#sec-pie-plots">Pie plots</a>
</dt>
<dt>Plot a function, <a class="indexterm" href="sec-graph-menu.html">The Graph Menu</a>
</dt>
<dt>Remove a curve, <a class="indexterm" href="sec-graph-menu.html">The Graph Menu</a>
</dt>
<dt>Scales, <a class="indexterm" href="sec-format-menu.html">The Format Menu</a>
</dt>
<dt>secondary axis, <a class="indexterm" href="using.html#sec-2d-plot-from-data">2D plot from data.</a>
</dt>
<dt>Settings, <a class="indexterm" href="sec-format-menu.html">The Format Menu</a>
</dt>
<dt>Title, <a class="indexterm" href="sec-format-menu.html">The Format Menu</a>
</dt>
<dt>vector-plots, <a class="indexterm" href="sec-special-plots.html#sec-vectors-plots">Vectors plots</a>
</dt>
</dl></dd>
<dt>Plot details</dt>
<dd><dl>
<dt>Layer options, <a class="indexterm" href="using.html#sec-plot-details-layer">Options for the layer</a>
</dt>
<dt>Options for lines and symbols, <a class="indexterm" href="using.html#sec-plot-details-series">Custom curves for data series</a>
</dt>
<dt>Specification of X and Y series, <a class="indexterm" href="using.html#sec-plot-details-series">Custom curves for data series</a>
</dt>
</dl></dd>
<dt>Project Explorer, <a class="indexterm" href="general-concepts.html#sec-intro-project-explorer">The Project Explorer</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>S</h3>
<dl>
<dt>Scripting, <a class="indexterm" href="scripting.html">Scripting</a>
</dt>
<dd><dl>
<dt>MuParser, <a class="indexterm" href="scripting.html#sec-muParser">muParser</a>
</dt>
<dt>Python, <a class="indexterm" href="sec-python.html">Python</a>
</dt>
<dd><dl><dt>Mathematical functions, <a class="indexterm" href="sec-python.html#Python-functions">Mathematical Functions</a>
</dt></dl></dd>
</dl></dd>
<dt>Statistical Plot</dt>
<dd><dl>
<dt>Box plots, <a class="indexterm" href="sec-statistical-plots.html#sec-box-plots">Box plots</a>
</dt>
<dt>Histograms, <a class="indexterm" href="sec-statistical-plots.html#sec-histograms">Histograms</a>
</dt>
</dl></dd>
<dt>Statistical plots, <a class="indexterm" href="sec-statistical-plots.html">Statistical plots</a>
</dt>
<dt>Surface plot, <a class="indexterm" href="sec-3d-plots.html">3D plots</a>
</dt>
<dd><dl>
<dt>Axis, <a class="indexterm" href="sec-format-menu.html">The Format Menu</a>
</dt>
<dt>Create a new surface plot, <a class="indexterm" href="reference.html#sec-file-menu">The File Menu</a>
</dt>
<dt>Create from data, <a class="indexterm" href="sec-3d-plots.html#sec-3d-plot-matrix">3D plot from a matrix</a>
</dt>
<dt>Create from function, <a class="indexterm" href="sec-3d-plots.html#sec-3d-plot-function">Direct 3D plot from a function</a>
</dt>
<dt>Default options, <a class="indexterm" href="sec-3d-plots.html#sec-default-3d-plot">Changing default 3D plot options</a>
</dt>
<dt>Options, <a class="indexterm" href="sec-3d-plots.html#sec-customize-3d-plot">Customization of a 3D plot</a>
</dt>
<dt>Scales, <a class="indexterm" href="sec-format-menu.html">The Format Menu</a>
</dt>
<dt>Settings, <a class="indexterm" href="sec-format-menu.html">The Format Menu</a>
</dt>
<dt>Title, <a class="indexterm" href="sec-format-menu.html">The Format Menu</a>
</dt>
</dl></dd>
</dl>
</div>
<div class="indexdiv">
<h3>T</h3>
<dl>
<dt>Table, <a class="indexterm" href="general-concepts.html">General Concepts and Terms</a>, <a class="indexterm" href="general-concepts.html#sec-intro-table">Tables</a>
</dt>
<dd><dl>
<dt>Assign formula, <a class="indexterm" href="general-concepts.html#sec-intro-table">Tables</a>
</dt>
<dt>Columns</dt>
<dd><dl><dt>Fill with values, <a class="indexterm" href="sec-table-menu.html">The Table Menu</a>
</dt></dl></dd>
<dt>Create a new table, <a class="indexterm" href="reference.html#sec-file-menu">The File Menu</a>
</dt>
<dt>Labels, <a class="indexterm" href="general-concepts.html#sec-intro-table">Tables</a>
</dt>
<dt>Number format, <a class="indexterm" href="general-concepts.html#sec-intro-table">Tables</a>
</dt>
</dl></dd>
<dt>table</dt>
<dd><dl>
<dt>normalize columns, <a class="indexterm" href="general-concepts.html#sec-intro-table">Tables</a>
</dt>
<dt>sort columns, <a class="indexterm" href="general-concepts.html#sec-intro-table">Tables</a>
</dt>
</dl></dd>
<dt>Table analysis</dt>
<dd><dl>
<dt>Convolution, <a class="indexterm" href="sec-convolute.html">Convolution of functions</a>
</dt>
<dt>Correlation function, <a class="indexterm" href="sec-correlate.html">Correlation and autocorrelation</a>
</dt>
<dt>Deconvolution, <a class="indexterm" href="sec-deconvolute.html">Deconvolution</a>
</dt>
</dl></dd>
<dt>Text label</dt>
<dd><dl>
<dt>Add a text label, <a class="indexterm" href="sec-graph-menu.html">The Graph Menu</a>
</dt>
<dt>Properties, <a class="indexterm" href="sec-adding-objects.html#sec-adding-text">Adding a text label</a>
</dt>
</dl></dd>
</dl>
</div>
<div class="indexdiv">
<h3>W</h3>
<dl><dt>Whiskers, <a class="indexterm" href="sec-statistical-plots.html#sec-format-box-plots">Customization of box plots</a>
</dt></dl>
</div>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="faq.html">Prev</a> </td>
<td width="20%" align="center"> </td>
<td width="40%" align="right"> </td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Appendix B. Frequently asked questions </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> </td>
</tr>
</table>
</div>
</body>
</html>