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

Comparing ray/doc/man/man1/rmtxop.1 (file contents):
Revision 1.23 by greg, Tue Mar 15 00:25:50 2022 UTC vs.
Revision 1.24 by greg, Tue Nov 21 02:16:59 2023 UTC

# Line 32 | Line 32 | Each file must have a header containing the following
32   NROWS={number of rows}
33   NCOLS={number of columns}
34   NCOMP={number of components}
35 < FORMAT={ascii|float|double|32-bit_rle_rgbe|32-bit_rle_xyze}
35 > FORMAT={ascii|float|double|32-bit_rle_rgbe|32-bit_rle_xyze|Radiance_spectra}
36   .sp
37   .fi
38   The number of components indicates that each matrix element is actually
# Line 69 | Line 69 | will be undone, similar to the
69   .I pcomb(1)
70   .I \-o
71   option.
72 + Radiance spectral pictures with more than 3 components are also supported.
73 + These are typically produced by
74 + .I rtrace(1)
75 + or
76 + .I rfluxmtx(1).
77   .PP
78   Before each file, the
79   .I \-t
# Line 159 | Line 164 | By default, the values will be written in the lowest r
164   among the inputs, but the
165   .I \-f
166   option may be used to explicitly output components
167 < as ASCII (-fa), binary doubles (-fd), floats (-ff), or RGBE colors (-fc).
167 > as ASCII (-fa), binary doubles (-fd), floats (-ff), or common-exponent colors (-fc).
168   In the latter case, the actual matrix dimensions are written in the resolution
169   string rather than the header.
170 < Also, matrix results written as Radiance pictures must have either one
170 > Also, matrix results will be written as standard
171 > Radiance pictures if they have either one
172   or three components.
173   In the one-component case, the output is written as grayscale.
174 + If more than 3 components are in the final matrix and
175 + .I -fc
176 + is specified, the output will be a Radiance spectral picture.
177   .PP
178   The
179   .I \-v
# Line 218 | Line 227 | Greg Ward
227   .SH "SEE ALSO"
228   cnt(1), getinfo(1), histo(1), neaten(1), pcomb(1), rcalc(1),
229   rcollate(1), rcontrib(1), rcrop(1), rfluxmtx(1), rlam(1),
230 < rsplit(1), tabfunc(1), total(1), wrapBSDF(1)
230 > rsplit(1), rtrace(1), tabfunc(1), total(1), wrapBSDF(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines