MasterCurveCreationExecute Method |
Executes the master curve creation, and writes the results in the table destinationTable.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 See Also