--- ray/src/util/glare.csh 1991/04/30 16:26:11 1.3 +++ ray/src/util/glare.csh 1991/05/02 13:21:02 1.5 @@ -93,7 +93,7 @@ _EOF_ else set fgargs=(-r 250 $fgargs) endif - echo -n "Are these sources very bright? " + echo -n "Are these sources relatively bright? " if ("$<" =~ [nN]*) then set fgargs=(-c $fgargs) endif @@ -138,8 +138,8 @@ if ($?DISPLAY && $picture != $nofile) then xglaresrc $picture $glarefile endif endif -set ndxnam=("Guth Visual Comfort Probability" "Guth Disability Glare Ratio") -set ndxcom=(guth_vcp guth_dgr) +set ndxnam=("Guth Visual Comfort Probability" "Guth Disability Glare Ratio" "CIE Glare Index") +set ndxcom=("glarendx -t guth_vcp" "glarendx -t guth_dgr" "glarendx -t cie_cgi") while ( 1 ) echo "" echo " 0. Quit"