VPpMCROfFxAndTimeDetectorInput Constructor (DoubleRange, DoubleRange, IList OpticalProperties , IList Int32 )Virtual Photonics - VTS Library
Virtual Photonics
Constructor uses TallyType for name

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
)

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
See Also