VPpMCROfRhoAndTimeDetectorInput Constructor (DoubleRange, DoubleRange, IList OpticalProperties , IList Int32 , String)Virtual Photonics - VTS Library
Virtual Photonics
constructor for pMC reflectance as a function of rho and time detector input

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

public pMCROfRhoAndTimeDetectorInput(
	DoubleRange rho,
	DoubleRange time,
	IList<OpticalProperties> perturbedOps,
	IList<int> perturbedRegionsIndices,
	string name
)

Parameters

rho
Type: Vts.Common DoubleRange
rho 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