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 2.6 by greg, Wed Feb 16 05:40:12 2005 UTC vs.
Revision 2.7 by greg, Thu Oct 6 05:49:44 2005 UTC

# Line 141 | Line 141 | if ( ! $?gotillumpic ) then
141          pfilt -h 20 -n 0 -x 300 -y 300 -p 1 -r 1 $temp1 > $illumpic
142   endif
143   set maxval=`getinfo < $illumpic | rcalc -i 'EXPOSURE=${e}' -e '$1=3/e'`
144 + if ("$maxval" == "") set maxval=3
145   psign -h 42 " $title " | pfilt -1 -x /2 -y /2 > $tltemp
146   '_EOF_'
147   if ( $ilpict != $nofile ) then
# Line 149 | Line 150 | if ( $ilpict != $nofile ) then
150                  | pcompos -a 1 - $tltemp > $ilpict' >> $sctemp
151   endif
152   if ( $dfpict != $nofile ) then
153 <        echo 'falsecolor -cb -l DF -s 50 \\
153 >        echo 'falsecolor -cb -l DF -s 16 \\
154                  $fcopts -m "100/PI/$extamb" -ip $illumpic \\
155                  | pcompos -a 1 - $tltemp > $dfpict' >> $sctemp
156   endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines