| 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" | 
| 85 |  | so forth as are used to render the scene.  Please enter them below. | 
| 86 |  |  | 
| 87 |  | _EOF_ | 
| 88 | + | if ($picture != $nofile) then | 
| 89 | + | echo "These are the parameters from the picture:" | 
| 90 | + | getinfo $picture | 
| 91 | + | endif | 
| 92 |  | readvar rtargs | 
| 93 |  | set fgargs=($fgargs $rtargs $octree) | 
| 94 |  | endif | 
| 139 |  | if ($?DISPLAY && $picture != $nofile) then | 
| 140 |  | echo "" | 
| 141 |  | echo "Displaying glare sources in '$picture'..." | 
| 142 | < | xglaresrc $picture $glarefile >& /dev/null | 
| 135 | < | if ($status) then | 
| 136 | < | x11image =+0+0 -g 2.6 $picture & | 
| 137 | < | sleep 40 | 
| 138 | < | xglaresrc $picture $glarefile | 
| 139 | < | endif | 
| 142 | > | xglaresrc $picture $glarefile | 
| 143 |  | endif | 
| 144 | < | set ndxnam=("Guth Visual Comfort Probability" "Guth Disability Glare Ratio") | 
| 145 | < | set ndxcom=(guth_vcp guth_dgr) | 
| 144 | > | set ndxnam=("Guth Visual Comfort Probability" "Guth Disability Glare Ratio" "CIE Glare Index") | 
| 145 | > | set ndxcom=("glarendx -t guth_vcp" "glarendx -t guth_dgr" "glarendx -t cie_cgi") | 
| 146 | > | set bcdlvl=(50 124 18.5) | 
| 147 |  | while ( 1 ) | 
| 148 |  | echo "" | 
| 149 |  | echo "  0.  Quit" | 
| 185 |  | include=polar.plt | 
| 186 |  | title="$ndxnam[$choice]" | 
| 187 |  | subtitle="$subtitle" | 
| 188 | + | Bdata= | 
| 189 | + | 0       $bcdlvl[$choice] | 
| 190 | + | 360     $bcdlvl[$choice] | 
| 191 | + | ; | 
| 192 | + | Blabel="BCD level" | 
| 193 |  | Adata= | 
| 194 |  | _EOF_ | 
| 195 |  | getinfo - < $gndxfile >> $plotfile |