Click or drag to resize

RelaxISPlugin_ResultEvaluatorGetFurtherEvaluations Method

This allows the calculation and further evaluation of the fitting results, e.g. calculation of the Activation energy from an Arrhenius fit.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract Dictionary<string, string> GetFurtherEvaluations(
	double[] ResultParameters,
	double[] ResultErrors
)

Parameters

ResultParameters  Double
The parameters gotten from the fit.
ResultErrors  Double
The error estimates for each parameter gotten from the fit.

Return Value

DictionaryString, String
String/String pairs should contain description/result values.
Remarks
Return a blank dictionary if no further evaluation is required.
See Also