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

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

public double[] ROfFxAndTime(
	OpticalProperties op,
	double fx,
	double[] ts
)

Parameters

op
Type: Vts OpticalProperties
medium optical properties
fx
Type: OnlineSystem Double
spatial frequency (1/mm)
ts
Type:  OnlineSystem Double 
times (ns)

Return Value

Type:  OnlineDouble 
reflectance at given single set of optical properties, single spatial frequency and times

Implements

IForwardSolver ROfFxAndTime(OpticalProperties, Double,  Double )
See Also