VPSpectralDatabase AppendDatabaseFromFile Method Virtual Photonics - VTS Library
Virtual Photonics
Appends a new chromophore spectral dictionary created from a tab-delimited stream onto an existing dictionary of chromophore spectra

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

public static ChromophoreSpectrumDictionary AppendDatabaseFromFile(
	ChromophoreSpectrumDictionary existingDictionary,
	Stream fileStream
)

Return Value

Type: ChromophoreSpectrumDictionary
The new dictionary of chromophore spectra
See Also