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

Comparing ray/doc/man/man1/gensdaymtx.1 (file contents):
Revision 1.1 by greg, Fri Aug 2 19:10:18 2024 UTC vs.
Revision 1.4 by greg, Thu Apr 10 23:30:58 2025 UTC

# Line 25 | Line 25 | gensdaymtx - generate an annual spectral sky matrix fr
25   ]
26   [
27   .B "tape.wea"
28 + or
29 + .B "tape.epw"
30   ]
31   .SH DESCRIPTION
32   .I Gensdaymtx
33   takes a weather tape as input and produces a matrix of spectral sky patch
34   values using the precomputed atmospheric scattering model.
35 + Unlike the similarly-named
36 + .I gendaymtx
37 + tool, the Perez sky model is not used.
38   The weather tape is assumed to be in a special form of the .wea file, which contains
39   a short header with the site parameters followed
40   by the month, day, standard time, direct normal and diffuse horizontal
41 < irradiance values, total cloud cover, and broadband aerosol optical depth, one time step per line.
41 > illuminance values, total cloud cover, and broadband aerosol optical depth, one time step per line.
42 > Alternatively, a standard EPW (EnergyPlus Weather) file may be provided.
43   Such file can be generated by
44   .I epw2wea
45 < with appending
45 > with the
46   .I \-a
47   flag.
48   Each time step line is used to compute a column in the output matrix,
# Line 137 | Line 143 | to compute a sensor value matrix:
143   .IP "" .2i
144   gensdaymtx -m 4 -of VancouverBC.wea | dctimestep -if -n 8760 DCoef.mtx > res.dat
145   .SH AUTHORS
146 < Taoning Wang adapted from gendaymtx
146 > Taoning Wang
147   .SH "SEE ALSO"
148 < dctimestep(1), genBSDF(1), gendaylit(1), gendaymtx(1), gensky(1), genskyvec(1),
149 < rcollate(1), rcomb(1), rcontrib(1), rfluxmtx(1), xform(1)
148 > dctimestep(1), epw2wea(1),
149 > genBSDF(1), gendaylit(1), gendaymtx(1), gensky(1), genskyvec(1), genssky(1),
150 > pvsum(1), rcollate(1), rcomb(1), rcontrib(1), rfluxmtx(1), rmtxop(1), xform(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines