GLARE(1) General Commands Manual GLARE(1)NAME
glare - perform glare and visual comfort calculations
SYNOPSIS
glare [ glarefile [ picture [ octree ] ] ]
DESCRIPTION
Glare is an interactive script for executing programs used to locate glare sources and compute glare indices and visual comfort probabil-
ity. If no glarefile is given, the program prompts the user for a one. If the file does not exist, glare asks the user some questions
about the scene in question then runs findglare(1) to compute values to store in the file. Glare then presents the user a menu of avail-
able glare index calculations. After choosing a calculation, glare offers to store the result (usually not useful) or plot the information
(but only for multiple glare angles).
If you are creating a new glarefile, it usually works best to start with a displayed image for reference during the interrogation.
AUTHOR
Greg Ward
ACKNOWLEDGEMENT
Work on this program was initiated and sponsored by the LESO group at EPFL in Switzerland.
SEE ALSO dayfact(1), findglare(1), glarendx(1), igraph(1), rpict(1), xglaresrc(1), ximage(1)RADIANCE 5/2/95 GLARE(1)
Check Out this Related Man Page
GLARE(1) General Commands Manual GLARE(1)NAME
glare - perform glare and visual comfort calculations
SYNOPSIS
glare [ glarefile [ picture [ octree ] ] ]
DESCRIPTION
Glare is an interactive script for executing programs used to locate glare sources and compute glare indices and visual comfort probabil-
ity. If no glarefile is given, the program prompts the user for a one. If the file does not exist, glare asks the user some questions
about the scene in question then runs findglare(1) to compute values to store in the file. Glare then presents the user a menu of avail-
able glare index calculations. After choosing a calculation, glare offers to store the result (usually not useful) or plot the information
(but only for multiple glare angles).
If you are creating a new glarefile, it usually works best to start with a displayed image for reference during the interrogation.
AUTHOR
Greg Ward
ACKNOWLEDGEMENT
Work on this program was initiated and sponsored by the LESO group at EPFL in Switzerland.
SEE ALSO dayfact(1), findglare(1), glarendx(1), igraph(1), rpict(1), xglaresrc(1), ximage(1)RADIANCE 5/2/95 GLARE(1)
I posted this on another forum and got limited response, can you guys fill me in on some details?
My current job is coming to an end because of a buy out, not something I've ever faced before, having an end date to your employment. I have several possibilities in the works but the one that... (4 Replies)
Hi,
I need a help with arithmetic calculations in my script. I have two variables: a=17; b=1712
I want to perform ($a/$b)*100 with two decimals in the result.
I tried with following:
res=$((100*a/b))
res=`echo "scale=2; $a / $b" | bc`
But I am not getting the decimal values.... (4 Replies)
Morning All,
I am needing assistance with a calculation process, which performs calculations on a group of records.
Here is a breakdown of my requirement:
Col1 = Always same value.
Col2 = Grouping Column, and will have the same value for 5/6/7 records for example.
Col3 = Date
Col4 =... (3 Replies)