VPNurbsForwardSolver ROfRho Method (IEnumerable OpticalProperties , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Returns the steady state reflectance for the specified optical properties at source detector separations rhos. The radial distance rho is scaled to the reference space to evaluate rho_ref. If rho_ref is on the reference surface the reference rho-time resolved reflectance is scaled and the isoprametric Nurbs curve is integrated analitically over time. To evaluate the integral of the reflectance out of the time range it evaluates the linear approximation of the logarithm of the tail of the curve and integrates it from tMax to infinity. If rho_ref is out of range the method returns 0.

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

public override IEnumerable<double> ROfRho(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> rhos
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
optical properties
rhos
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
source detector separation

Return Value

Type: OnlineIEnumerable OnlineDouble 
space resolved reflectance

Implements

IForwardSolver ROfRho(IEnumerable OpticalProperties , IEnumerable Double )
See Also