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

Comparing ray/src/cal/cal/illumcal.csh (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:21 2003 UTC vs.
Revision 1.2 by greg, Wed Apr 5 06:22:29 2006 UTC

# Line 12 | Line 12 | if ( $#argv < 1 ) then
12   endif
13   set cal = .
14   foreach illum ($*)
15 < set spc=(`sed -e 1d -e 's/^[    ]*\([1-9][0-9]*\)[      ].*$/\1/' -e 3q $illum`)
15 > set spc=(`sed -e 1d -e 's/^[    ]*\([1-9][.0-9]*\)[     ].*$/\1/' -e 3q $illum`)
16   rcalc -f $cal/cieresp.cal -f $cal/stdrefl.cal -e "intvl=abs($spc[2]-$spc[1])" \
17          -f $cal/conv1.cal $illum | total >> /tmp/il$$.dat
18   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines