Click or drag to resize

MasterCurveCreationExecute Method

Executes the master curve creation, and writes the results in the table destinationTable.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Execute(
	MasterCurveData processData,
	MasterCurveCreationOptions processOptions,
	DataTable destinationTable,
	IProgressReporter reporter
)

Parameters

processData  MasterCurveData
Contains the curves that participate in the master curve creation.
processOptions  MasterCurveCreationOptions
The options for master curve creation.
destinationTable  DataTable
The destination table that accomodates the results.
reporter  IProgressReporter
The object to report the progress.
Exceptions
ExceptionCondition
NotImplementedException
See Also