| 135 |
|
if ($?DISPLAY && $picture != $nofile) then |
| 136 |
|
echo "" |
| 137 |
|
echo "Displaying glare sources in '$picture'..." |
| 138 |
< |
xglaresrc $picture $glarefile >& /dev/null |
| 139 |
< |
if ($status) then |
| 140 |
< |
x11image =+0+0 -g 2.6 $picture & |
| 141 |
< |
sleep 40 |
| 142 |
< |
xglaresrc $picture $glarefile |
| 143 |
< |
endif |
| 138 |
> |
xglaresrc $picture $glarefile |
| 139 |
|
endif |
| 140 |
|
set ndxnam=("Guth Visual Comfort Probability" "Guth Disability Glare Ratio" "CIE Glare Index") |
| 141 |
|
set ndxcom=("glarendx -t guth_vcp" "glarendx -t guth_dgr" "glarendx -t cie_cgi") |