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

Comparing ray/src/px/pacuity.csh (file contents):
Revision 3.6 by greg, Mon Nov 10 19:08:19 2008 UTC vs.
Revision 3.7 by greg, Thu Jun 22 16:40:11 2023 UTC

# Line 35 | Line 35 | tabfunc -i acuity > $tfc1 << EOF
35   3.148   51.06
36   3.550   51.09
37   EOF
38 < set pres=(`getinfo -d < $ifile | sed 's/^-Y \([1-9][0-9]*\) +X \([1-9][0-9]*\)$/\2 \1/'`)
38 > set pres=`getinfo -d < $ifile`
39 > set pres=($pres[4] $pres[2])
40   set vp=`vwright V < $ifile`
41   set aext=(`pextrem -o $ifile | rcalc -f $tfc1 -e 'max(a,b):if(a-b,a,b);$1=acuity(log10(max(179*(.265*$3+.67*$4+.065*$5),1e-4)))'`)
42   ( rcalc -e "$vp" -e "A:3438*sqrt(Vhn/$pres[1]*Vvn/$pres[2])" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines