Click or drag to resize

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.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<double> Transform(
	IEnumerable<double> values
)

Parameters

values  IEnumerableDouble
The input values (typically spectral bin indices) to transform.

Return Value

IEnumerableDouble
An enumeration of transformed values in the same order as the input sequence.
See Also