--- ray/src/util/dayfact.csh 1991/08/09 11:06:18 1.8 +++ ray/src/util/dayfact.csh 1991/08/30 16:46:17 1.10 @@ -38,7 +38,7 @@ if ( "$genskyf" == "$nofile" || ! -r "$genskyf" ) then echo "You will not be able to compute daylight" echo "factors since there is no gensky file." else - set title=$title\ `sed -n 's/^.*\ $sctemp set iltemp=/usr/tmp/il$$.pic -set sctemp=/usr/tmp/sc$$.csh set tltemp=/usr/tmp/tl$$.pic set tempfiles=($iltemp $sctemp $tltemp) echo "Your dayfact job is finished." @@ -95,7 +95,7 @@ if ( "$ilpict" != "$nofile" ) then endif if ( "$dfpict" != "$nofile" ) then echo 'falsecolor -cb -l DF $fcopts \\ - -s "100*$maxval/PI/$extamb" -m "100/PI/$extamb" -ip $iltemp \\ + -s "100/PI*$maxval/$extamb" -m "100/PI/$extamb" -ip $iltemp \\ | pcompos -a 1 - $tltemp > $dfpict' >> $sctemp endif echo 'rm -f $tempfiles' >> $sctemp