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.1 by greg, Fri Feb 20 18:26:09 2015 UTC vs.
Revision 1.4 by greg, Tue Aug 18 20:59:42 2015 UTC

# Line 27 | Line 27 | wrapBSDF - put XML wrapper around WINDOW6 BSDF data
27   ][
28   .B "\-rf inp"
29   ][
30 + .B "\-C comm"
31 + ][
32   .B "input.xml"
33   ]
34   .SH DESCRIPTION
# Line 107 | Line 109 | In the case of Klems data, the
109   option may be specified to include a correction for solid
110   angle, which is necessary to convert flux form factors into
111   BSDF data.
112 < Since it flux factors rather than BSDF values are computed by
112 > Since flux factors rather than BSDF values are computed by
113   .I rfluxmtx(1)
114   and similar sources, this is often necessary for proper conversion.
115   .PP
116   Most options that accept file names
117   can take data from the standard input by using a hyphen ('-')
118   in place of the file, but only one option at most may read from stdin.
119 + Data input may be read from another program by beginning the input
120 + specification with a quoted exclamation point ('!') followed by the command.
121 + .PP
122 + The
123 + .I \-C
124 + option may be used to specify a comment to be inserted near the
125 + head of the output.
126 + Up to 30 comment strings may be given, and they will appear one
127 + after the other in the prologue surrounded by the XML comment syntax.
128   .SH EXAMPLE
129   Create an WINDOW6 BSDF from computed transmission matrix:
130   .IP "" .2i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines