VPComputationFactory GetAbsorbedEnergy Method (IEnumerable Complex , Double)Virtual Photonics - VTS Library
Virtual Photonics
Method to generate absorbed energy given fluence and mua. Note only works for homogeneous tissue.

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

public static IEnumerable<Complex> GetAbsorbedEnergy(
	IEnumerable<Complex> fluence,
	double mua
)

Parameters

fluence
Type: OnlineSystem.Collections.Generic IEnumerable OnlineComplex 
fluence serialized to a 1D IEnumerable of double
mua
Type: OnlineSystem Double
absorption coefficient for entire tissue

Return Value

Type: OnlineIEnumerable OnlineComplex 
absorbed energy in a 1D IEnumerable of double
See Also