diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 13:56:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 13:56:46 +0200 |
commit | 22f703cab05b7cd368f4de9e03991b7664dc5022 (patch) | |
tree | 6f4d50beaa42328e24b1c6b56b6ec059e4ef21a5 /doc/average.html |
Initial import of argyll version 1.5.1-8debian/1.5.1-8
Diffstat (limited to 'doc/average.html')
-rw-r--r-- | doc/average.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/average.html b/doc/average.html new file mode 100644 index 0000000..31adf9b --- /dev/null +++ b/doc/average.html @@ -0,0 +1,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> |