VPSpectralDatabase MembersVirtual Photonics - VTS Library
Virtual Photonics

The SpectralDatabase type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAppendDatabaseFromFile
Appends a new chromophore spectral dictionary created from a tab-delimited stream onto an existing dictionary of chromophore spectra
Public methodStatic memberGetDatabaseFromFile
Returns a dictionary of Chromophore spectra from the specified file
Public methodStatic memberGetDefaultDatabaseFromFileInResources
Returns a dictionary of Chromophore spectra from the file SpectralDictionary.xml in resources
Public methodStatic memberGetSpectraFromFile
Creates a dictionary of chromophore spectra from a file stream of tab-delimited data, converts the data to work in the VTS The header data is written as a comment line starting with % Tab delimited data is in the format: Wavelength 1st Column 2nd Column 3rd Column ...
Public methodStatic memberGetSpectrumValue
Method to retrieve a spectral value keyed by it's name in the database
Public methodStatic memberSaveDatabaseToFile
Saves a given dictionary of Chromophore spectra to the specified file
Public methodStatic memberWriteDatabaseToFiles
Writes the Chromophore dictionary to separate text files
Back to Top
See Also