Click or drag to resize

WorksheetAnalysisCalculatePreprocessedSpectra Method

Fills a provided table (should be empty) with the preprocessed spectra. The spectra are saved as columns (independently on their former orientation in the original worksheet).

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CalculatePreprocessedSpectra(
	DataTable calibtable,
	DataTable desttable
)

Parameters

calibtable  DataTable
The table containing the calibration model.
desttable  DataTable
The table where to store the preprocessed spectra. Should be empty.
See Also