blob: 31adf9bb5125b6b2895e222a56cdd99be87540ea (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>average</title>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<meta name="author" content="Graeme Gill">
</head>
<body>
<h2><b>spectro/average</b></h2>
<h3>Summary</h3>
Average or merge two or more <a href="File_Formats.html#.ti3">.ti3</a>
measurement
files.<br>
<h3>Usage</h3>
<small><span style="font-family: monospace;"></span></small><small>
<span style="font-family: monospace;"></span></small><small><span
style="font-family: monospace;"></span></small><span
style="font-family: monospace;">usage: average [-options] input1.ti3
input2.ti3 ... output.ti3</span><br style="font-family: monospace;">
<span style="font-family: monospace;"> -v
Verbose</span><br style="font-family: monospace;">
<span style="font-family: monospace;"> -m
Merge rather than average</span><br style="font-family: monospace;">
<span style="font-family: monospace;"> input1.ti3
First input file</span><br style="font-family: monospace;">
<span style="font-family: monospace;"> input2.ti3
Second input file</span><br style="font-family: monospace;">
<span style="font-family: monospace;"> ...
etc.</span><br style="font-family: monospace;">
<span style="font-family: monospace;"> output.ti3
Resulting averaged or merged output file</span><br>
<br>
<br>
All keywords and other table data will be taken from the first input
file. By default the input files are averaged, but they can be merged
by using the <span style="font-weight: bold;">-m</span> flag.<br>
<br>
The fields must be the same and in the same order. For averaging, the
device values must be the same and in the same order.<br>
<br>
</body>
</html>
|