From 3db384424bd7398ffbb7a355cab8f15f3add009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 2 Oct 2016 19:24:58 +0200 Subject: New upstream version 1.9.1+repack --- doc/average.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 9 deletions(-) (limited to 'doc/average.html') diff --git a/doc/average.html b/doc/average.html index 231df92..e67ab2d 100644 --- a/doc/average.html +++ b/doc/average.html @@ -10,8 +10,7 @@

spectro/average

Summary

Average or merge two or more .ti3 - measurement - files.
+ measurement files.
If only one input file is provided, all the patches with the same device values will be average together.

Usage

@@ -19,35 +18,78 @@ usage: average [-options] - input1.ti3 - input2.ti3 ... output.ti3
 -v              - Verbose
+ + + + Verbose
+  -e +              + Median rather than average
+  -g              + + Geometric Median of PCS in encoded space
+
 -L              + + Geometric Median of PCS in L*a*b* space
+
 -X              + + Geometric Median of PCS in XYZ space
 -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.
+ 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.
+ the device values must be the same and in the same order.
+
+ If the -e option is used, then the independent median (i.e. + Marginal median) of the field values is used, rather than the + average.
+
+ If the -g option is used, then Geometric + Median of PCS values is computed in their encoded space (i.e. + XYZ or L*a*b*).
+
+ If the -L option is used, then Geometric Median of PCS + values is computed in L*a*b* space.
+
+ If the -X option is used, then Geometric Median of PCS + values is computed in XYZ space.

-- cgit v1.2.3