ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/total.1
(Generate patch)

Comparing ray/doc/man/man1/total.1 (file contents):
Revision 1.2 by greg, Tue Dec 9 15:59:07 2003 UTC vs.
Revision 1.5 by greg, Tue Jun 21 02:34:22 2005 UTC

# Line 15 | Line 15 | total - sum up columns
15   |
16   .B \-l
17   ][
18 + .B \-i{f|d}[N]
19 + ][
20 + .B \-o{f|d}
21 + ][
22   .B \-tC
23   ][
24   .B \-N
# Line 64 | Line 68 | For products, the geometric mean is computed.
68   (A logarithmic sum of absolute values is used to avoid overflow, and
69   zero values are silently ignored.)
70   .PP
71 + If the input data is binary, the
72 + .I \-id
73 + or
74 + .I \-if
75 + option may be given for 64-bit double or 32-bit float values, respectively.
76 + Either option may be followed immediately by an optional
77 + count, which defaults to 1, indicating the number of double or float
78 + binary values to read per record on the input file.
79 + (There can be no space between the option and this count.)\0
80 + Similarly, the
81 + .I \-od
82 + and
83 + .I \-of
84 + options specify binary double or float output, respectively.
85 + These options do not need a count, as this will be determined by the
86 + number of input channels.
87 + .PP
88   A count can be given as the number of lines to read before
89   computing a result.
90   By default,
# Line 88 | Line 109 | The
109   option can be used to specify the input and output tab character.
110   The default tab character is TAB.
111   .PP
112 + At least one set of totals is produced for each input file.
113   If no files are given, the standard input is read.
114 + If a file contains any blank lines, then the total is reported
115 + at that point as if it constituted the end of file, and the tallies
116 + are reset.
117   .SH EXAMPLE
118   To compute the RMS value of colon-separated columns in a file:
119   .IP "" .2i
# Line 107 | Line 132 | the tab character is white.
132   .SH AUTHOR
133   Greg Ward
134   .SH "SEE ALSO"
135 < cnt(1), lam(1), neat(1), rcalc(1), tabfunc(1)
135 > cnt(1), neaten(1), rcalc(1), rlam(1), tabfunc(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines