Click or drag to resize

RelaxISPlugin_MultifitModelGetAdditionalEvaluations Method

Allows the calculation of derived values from the fit results for each fitted spectrum

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual Dictionary<string, double> GetAdditionalEvaluations(
	ImpedanceSpectrum Spectrum,
	List<ImpedanceSpectrum> AllSpectra,
	List<Fitparameter> SharedParameters,
	List<Fitparameter> IndividualParameters
)

Parameters

Spectrum  ImpedanceSpectrum
The spectrum to calculate the value for
AllSpectra  ListImpedanceSpectrum
All spectra that have been fitted
SharedParameters  ListFitparameter
The shared fit results
IndividualParameters  ListFitparameter
The individual fit results for this spectrum

Return Value

DictionaryString, Double
A dictionary where the keys are the names/definitions of the calculated value, and Value is its value.
See Also