VPMonteCarloForwardSolver FluenceOfRhoAndZ Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Evaluates fluence as a function of optical properties, source-detector separations (rhos) and depths (zs)

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

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

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
optical properties
rhos
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
source-detector separations
zs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
z values (depths)

Return Value

Type: OnlineIEnumerable OnlineDouble 
reflectance at specified optical properties, rhos and depths

Implements

IForwardSolver FluenceOfRhoAndZ(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )
See Also