VPpMCROfFxDetector Constructor (DoubleRange, ITissue,  OpticalProperties ,  Int32 , Boolean, String)Virtual Photonics - VTS Library
Virtual Photonics
constructor for perturbation Monte Carlo reflectance as a function of spatial frequency input

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

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

Parameters

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