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.10 by greg, Fri Aug 30 16:46:17 1991 UTC vs.
Revision 1.11 by greg, Mon Oct 14 12:11:12 1991 UTC

# Line 89 | Line 89 | set maxval=`getinfo < $iltemp | rcalc -i 'EXPOSURE=${e
89   psign -h 50 " $title " | pfilt -1 -x /2 -y /2 > $tltemp
90   '_EOF_'
91   if ( "$ilpict" != "$nofile" ) then
92 <        echo 'falsecolor -cb -l Lux $fcopts \\
93 <                -s "$maxval*470" -m 470 -ip $iltemp \\
92 >        echo 'falsecolor -cb -l Lux -s "$maxval*470" \\
93 >                $fcopts -m 470 -ip $iltemp \\
94                  | pcompos -a 1 - $tltemp > $ilpict' >> $sctemp
95   endif
96   if ( "$dfpict" != "$nofile" ) then
97 <        echo 'falsecolor -cb -l DF $fcopts \\
98 <                -s "100/PI*$maxval/$extamb" -m "100/PI/$extamb" -ip $iltemp \\
97 >        echo 'falsecolor -cb -l DF -s 100 \\
98 >                $fcopts -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