VPpMCROfFxAndTimeDetector Constructor (DoubleRange, DoubleRange, ITissue,  OpticalProperties ,  Int32 , Boolean, String)Virtual Photonics - VTS Library
Virtual Photonics
Returns an instance of pMCROfFxAndTimeDetector. Tallies perturbed R(fx,time). Instantiate with reference optical properties. When method Tally invoked, perturbed optical properties passed.

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

public pMCROfFxAndTimeDetector(
	DoubleRange fx,
	DoubleRange time,
	ITissue tissue,
	OpticalProperties[] perturbedOps,
	int[] perturbedRegionIndices,
	bool tallySecondMoment,
	string name
)

Parameters

fx
Type: Vts.Common DoubleRange
fx binning
time
Type: Vts.Common DoubleRange
time binning
tissue
Type: Vts.MonteCarlo ITissue
tissue definition
perturbedOps
Type:  Vts OpticalProperties 
list of perturbed optical properties, indexing matches tissue indexing
perturbedRegionIndices
Type:  OnlineSystem Int32 
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