--- ray/src/util/dayfact.csh 1991/08/09 11:06:18 1.8 +++ ray/src/util/dayfact.csh 1991/11/12 17:19:31 2.1 @@ -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." @@ -89,13 +89,13 @@ set maxval=`getinfo < $iltemp | rcalc -i 'EXPOSURE=${e psign -h 50 " $title " | pfilt -1 -x /2 -y /2 > $tltemp '_EOF_' if ( "$ilpict" != "$nofile" ) then - echo 'falsecolor -cb -l Lux $fcopts \\ - -s "$maxval*470" -m 470 -ip $iltemp \\ + echo 'falsecolor -cb -l Lux -s "$maxval*470" \\ + $fcopts -m 470 -ip $iltemp \\ | pcompos -a 1 - $tltemp > $ilpict' >> $sctemp endif if ( "$dfpict" != "$nofile" ) then - echo 'falsecolor -cb -l DF $fcopts \\ - -s "100*$maxval/PI/$extamb" -m "100/PI/$extamb" -ip $iltemp \\ + echo 'falsecolor -cb -l DF -s 100 \\ + $fcopts -m "100/PI/$extamb" -ip $iltemp \\ | pcompos -a 1 - $tltemp > $dfpict' >> $sctemp endif echo 'rm -f $tempfiles' >> $sctemp