VPNurbsForwardSolver ROfFxAndTime Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Returns the reflectance at spatial frequency, fx, and time, t, scaling the reference fx-time resolved reflectance. If a point of the reference reflectance outside the time/spatial frequancy range of the surface is required, the value is extrapolated using the first derivative along the time/spatial frequency dimension. If the required point is outside both ranges a linear combination of the two derivatives is used.

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

public override IEnumerable<double> ROfFxAndTime(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> fxs,
	IEnumerable<double> ts
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
optical properties
fxs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
spatial frequency
ts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
time

Return Value

Type: OnlineIEnumerable OnlineDouble 
spatial frequency and time resolved reflectance

Implements

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