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

Comparing ray/src/cal/cal/reinhart.cal (file contents):
Revision 1.3 by greg, Tue Sep 15 00:17:36 2009 UTC vs.
Revision 1.4 by greg, Wed Dec 9 21:34:23 2009 UTC

# Line 5 | Line 5
5  
6          Modified from Tregenza.cal
7  
8 +        Need to specify MF constant before loading (usu. power of two)
9 +
10          June 2009       G. Ward
11   }
12   DEGREE : PI/180;
# Line 15 | Line 17 | Atan2(y,x) : posangle(atan2(y,x));
17   alt = Asin(Dz)/DEGREE;
18   azi = Atan2(Dx,Dy)/DEGREE;
19  
18 MF : 2^2;                       { Multiplication factor }
20   alpha : 90/(MF*7 + .5);         { Separation between rows in degrees }
21                                  { Number of patches per row }
22   tnaz(r) : select(r, 30, 30, 24, 24, 18, 12, 6);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines