IMcDyeSetSpectrum Method
|
|
Sets the spectral data for this dye
Namespace:
MediaCy.IQL.Microscopy.Info
Assembly:
MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
SyntaxSub SetSpectrum (
Frequencies As Object,
Expression As Object
)
Parameters
- Frequencies
- Type: SystemObject
An array of Doubles defining the frequencies - Expression
- Type: SystemObject
An array of Doubles defining the expression at each frequency in the dfFrequencies array
RemarksThe spectrum is a set of spectral data defining the expression of this
dye at a number of defined frequencies. This method should be called with
the number of frequencies for which the expression will be defined,
an array of doubles defining the frequencies, and an array of doubles
defining the expression at each frequency. Frequencies are typically
expressed in nanometers (nm), and data defined for regular frequency intervals,
e.g. every 1nm or every .1nm. It is up to the caller what the expression
represents, but a typical implementation might use 0.0 to 1.0 or
0.0 to 100.0 normalized scales.
See Also