VPpMCROfRhoDetector Constructor (DoubleRange, ITissue, IList OpticalProperties , IList Int32 , Boolean, String)Virtual Photonics - VTS Library
Virtual Photonics
constructor for perturbation Monte Carlo reflectance as a function of rho detector input

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

public pMCROfRhoDetector(
	DoubleRange rho,
	ITissue tissue,
	IList<OpticalProperties> perturbedOps,
	IList<int> perturbedRegionIndices,
	bool tallySecondMoment,
	string name
)

Parameters

rho
Type: Vts.Common DoubleRange
rho binning
tissue
Type: Vts.MonteCarlo ITissue
tissue definition
perturbedOps
Type: OnlineSystem.Collections.Generic IList OpticalProperties 
list of perturbed optical properties, indexing matches tissue indexing
perturbedRegionIndices
Type: OnlineSystem.Collections.Generic IList OnlineInt32 
list of perturbed tissue region indices, indexing matches tissue indexing
tallySecondMoment
Type: OnlineSystem Boolean
flag indicating whether to tally second moment info for error results
name
Type: OnlineSystem String
detector name
See Also