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

Comparing ray/src/util/compamb.csh (file contents):
Revision 3.3 by gwlarson, Fri Oct 16 17:31:06 1998 UTC vs.
Revision 3.4 by gwlarson, Sun Oct 18 10:08:10 1998 UTC

# Line 30 | Line 30 | rad -n -s -V $argv[1] \
30   echo \# Rad input file modified by $0 `date` >> $argv[1]
31   if ( $?doexpos ) then
32          (echo -n 'EXPOSURE= '; \
33 <                total -u $tf.dat | rcalc -e '$1=1/(.265*$1+.670*$2+.065*$3)') \
33 >                total -u $tf.dat | rcalc -e '$1=2/(.265*$1+.670*$2+.065*$3)') \
34                  >> $argv[1]
35   endif
36   lookamb -h -d $tf.amb | rcalc -e '$1=$10;$2=$11;$3=$12' >> $tf.dat

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines