ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/glare.csh
(Generate patch)

Comparing ray/src/util/glare.csh (file contents):
Revision 1.2 by greg, Mon Apr 29 08:31:21 1991 UTC vs.
Revision 1.7 by greg, Thu May 2 16:07:22 1991 UTC

# Line 62 | Line 62 | _EOF_
62                  echo "You must specify a picture or an octree"
63                  exit 1
64          endif
65 +        if ( $picture == $nofile && "$view" == "" ) then
66 +                echo "You must give a view if there is no picture"
67 +                exit 1
68 +        endif
69          if ( $picture != $nofile ) then
70                  if ( ! -r $picture ) then
71                          echo "Cannot read $picture"
# Line 91 | Line 95 | _EOF_
95                  if ("$<" =~ [yY]) then
96                          set fgargs=(-r 400 $fgargs)
97                  else
98 <                        set fgargs=(-r 200 $fgargs)
98 >                        set fgargs=(-r 250 $fgargs)
99                  endif
100 <                echo -n "Are these sources very bright? "
100 >                echo -n "Are these sources relatively bright? "
101                  if ("$<" =~ [nN]*) then
102                          set fgargs=(-c $fgargs)
103                  endif
# Line 138 | Line 142 | if ($?DISPLAY && $picture != $nofile) then
142                  xglaresrc $picture $glarefile
143          endif
144   endif
145 < set ndxnam=("Guth Visual Comfort Probability" "Guth Disability Glare Ratio")
146 < set ndxcom=(guth_vcp guth_dgr)
145 > set ndxnam=("Guth Visual Comfort Probability" "Guth Disability Glare Ratio" "CIE Glare Index")
146 > set ndxcom=("glarendx -t guth_vcp" "glarendx -t guth_dgr" "glarendx -t cie_cgi")
147 > set bcdlvl=(50 124 18.5)
148   while ( 1 )
149          echo ""
150          echo "  0.  Quit"
# Line 181 | Line 186 | include=line.plt
186   include=polar.plt
187   title="$ndxnam[$choice]"
188   subtitle="$subtitle"
189 + Bdata=
190 +        0       $bcdlvl[$choice]
191 +        360     $bcdlvl[$choice]
192 + ;
193 + Blabel="BCD level"
194   Adata=
195   _EOF_
196                          getinfo - < $gndxfile >> $plotfile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines