ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/lamp.tab
Revision: 1.2
Committed: Tue Nov 5 08:49:24 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.1: +6 -7 lines
Log Message:
made some patterns a little more particular

File Contents

# Content
1 #
2 # SCCSid "$SunId$ LBL"
3 #
4 # Created by Greg Ward 05Dec90
5 #
6 # This is a table of light sources used by ies2rad and pfilt to obtain
7 # lamp colors and lumen depreciation factors.
8 #
9 # It is often best to customize this file for individual applications
10 # and manufacturers.
11 #
12 # The following list of lamp types should be ordered in decreasing
13 # specificity, since the first match will be the one used.
14 # Regular expressions can be enclosed by any character except #.
15 # Upper and lower case is ignored in expressions.
16 # Aliases should follow their correspondants as closely as
17 # possible, unless the specification is so short that there might
18 # be many accidental matches -- such a code should be put near the end.
19 # Aliases must be enclosed in parenthesis. A lamp specification
20 # is three real numbers between 0 and 1: x y and m, where x and y are
21 # the CIE chromaticity coordinates and m is the lumen depreciation
22 # factor (multiplier to get mean lumen output from initial lumens).
23 #
24 /deluxe warm white/ .440 .403 .85
25 /warm white deluxe/ (deluxe warm white)
26 /deluxe cool white/ .376 .368 .85
27 /cool white deluxe/ (deluxe cool white)
28 /warm[- ]white/ .436 .406 .85
29 /cool[- ]white/ .373 .385 .85
30 /white\>.*\<fluor/ .41 .398 .85
31 /daylight\>.*\<fluor/ .316 .345 .85
32 /clear mercury/ .326 .39 .8
33 /phosphor\>.*\<mercury/ .373 .415 .8
34 /mercury\>.*\<phosphor/ (phosphor mercury)
35 /mercury/ (clear mercury)
36 /clear metal halide/ .396 .390 .8
37 /metal halide/ (clear metal halide)
38 /xenon/ .324 .324 1
39 /high[- ]pressure\>.*\<sodium/ .519 .418 .9
40 /low[- ]pressure\>.*\<sodium/ .569 .421 .93
41 /sodium/ (low pressure sodium)
42 /halogen/ .424 .399 1
43 /quartz/ (halogen)
44 /incandescent/ .453 .405 .95
45 /\<incand/ (incandescent)
46 /fluorescent/ (cool white)
47 /\<fluor/ (fluorescent)
48 /\<spot\>/ (incandescent)
49 /\<flood\>/ (incandescent)
50 /headlamp/ (incandescent)
51 /headlight/ (headlamp)
52 /phosphor[- ]coated HID\>/ (phosphor mercury)
53 /diffuse\>.*\<HID\>/ (high pressure sodium)
54 /frosted\>.*\<HID\>/ (diffuse HID)
55 /HPS/ (high pressure sodium)
56 /\<LPS/ (low pressure sodium)
57 /\<[EP]AR\>/ (incandescent)
58 /ER30/ (incandescent)
59 /\<D65WHITE\>/ .313 .329 1
60 /\<MH\>/ (metal halide)
61 /\<clear HID\>/ (high pressure sodium)
62 /\<HID\>/ (clear HID)