Click or drag to resize

SpectralPreprocessingOptions(IEnumerableISingleSpectrumPreprocessor) Constructor

Initializes a new instance with the provided preprocessing elements.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public SpectralPreprocessingOptions(
	IEnumerable<ISingleSpectrumPreprocessor> list
)

Parameters

list  IEnumerableISingleSpectrumPreprocessor
The preprocessing elements in the expected order.
Exceptions
ExceptionCondition
ArgumentException The list has too few elements, contains elements, contains elements in the wrong order, or contains too many elements.
See Also