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

Comparing ray/src/util/dayfact.csh (file contents):
Revision 1.8 by greg, Fri Aug 9 11:06:18 1991 UTC vs.
Revision 1.9 by greg, Fri Aug 9 15:15:59 1991 UTC

# Line 69 | Line 69 | if ( "$ilpict" == "$nofile" && "$dfpict" == "$nofile"
69   endif
70   echo "Title for output picture"
71   readvar title
72 + set sctemp=/usr/tmp/sc$$.csh
73   cat <<'_EOF_' > $sctemp
74   set iltemp=/usr/tmp/il$$.pic
74 set sctemp=/usr/tmp/sc$$.csh
75   set tltemp=/usr/tmp/tl$$.pic
76   set tempfiles=($iltemp $sctemp $tltemp)
77   echo "Your dayfact job is finished."
# Line 95 | Line 95 | if ( "$ilpict" != "$nofile" ) then
95   endif
96   if ( "$dfpict" != "$nofile" ) then
97          echo 'falsecolor -cb -l DF $fcopts \\
98 <                -s "100*$maxval/PI/$extamb" -m "100/PI/$extamb" -ip $iltemp \\
98 >                -s "100/PI*$maxval/$extamb" -m "100/PI/$extamb" -ip $iltemp \\
99                  | pcompos -a 1 - $tltemp > $dfpict' >> $sctemp
100   endif
101   echo 'rm -f $tempfiles' >> $sctemp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines