Yes, it's me again.
I have yet another question (guaranteed not to be the last). I would not have gotten beyond the basic tutorial if it hadn't been for the support provided by this list. As frightening as it may sound, if I can manage to get enough of the fundamentals down over the summer, I will be trying to introduce the basics of Radiance into the curriculum at my school.
My questions this time are related modeling electric luminaires and accurately applying photometric data.
I have been following the instructions in Section 5.2.3 of Rendering with Radiance, but using my own direct/indirect fluorrescent luminaire photometric file. As usual, I'm having some trouble.
1) The ies2rad command has -di -df -dc and -dm options. Do I set the units according to the units of the model of my space, or according to the units the photometric data was created? I am assuming that it would be according to the units of the model of my space (especially since I don't think photometric data is created in inches or centimeters). However, when I compare the resulting .dat file of using the -df option with the .dat file using -dm, they are identical.
2) I used the command:
ies2rad -df -t white -i .56419 D21998.ies
I then edited the resulting .rad file to use the lboxcorr function. The file reads as follows:
# ies2rad -df -t white -i .56419
# Dimensions in feet
#<IESNA:LM-63-1995
#<[TEST] 21998
#<[DATE] 05/31/2001
#<[LUMCAT] AGDMWU232-F3-120-1/2-EB
#<[LUMINAIRE] DAY-BRITE ADAGIO DIRECT/INDIRECT W/33-CELL SPECULAR LOUVER
#<[LAMP] F32T8
#<[BALLAST] ADVANCE REL-2P32-SC
#<[MANUFAC] DayBrite-Capri-Omega(Genlyte Thomas Group)
#<[_TIFF_FILE_NAME] AGD2
#<[_VERSION] fo2ies 2.01
#<Reflection factor 0.92, Test distance = 26 ft.
# 60 watt luminaire, lamp*ballast factor = 0.88
void brightdata D21998_dist
5 lboxcorr D21998.dat source.cal src_phi4 src_theta
0
4 .816 .141 1.22 .156
D21998_dist illum D21998_light
0
3 1 1 1
!genbox D21998_light D21998.s .141 1.22 .156 \
xform -t -.0705 -.61 -.078
Because this file is in meters, I decided to xform the above file using -s 39.3700787 to convert the file to inches (which my model is in). Is this correct?
The resulting file is:
# xform -s 39.3700787
# ies2rad -df -t white -i .56419
# Dimensions in feet
#<IESNA:LM-63-1995
#<[TEST] 21998
#<[DATE] 05/31/2001
#<[LUMCAT] AGDMWU232-F3-120-1/2-EB
#<[LUMINAIRE] DAY-BRITE ADAGIO DIRECT/INDIRECT W/33-CELL SPECULAR LOUVER
#<[LAMP] F32T8
#<[BALLAST] ADVANCE REL-2P32-SC
#<[MANUFAC] DayBrite-Capri-Omega(Genlyte Thomas Group)
#<[_TIFF_FILE_NAME] AGD2
#<[_VERSION] fo2ies 2.01
#<Reflection factor 0.92, Test distance = 26 ft.
# 60 watt luminaire, lamp*ballast factor = 0.88
void brightdata D21998_dist
9 lboxcorr D21998.dat source.cal src_phi4 src_theta -i 1 -s 39.3700787
0
4 0.816 0.141 1.22 0.156
D21998_dist illum D21998_light
0
3 1 1 1
# xform -t -.0705 -.61 -.078
# genbox D21998_light D21998.s .141 1.22 .156
D21998_light polygon D21998.s.1540
0
12
2.77559054835 -24.015748007 -3.0708661386
2.77559054835 -24.015748007 3.0708661386
-2.77559054835 -24.015748007 3.0708661386
-2.77559054835 -24.015748007 -3.0708661386
D21998_light polygon D21998.s.4620
0
12
-2.77559054835 -24.015748007 3.0708661386
-2.77559054835 24.015748007 3.0708661386
-2.77559054835 24.015748007 -3.0708661386
-2.77559054835 -24.015748007 -3.0708661386
D21998_light polygon D21998.s.2310
0
12
-2.77559054835 24.015748007 -3.0708661386
2.77559054835 24.015748007 -3.0708661386
2.77559054835 -24.015748007 -3.0708661386
-2.77559054835 -24.015748007 -3.0708661386
D21998_light polygon D21998.s.3267
0
12
2.77559054835 24.015748007 -3.0708661386
-2.77559054835 24.015748007 -3.0708661386
-2.77559054835 24.015748007 3.0708661386
2.77559054835 24.015748007 3.0708661386
D21998_light polygon D21998.s.5137
0
12
2.77559054835 -24.015748007 3.0708661386
2.77559054835 -24.015748007 -3.0708661386
2.77559054835 24.015748007 -3.0708661386
2.77559054835 24.015748007 3.0708661386
D21998_light polygon D21998.s.6457
0
12
-2.77559054835 24.015748007 3.0708661386
-2.77559054835 -24.015748007 3.0708661386
2.77559054835 -24.015748007 3.0708661386
2.77559054835 24.015748007 3.0708661386
3) However, when I place the resulting illum close to the floor, it is obvious that the light is being emitted is spherical, not linear. There has to be something that I am missing. Could somebody please inform me?
Thanks again.
John