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

Comparing ray/doc/man/man1/rcontrib.1 (file contents):
Revision 1.16 by greg, Fri Feb 22 19:42:27 2019 UTC vs.
Revision 1.19 by greg, Thu Sep 10 17:52:46 2020 UTC

# Line 9 | Line 9 | rcontrib - compute contribution coefficients in a RADI
9   ][
10   .B \-V
11   ][
12 + .B "\-t secs"
13 + ][
14   .B "\-c count"
15   ][
16   .B \-fo
# Line 119 | Line 121 | Note that output flushing via zero-direction rays is d
121   .I \-c
122   set to zero.
123   .PP
124 + Output flushing at fixed intervals may be enabled with the
125 + .I \-x
126 + option, which specifies the number of records
127 + (-c accumulations) before each flush.
128 + If the
129 + .I \-y
130 + option is also set, then periodic flushing is disabled and the
131 + output size for an RGB image is the taken from the x and y dimensions.
132 + In lieu of periodic flushing, a flush may be forced as mentioned above
133 + by sending a sample with a zero direction vector, although you
134 + must still send a full record of rays before output occurs.
135 + .PP
136 + If progress reports are desired, the
137 + .I \-t
138 + option specifies a time interval in seconds for reports sent to
139 + standard error.
140 + This requires that the number of input samples is known, meaning a
141 + .I \-y
142 + parameter has been specified.
143 + .PP
144   The output of
145   .I rcontrib
146   has many potential uses.
# Line 211 | Line 233 | Additional parameter values that apply only to this mo
233   with a
234   .I \-p
235   option, which contains a list of variable names and assigned values, separated
236 < by commas or semicolons.
236 > by commas, colons, or semicolons.
237   The computed bin value will be
238   rounded to the nearest whole number.
239   (Negative bin values will be silently ignored.)\0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines