VPChromophoreSpectrum Constructor (List Double , List Double , String, ChromophoreCoefficientType, AbsorptionCoefficientUnit, MolarUnit, WavelengthUnit)Virtual Photonics - VTS Library
Virtual Photonics
Constructor to create the chromophore spectrum

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

public ChromophoreSpectrum(
	List<double> wavelengths,
	List<double> spectrum,
	string name,
	ChromophoreCoefficientType coeffType,
	AbsorptionCoefficientUnit absUnits,
	MolarUnit molarUnit,
	WavelengthUnit wavelengthUnit
)

Parameters

wavelengths
Type: OnlineSystem.Collections.Generic List OnlineDouble 
A list of wavelengths
spectrum
Type: OnlineSystem.Collections.Generic List OnlineDouble 
A list of spectral values
name
Type: OnlineSystem String
The name of the chromophore absorber
coeffType
Type: Vts ChromophoreCoefficientType
The chromophore coefficient type
absUnits
Type: Vts AbsorptionCoefficientUnit
The absorption coefficient units
molarUnit
Type: Vts MolarUnit
The molar units
wavelengthUnit
Type: Vts WavelengthUnit
The wavelength units
See Also