1 |
.\" RCSid $Id$" |
2 |
.TH DCTIMESTEP 1 12/09/09 RADIANCE |
3 |
.SH NAME |
4 |
dctimestep - compute annual simulation time-step via matrix multiplication |
5 |
.SH SYNOPSIS |
6 |
.B dctimestep |
7 |
.B Vspec |
8 |
.B Tbsdf.xml |
9 |
.B Dmat.dat |
10 |
[ |
11 |
.B tregvec |
12 |
] |
13 |
.SH DESCRIPTION |
14 |
.I Dctimestep |
15 |
takes four input files, forming a matrix expression. |
16 |
The first argument is the View matrix file that specifies how window output |
17 |
directions are related to some set of measured values, such as an array of |
18 |
illuminance points or images. |
19 |
This matrix is usually computed by |
20 |
.I rtcontrib(1) |
21 |
for a particular set of windows or skylight openings. |
22 |
The second argument is the window transmission matrix, or BSDF, given as |
23 |
a standard XML description. |
24 |
The third argument is the Daylight matrix file that defines how sky patches |
25 |
relate to input directions on the same opening. |
26 |
This is usually computed using |
27 |
.I genklemsamp(1) |
28 |
with |
29 |
.I rtcontrib |
30 |
in a separate run for each window or skylight orientation. |
31 |
The final input is the sky contribution vector, |
32 |
usually computed by |
33 |
.I genskyvec(1), |
34 |
which may be passed on the standard input. |
35 |
This data must be in ASCII format, whereas the View and Daylight matrices |
36 |
are more efficiently represented as binary float data if machine |
37 |
byte-order is not an issue. |
38 |
.PP |
39 |
Sent to the standard output of |
40 |
.I dctimestep |
41 |
is either an ASCII color vector with as many RGB triplets |
42 |
as there are rows in the View matrix, or a combined |
43 |
.I Radiance |
44 |
picture. |
45 |
Which output is produced depends on the |
46 |
.I Vspec |
47 |
argument. |
48 |
A regular file name will be loaded and interpreted as a matrix to |
49 |
generate a color results vector. |
50 |
A file specification containing a '%d' format string will be |
51 |
interpreted as a list of |
52 |
.I Radiance |
53 |
component pictures, which will be summed according to the computed |
54 |
vector. |
55 |
.SH EXAMPLES |
56 |
To compute a set of illuminance contributions for Window 1 on |
57 |
the Winter solstice at 2pm: |
58 |
.IP "" .2i |
59 |
gensky 12 21 14 | genskyvec | dctimestep IllPts.vmx Blinds20.xml Window1.dmx > Ill_12-21-14.dat |
60 |
.PP |
61 |
To compute Window2's contribution to an interior view at 12 noon on the Summer solstice: |
62 |
.IP "" .2i |
63 |
gensky 6 21 12 | genskyvec | dctimestep view%03d.hdr Blinds30.xml Window2.dmx > view_6-21-12.hdr |
64 |
.SH AUTHOR |
65 |
Greg Ward |
66 |
.SH "SEE ALSO" |
67 |
genklemsamp(1), genskyvec(1), mkillum(1), rtcontrib(1), rtrace(1), vwrays(1) |