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

Comparing ray/doc/man/man1/ies2rad.1 (file contents):
Revision 1.2 by greg, Tue Dec 9 15:59:06 2003 UTC vs.
Revision 1.3 by greg, Tue Sep 4 17:36:40 2007 UTC

# Line 146 | Line 146 | Normally,
146   looks at the header lines of the IES file to try and determine
147   what lamp is being used in the fixture.
148   If any of the lines is matched by a pattern in the lamp lookup
149 < table (see the -f option above), that color and depreciation factor will
150 < be used instead of the default (see the -c and -u options).
149 > table (see the \-f option above), that color and depreciation factor will
150 > be used instead of the default (see the \-c and \-u options).
151   The
152   .I lamp
153   specification is also looked up in the lamp table unless it is
154   set to "default", in which case the default color is used instead.
155   .TP
156 < .BI -c " red grn blu"
156 > .BI \-c " red grn blu"
157   Use the given color if the type of the lamp is unknown or
158 < the -t option is set to "default".
158 > the \-t option is set to "default".
159   If unspecified, the default color will be white.
160   .TP
161 < .BI -u \ lamp
161 > .BI \-u \ lamp
162   Set the default lamp color according to the entry for
163   .I lamp
164 < in the lookup table (see the -f option).
164 > in the lookup table (see the \-f option).
165   This is the color that will be used if the input specification
166   does not match any lamp type patterns.
167 < This option is used instead of the -c option.
167 > This option is used instead of the \-c option.
168   .TP
169 < .BI -m \ factor
169 > .BI \-m \ factor
170   Multiply all output quantities by
171   .I factor.
172   This is the best way to scale fixture brightness for different lamps, but care
# Line 176 | Line 176 | To convert a single IES data file in inches with color
176   and 15% lumen depreciation,
177   creating the files "fluor01.rad" and "fluor01.dat" in the current directory:
178   .IP "" .2i
179 < ies2rad -di -t default -m .85 fluor01.ies
179 > ies2rad \-di \-t default \-m .85 fluor01.ies
180   .PP
181   To convert three IES files of various types to tenths of a foot and put
182   them in the library "/usr/local/lib/ray" subdirectory "source/ies":
183   .IP "" .2i
184 < ies2rad -df/10 -l /usr/local/lib/ray -p source/ies ies01 ies02 ies03
184 > ies2rad \-df/10 \-l /usr/local/lib/ray \-p source/ies ies01 ies02 ies03
185   .PP
186   To convert a single file and give the output a different name:
187   .IP "" .2i
188 < ies2rad -o fluorescent ies03
188 > ies2rad \-o fluorescent ies03
189   .SH ENVIRONMENT
190   RAYPATH         directories to search for lamp lookup table
191   .SH AUTHOR
192   Greg Ward
193   .SH BUGS
194 < In pre-1991 standard IES files, all header lines will be examined
194 > In pre\-1991 standard IES files, all header lines will be examined
195   for a lamp table string match.
196 < In post-1991 standard files, only those lamps with the [LAMP] or
196 > In post\-1991 standard files, only those lamps with the [LAMP] or
197   [LAMPCAT] keywords will be searched.
198   The first match found in the file is always the one used.
199   This method of assigning colors to fixtures is less than perfect,
200   and the IES would do well to include explicit spectral information
201   somehow in their specification.
202   .PP
203 < The IESNA LM-63 specification prior to 1995 provided three basic source
203 > The IESNA LM\-63 specification prior to 1995 provided three basic source
204   shapes, rectangular, round, and elliptical.
205   The details of these shapes is vague at best.
206   Rectangular sources will always be rectangular, but ies2rad will

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines