VPForwardSolverBase ROfFx Method (IEnumerable OpticalProperties , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Vector ROfFx function. Determines reflectances at optical properties 'ops' and spatial frequencies 'fxs'

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

public virtual IEnumerable<double> ROfFx(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> fxs
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
sets of optical properties of the medium
fxs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
spatial frequencies (1/mm)

Return Value

Type: OnlineIEnumerable OnlineDouble 
reflectance at given optical properties and spatial frequencies

Implements

IForwardSolver ROfFx(IEnumerable OpticalProperties , IEnumerable Double )
See Also