Click or drag to resize

RelaxISPlugin_WeightModeCalculateWeights Method

The function used to calculate the actual weight values.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract IList<Complex> CalculateWeights(
	IList<EISValue> data
)

Parameters

data  IListEISValue
A list of EISValue objects to calculate weights for.

Return Value

IListComplex
The calculated weights as complex numbers, where the real and imaginary parts are used to weigh real and imaginary residuals during the fit, respectively.
Remarks
The data is already converted using the corresponding transfer function!
See Also