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

Comparing ray/src/cal/cal/klems_ang.cal (file contents):
Revision 1.1 by greg, Fri Jun 18 00:56:15 2010 UTC vs.
Revision 1.2 by greg, Thu Jan 14 18:12:27 2016 UTC

# Line 7 | Line 7
7  
8   DEGREE : PI/180;
9  
10 < Kfull_theta(i) : select(i, 5, 15, 25, 35, 45, 55, 67, 75, 90);
10 > Kfull_theta(i) : select(i, 5, 15, 25, 35, 45, 55, 65, 75, 90);
11   Kfull_nphis(i) : select(i, 1, 8, 16, 20, 24, 24, 24, 16, 12);
12   Khalf_theta(i) : select(i, 6.5, 19.5, 32.5, 46.5, 61.5, 76.5, 90);
13   Khalf_nphis(i) : select(i, 1, 8, 12, 16, 20, 12, 4);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines