ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/lib/winxmit.cal
Revision: 1.1
Committed: Wed Mar 12 17:45:48 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
Log Message:
Added the rest of the missing files to ray/lib/

File Contents

# User Rev Content
1 greg 1.1 {
2     winxmit.cal - window transmittance function.
3    
4     4/24/86
5     }
6    
7     winxmit = 1.018 * Rdot * (1 + (1 - Rdot*Rdot)^1.5);