fresnel
From DavinciWiki
Supported Under Version: > 1.01
Description Calculate surface emissivity of a specular surface.
Arguments and Return Values Arguments: The real and imaginary optical constants (single value or vectors) and an emission angle. Return Value: An output value or spectrum.
Usage Syntax: fresnel(real_index, imaginary_index, emission) real_index: array containing the real indices of refraction imaginary_index: array containing imaginary indices of refraction emission: viewing emission angle (degrees)
Examples dv> n 1x500x1 array of float, bsq format [2,000 bytes] dv> k 1x500x1 array of float, bsq format [2,000 bytes] dv> s1=fresnel(n,k,0) 1x500x1 array of float, bsq format [2,000 bytes] dv> s2=fresnel(n,k,75) 1x500x1 array of float, bsq format [2,000 bytes]
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Library Changes Created On: 01-01-2008 |