1 |
< |
.\" RCSid $Id$ |
1 |
> |
.\" |
2 |
|
.TH "LTVIEW" "1" "08/04/14" "RADIANCE" "" |
3 |
|
.SH "NAME" |
4 |
|
ltview \- view photometry of a light source |
9 |
|
][ |
10 |
|
.B "\-b boxsize" |
11 |
|
][ |
12 |
< |
.B "\-o output device" |
12 |
> |
.B "\-o device" |
13 |
|
] |
14 |
|
input |
15 |
|
.SH "DESCRIPTION" |
16 |
|
.I ltview |
17 |
|
renders a Radiance luminiare or IES photometry interactively using |
18 |
< |
.I rad(1) |
19 |
< |
. This program is merely a shell script that calls |
20 |
< |
.I rad(1) |
21 |
< |
to make an octree and view the scene interactively. |
18 |
> |
.I rad(1). |
19 |
|
.PP |
20 |
|
.I ltview |
21 |
|
accepts exactly one Radiance object or IES photometry |
22 |
|
file as input. No input is taken from STDIN. The |
23 |
|
.I \-i |
24 |
< |
option tells it that the file name given is |
25 |
< |
an IES photometry file rather then a Radiance description of a |
24 |
> |
option tells it that the input file contains |
25 |
> |
IES photometry rather then a Radiance description of a |
26 |
|
luminiare. In this case, Radiance's |
27 |
|
.I ies2rad(1) |
28 |
|
is called with its default settings to convert the IES file into a |
31 |
|
Unlike |
32 |
|
.I objpict(1) |
33 |
|
or |
34 |
< |
.I objview(1) |
35 |
< |
, no additional light sources are added to the scene, since it is |
34 |
> |
.I objview(1), |
35 |
> |
no additional light sources are added to the scene, since it is |
36 |
|
assumed that the object is a luminaire. |
37 |
|
.PP |
38 |
|
.I ltview |
43 |
|
and to call |
44 |
|
.I rvu(1) |
45 |
|
to display an interactive preview of the luminaire. |
46 |
< |
The default behaviour for |
46 |
> |
The luminaire, or output from |
47 |
> |
.I ies2rad(1), |
48 |
> |
is moved so that its center is at world origin. |
49 |
|
.I ltview |
50 |
< |
is to scale the luminaire or output from |
51 |
< |
.I ies2rad(1) |
52 |
< |
so that the largest dimension of the fitting is unity, centered at the origin. |
54 |
< |
This scaled representation of the original fitting is then placed inside a |
55 |
< |
square box 10 units in length. The \-y face of the box is left open so that |
50 |
> |
then generates an open box around the fitting that is ten times |
51 |
> |
as big as the largest axis\-aligned dimension of the fitting. |
52 |
> |
The \-y face of the box is left open so that |
53 |
|
the camera can look inside, facing +y. |
54 |
< |
If it is desirable to keep the original luminaire in both its original size, |
55 |
< |
and its original location, the |
56 |
< |
.I "\-r roomsize" |
57 |
< |
option may be used to fix the room size to a certain |
58 |
< |
.I roomsize. |
59 |
< |
In this case, the size and location of the fitting is not adjusted, and |
60 |
< |
it is up to the user to decide on appropriate room dimensions. Note that |
61 |
< |
when |
65 |
< |
.I \-r |
66 |
< |
and |
54 |
> |
The overall dimensions of the enclosing box may be overwritten with the |
55 |
> |
.I "\-b boxsize" |
56 |
> |
option. Note that both the fitting and the box are always centred at the |
57 |
> |
origin. |
58 |
> |
.PP |
59 |
> |
When |
60 |
> |
.I ltview |
61 |
> |
is run with the |
62 |
|
.I \-i |
63 |
< |
are combined, then the dimensions of the luminaire and intesity of its |
63 |
> |
option, i.e. the file is an IES photometry file, |
64 |
> |
then the dimensions of the luminaire and intesity of its |
65 |
|
output are determined by |
66 |
|
.I ies2rad(1)'s |
67 |
|
default settings. If this is not acceptable, then it is best to run |
68 |
|
.I ies2rad(1) |
69 |
|
manually, and to feed |
70 |
|
.I ltview |
71 |
< |
the hand\-crafted fitting, rather than the IES photometry. |
71 |
> |
the hand\-crafted fitting, rather than the IES photometry. In any case, |
72 |
> |
it is likely that the initial exposure within the |
73 |
> |
.I rvu(1) |
74 |
> |
window window needs to be adjusted before the distribution of the fitting |
75 |
> |
can be fully appreciated. |
76 |
|
.PP |
77 |
|
The default |
78 |
|
.I rvu(1) |
95 |
|
.PP |
96 |
|
To look at a typical fluorescent fitting that is modelled in millimeters |
97 |
|
.IP "" .2i |
98 |
< |
ltview \-r 5000 XYZ_batten.rad |
98 |
> |
ltview \-b 5000 XYZ_batten.rad |
99 |
|
.SH "AUTHOR" |
100 |
|
Axel Jacobs |
101 |
|
.SH "SEE ALSO" |