VPForwardSolverBase ROfRho Method (IEnumerable OpticalProperties , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Vector ROfRho function. Determines reflectances at optical properties 'ops' and source-detector separations 'rhos' Override these in child classes to take advantage of optimization strategies.

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

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

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
sets of optical properties of the medium
rhos
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
source-detector separations (mm)

Return Value

Type: OnlineIEnumerable OnlineDouble 
reflectance at given optical properties and rhos

Implements

IForwardSolver ROfRho(IEnumerable OpticalProperties , IEnumerable Double )
See Also