VPOpticalProperties Constructor (Double, Double, Double, Double)Virtual Photonics - VTS Library
Virtual Photonics
Definition of optical properties

Namespace: Vts
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public OpticalProperties(
	double mua,
	double musp,
	double g,
	double n
)

Parameters

mua
Type: OnlineSystem Double
absorption coefficient = probability of absorption per unit distance traveled
musp
Type: OnlineSystem Double
scattering coefficient = probability of having scattered per unit distance traveled
g
Type: OnlineSystem Double
anisotropy coefficient = cosine of an average scattering angle (where the angle is relative to the incoming and outgoing unit direction vectors)
n
Type: OnlineSystem Double
refractive index mismatch
See Also