VPpMCROfFxAndTimeDetectorInput Constructor (DoubleRange, DoubleRange, IList OpticalProperties , IList Int32 , String)Virtual Photonics - VTS Library
Virtual Photonics
Constructor for perturbation Monte Carlo reflectance as a function of spatial frequency and time

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

public pMCROfFxAndTimeDetectorInput(
	DoubleRange fx,
	DoubleRange time,
	IList<OpticalProperties> perturbedOps,
	IList<int> perturbedRegionsIndices,
	string name
)

Parameters

fx
Type: Vts.Common DoubleRange
fx binning
time
Type: Vts.Common DoubleRange
time binning
perturbedOps
Type: OnlineSystem.Collections.Generic IList OpticalProperties 
list of perturbed optical properties, indexing matches tissue indexing
perturbedRegionsIndices
Type: OnlineSystem.Collections.Generic IList OnlineInt32 
list of perturbed region indices, indexing matches tissue indexing
name
Type: OnlineSystem String
detector name
See Also