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

Comparing ray/doc/man/man1/gendaymtx.1 (file contents):
Revision 1.10 by greg, Tue Jun 25 00:09:45 2019 UTC vs.
Revision 1.18 by greg, Mon Aug 5 17:23:56 2024 UTC

# Line 11 | Line 11 | gendaymtx - generate an annual Perez sky matrix from a
11   ][
12   .B "\-A"
13   ][
14 < .B "\-d|\-s"
14 > .B "\-d|\-s|\-n"
15   ][
16 + .B "\-u"
17 + ][
18 + .B "\-D sunfile"
19 + [
20 + .B "\-M sunmods"
21 + ]][
22   .B "\-r deg"
23   ][
24   .B "\-m N"
# Line 23 | Line 29 | gendaymtx - generate an annual Perez sky matrix from a
29   ][
30   .B "-o{f|d}"
31   ][
32 < .B "-O{0|1}"
32 > .B "\-O{0|1}"
33 > ][
34 > .B "\-i intvl"
35   ]
36   [
37   .B "tape.wea"
# Line 44 | Line 52 | parameter setting.
52   .PP
53   Increasing the
54   .I \-m
55 < parameter, typically by factors of two, yields a higher resolution
55 > parameter yields a higher resolution
56   sky using the Reinhart patch subdivision.
57   For example, setting
58   .I "\-m 4"
# Line 75 | Line 83 | The default value is
83   .I "\-g 0.2 0.2 0.2"
84   corresponding to a 20% gray.
85   .PP
86 + If there is a sun in the description,
87 + .I gendaymtx
88 + will include its contribution in the four nearest sky patches,
89 + distributing energy according to centroid proximity.
90   The
91   .I \-d
92   option may be used to produce a sun-only matrix, with no sky contributions,
# Line 82 | Line 94 | and the ground patch also set to zero.
94   Alternatively, the
95   .I \-s
96   option may be used to exclude any direct solar component from the output,
97 < with the rest of the sky and ground patch unaffected.
86 < If there is a sun in the description,
87 < .I gendaymtx
88 < will include its contribution in the four nearest sky patches,
89 < distributing energy according to centroid proximity.
97 > with the other sky and ground patches unaffected.
98   .PP
99 + The
100 + .I \-u
101 + option ignores input times when the sun is below the horizon.
102 + This is a convenient way to average daylight hours only with the
103 + .I \-A
104 + option or to ensure that matrix entries correspond to solar positions
105 + produced with the
106 + .I \-D
107 + option, described below.
108 + .PP
109 + The
110 + .I \-n
111 + option may be used if no matrix output is desired at all.
112 + This may be used to merely check the input, or in combination with the
113 + .I \-D
114 + option, below.
115 + .PP
116 + The
117 + .I \-D
118 + option may be used to specify an output file to contain a list of
119 + solar positions and intensities corresponding to time steps in the
120 + weather tape where the sun has any portion above the horizon.
121 + Sun radiance values may be zero if the direct amount is zero on the input.
122 + Sun modifiers and names will be indexed by the minute, numbered from
123 + midnight, January 1st.
124 + If a hyphen ('-') is given as the argument to
125 + .I \-D,
126 + then the sun descriptions  will be directed to the standard output.
127 + This implies the
128 + .I \-n
129 + option just described.
130 + If the
131 + .I \-M
132 + option is given as well, it will be used to record the modifier
133 + names used in the
134 + .I \-D
135 + output, for convenient input to
136 + .I rcontrib(1)
137 + and
138 + .I rfluxmtx(1).
139 + .PP
140   By default,
141   .I gendaymtx
142   assumes the positive Y-axis points north such that the first sky patch
# Line 108 | Line 157 | through
157   using a similar transform.
158   .PP
159   The
160 + .I \-i
161 + option specifies the actual capture interval in minutes of the original
162 + weather data.
163 + Please see the man page for
164 + .I gendaylit
165 + to understand this correction, which is applied only near sunrise and
166 + sunset.
167 + .PP
168 + The
169   .I \-of
170   or
171   .I \-od
# Line 143 | Line 201 | Ian Ashdown wrote most of the code,
201   based on Jean-Jacques Delaunay's original gendaylit(1) implementation.
202   Greg Ward wrote the final parameter parsing and weather tape conversion.
203   .SH "SEE ALSO"
204 < dctimestep(1), genBSDF(1), gendaylit(1), gensky(1), genskyvec(1),
205 < rcollate(1), rcontrib(1), xform(1)
204 > dctimestep(1), genBSDF(1), gendaylit(1), gensdaymtx(1), gensky(1),
205 > genskyvec(1), genssky(1),
206 > rcollate(1), rcontrib(1), rfluxmtx(1), rmtxop(1), xform(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines