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

Comparing ray/doc/man/man1/rcalc.1 (file contents):
Revision 1.5 by greg, Thu Jan 1 19:31:45 2004 UTC vs.
Revision 1.7 by greg, Sat Dec 23 17:27:45 2006 UTC

# Line 9 | Line 9 | rcalc - record calculator
9   ][
10   .B \-l
11   ][
12 + .B \-p
13 + ][
14   .B \-n
15   ][
16   .B \-w
# Line 54 | Line 56 | A special form of the
56   option may be followed immediately by a 'd' or an 'f' and an optional
57   count, which defaults to 1, indicating the number of double or float
58   binary values to read per record on the input file.
59 + If the input is byte-swapped, the
60 + .I \-iD
61 + or
62 + .I \-iF
63 + options may be substituted.
64   If binary input is specified, no format string or file is needed.
65   .PP
66   A
# Line 66 | Line 73 | or
73   .I \-of
74   options do not require a count, as this will be determined by the
75   number of output channels in the given expressions.
76 + If byte-swapped output is desired, the
77 + .I \-oD
78 + or
79 + .I \-oF
80 + options may be substituted.
81 + .PP
82 + The
83 + .I \-p
84 + option specifies "passive mode," where characters that do not
85 + match the input format are passed unaltered to the output.
86 + This option has no effect unless
87 + .I \-i
88 + is also specified, and does not make much sense unless
89 + .I \-o
90 + is also given.
91 + With both input and output formats, the passive mode can
92 + effectively substitute information in the middle of a file
93 + or stream without affecting the rest of the data.
94   .PP
95   The variable and function definitions in each
96   .I \-f source

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines