| 1 |
.\" RCSid "$Id$"
|
| 2 |
.TH GLARENDX 1 3/24/94 RADIANCE
|
| 3 |
.SH NAME
|
| 4 |
glarendx - calculate glare index
|
| 5 |
.SH SYNOPSIS
|
| 6 |
.B glarendx
|
| 7 |
.B "\-t type"
|
| 8 |
[
|
| 9 |
.B \-h
|
| 10 |
]
|
| 11 |
[
|
| 12 |
.B glarefile
|
| 13 |
]
|
| 14 |
.SH DESCRIPTION
|
| 15 |
.I Glarendx
|
| 16 |
computes the selected glare index
|
| 17 |
.I type
|
| 18 |
from the given
|
| 19 |
.I glarefile
|
| 20 |
produced by
|
| 21 |
.I findglare(1).
|
| 22 |
.I Glarendx
|
| 23 |
computes one value for each (indirect illuminance) angle in the input file.
|
| 24 |
If no
|
| 25 |
.I glarefile
|
| 26 |
is given,
|
| 27 |
.I glarendx
|
| 28 |
reads from the standard input.
|
| 29 |
The
|
| 30 |
.I \-h
|
| 31 |
option can be used to remove the information header from the output.
|
| 32 |
.PP
|
| 33 |
.I Glarendx
|
| 34 |
understands the following arguments for
|
| 35 |
.I type:
|
| 36 |
.sp .5
|
| 37 |
.nf
|
| 38 |
guth_vcp Guth Visual Comfort Probability
|
| 39 |
cie_cgi CIE Glare Index (Einhorn)
|
| 40 |
ugr Unified Glare Rating
|
| 41 |
brs_gi BRS Glare Index
|
| 42 |
dgi Daylight Glare Index
|
| 43 |
guth_dgr Guth Disability Glare Rating
|
| 44 |
vert_dir Direct Vertical Illuminance
|
| 45 |
vert_ill Total Vertical Illuminance
|
| 46 |
vert_ind Indirect Vertical Illuminance
|
| 47 |
.fi
|
| 48 |
.PP
|
| 49 |
Alternatively, a symbolic or hard link to the program with
|
| 50 |
any of the above names may be used in place of the
|
| 51 |
.I type
|
| 52 |
argument.
|
| 53 |
.SH AUTHORS
|
| 54 |
Greg Ward, Raphael Compagnon
|
| 55 |
.SH ACKNOWLEDGEMENT
|
| 56 |
Work on this program was initiated and sponsored by the LESO
|
| 57 |
group at EPFL in Switzerland.
|
| 58 |
.SH "SEE ALSO"
|
| 59 |
findglare(1), glare(1), igraph(1), rpict(1), xglaresrc(1), ximage(1)
|