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

Comparing ray/doc/man/man1/findglare.1 (file contents):
Revision 1.2 by greg, Tue Dec 9 15:59:06 2003 UTC vs.
Revision 1.4 by greg, Tue Sep 4 17:36:40 2007 UTC

# Line 54 | Line 54 | option is used -- see below).
54   Note that the picture file must contain correct view specifications,
55   as maintained by
56   .I rpict(1),
57 < .I rview(1),
57 > .I rvu(1),
58   .I pfilt(1)
59   and
60   .I pinterp(1).
# Line 112 | Line 112 | It usually works best to use the 'l' command within
112   .I ximage(1)
113   to decide what this value should be.
114   Alternatively, one can use the 't' command within
115 < .I rview(1).
115 > .I rvu(1).
116   The idea is to pick a threshold that is well above the average level
117   but smaller than the source areas.
118   .PP
# Line 140 | Line 140 | reports its progress during the calculation.
140   .SH EXAMPLE
141   To calculate the glare sources in the image "scene.pic":
142   .IP "" .2i
143 < findglare -p scene.pic > scene.glr
143 > findglare \-p scene.pic > scene.glr
144   .PP
145   To compute the Guth visual comfort probability from this result:
146   .IP "" .2i
147 < glarendx -t guth_vcp scene.glr
147 > glarendx \-t guth_vcp scene.glr
148   .PP
149   To compute the glare for a set of angles around the view "good.vp"
150   from the octree "scene.oct" using an ambient level of .1:
151   .IP "" .2i
152 < findglare -vf good.vp -ga 10-60:10 -av .1 .1 .1 scene.oct > scene.glr
152 > findglare \-vf good.vp \-ga 10-60:10 \-av .1 .1 .1 scene.oct > scene.glr
153   .SH AUTHOR
154   Greg Ward
155   .SH ACKNOWLEDGEMENT
# Line 157 | Line 157 | Work on this program was initiated and sponsored by th
157   group at EPFL in Switzerland.
158   .SH "SEE ALSO"
159   getinfo(1), glare(1), glarendx(1), pfilt(1), rpict(1), rtrace(1),
160 < rview(1), xglaresrc(1), ximage(1)
160 > rvu(1), xglaresrc(1), ximage(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines