Click or drag to resize

RelaxISPlugin_MultifitModel Methods

The RelaxISPlugin_MultifitModel type exposes the following members.

Methods
 NameDescription
Protected methodAddLogMessage(Exception) Advises RelaxIS to add information about the given exception to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Protected methodAddLogMessage(String) Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Public methodAfterInitialization This method is called once after the parameter initialization was performed by the user but before the fit is executed. Use this method to e.g. check or save initial parameters.
Public methodAfterStartupInitialization Is called once after the plugin is initialized with all internal information during program start.
(Inherited from RelaxISPlugin)
Public methodCompareTo Compares the plugin to another based on the SortIndex property
(Inherited from RelaxISPlugin)
Public methodFitFunction The actual model function used for fitting.
Public methodForFit This function is used in the actual fitting algorithm and is of no concern for plugin generation
Public methodGetAdditionalEvaluations Allows the calculation of derived values from the fit results for each fitted spectrum
Public methodGetAdditionalInformation Provides additional information about this plugin, like e.g. the unit of a transfer function.
(Inherited from RelaxISPlugin)
Protected methodGetIndividualParameterIndex Calculates the index of the i's individual parameter in the full parameter list
Public methodGetIndividualParameters Allows setting up the individual parameter sets per spectrum, in addition to the shared parameters from GetSharedParameters(ListImpedanceSpectrum)
Public methodGetSharedParameters Allows setting up the shared parameters for the selected list of spectra.
Public methodInternalSetProgramInstance Set the internal program instance to a new value.
(Inherited from RelaxISOnlyPlugin)
Public methodInternalSetWCFInstance Set the internal wcf instance to a new value.
(Inherited from RelaxISOnlyPlugin)
Public methodPerformSetup This method is called once before the parameter initialization is started, right after the model was selected by the user. Use this method to perform initializations or for user interaction.
Public methodShouldDiscardPlugin Called once after the plugin is initialized and after AfterStartupInitialization and signals to RelaxIS if the plugin should be used or discarded.
(Inherited from RelaxISPlugin)
Top
See Also