VPForwardSolverBase ROfFx Method ( OpticalProperties , Double)Virtual Photonics - VTS Library
Virtual Photonics
Overload of ROfFx. Determines reflectances at optical properties 'ops' and spatial frequency 'fx'

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

public double[] ROfFx(
	OpticalProperties[] ops,
	double fx
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of medium optical properties
fx
Type: OnlineSystem Double
spatial frequency (1/mm)

Return Value

Type:  OnlineDouble 
reflectance at given optical properties and single spatial frequency

Implements

IForwardSolver ROfFx( OpticalProperties , Double)
See Also