TDSpectralTransformationClassTransform Method |
Transforms a sequence of values according to the spectral transformation defined in the node.
The exact mapping depends on the node's SpectralTransformationType and may be a polynomial evaluation,
a spectrometer grating model, or a free polynomial applied to a subrange of indices.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IEnumerable<double> Transform(
IEnumerable<double> values
)
Parameters
- values IEnumerableDouble
- The input values (typically spectral bin indices) to transform.
Return Value
IEnumerableDoubleAn enumeration of transformed values in the same order as the input sequence.
See Also