Click or drag to resize

IMcDyeImportSpectrum Method

Imports spectral data from file

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
Sub ImportSpectrum ( 
	FileName As String
)

Parameters

FileName
Type: SystemString
Remarks
Imports this dye's spectral data from a tab- or comma-delimited text file. This method can import files in either 2-column format (wavelength <delimiter> emission) or 4-column format (excitation wavelength <delimiter> absorption <delimiter> emission wavelength <delimiter> emission), with one line per spectral data point, and using either tabs or commas for delimiters. The method will ignore a first line with textual information (for instance a header line).
See Also