From 22f703cab05b7cd368f4de9e03991b7664dc5022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 13:56:46 +0200 Subject: Initial import of argyll version 1.5.1-8 --- doc/average.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 doc/average.html (limited to 'doc/average.html') 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 @@ + + + + average + + + + +

spectro/average

+

Summary

+Average or merge two or more .ti3 +measurement +files.
+

Usage

+ +usage: average [-options] input1.ti3 +input2.ti3 ... output.ti3
+ -v              +Verbose
+ -m              +Merge rather than average
+ input1.ti3      +First input file
+ input2.ti3      +Second input file
+ ...             +etc.
+ output.ti3      +Resulting averaged or merged output file
+
+
+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 -m flag.
+
+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.
+
+ + -- cgit v1.2.3