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

Comparing ray/doc/man/man1/wrapBSDF.1 (file contents):
Revision 1.2 by greg, Wed May 20 08:40:48 2015 UTC vs.
Revision 1.7 by greg, Tue Feb 14 19:58:37 2017 UTC

# Line 27 | Line 27 | wrapBSDF - put XML wrapper around WINDOW6 BSDF data
27   ][
28   .B "\-rf inp"
29   ][
30 + .B \-U
31 + ][
32 + .B "\-C comm"
33 + ][
34   .B "input.xml"
35   ]
36   .SH DESCRIPTION
# Line 59 | Line 63 | following tags (asterisk tags are required with -W):
63   .nf
64          m       Manufacturer(*)
65          n       Name(*)
66 +        d       DeviceType
67          c       ThermalConductivity
68          ef      EmissivityFront
69          eb      EmissivityBack
# Line 107 | Line 112 | In the case of Klems data, the
112   option may be specified to include a correction for solid
113   angle, which is necessary to convert flux form factors into
114   BSDF data.
115 < Since it flux factors rather than BSDF values are computed by
115 > Since flux factors rather than BSDF values are computed by
116   .I rfluxmtx(1)
117   and similar sources, this is often necessary for proper conversion.
118   .PP
# Line 116 | Line 121 | can take data from the standard input by using a hyphe
121   in place of the file, but only one option at most may read from stdin.
122   Data input may be read from another program by beginning the input
123   specification with a quoted exclamation point ('!') followed by the command.
124 + .PP
125 + The
126 + .I \-C
127 + option may be used to specify a comment to be inserted near the
128 + head of the output.
129 + Up to 30 comment strings may be given, and they will appear one
130 + after the other in the prologue surrounded by the XML comment syntax.
131 + .PP
132 + The
133 + .I \-U
134 + option tells
135 + .I wrapBSDF
136 + to unlink (remove) input data files following successful completion.
137 + These files are often temporary, existing solely for the purposes
138 + of data transfer.
139 + If given as
140 + .I \-UU,
141 + then the MGF geometry file given by the
142 + .I \-g
143 + option (if any) will also be unlinked.
144   .SH EXAMPLE
145   Create an WINDOW6 BSDF from computed transmission matrix:
146   .IP "" .2i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines