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

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

public double[] ROfFx(
	OpticalProperties op,
	double[] fxs
)

Parameters

op
Type: Vts OpticalProperties
medium optical properties
fxs
Type:  OnlineSystem Double 
spatial frequencies (1/mm)

Return Value

Type:  OnlineDouble 
reflectance at given single set of optical properties and spatial frequencies

Implements

IForwardSolver ROfFx(OpticalProperties,  Double )
See Also