ShiftGroupCollectionIterate Method |
Performs iteration to create or refine the master curve. There must already exist an interpolation for each curve group
(which at the first iteration consist only of the interpolation of the reference curve(s)).
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Iterate(
IReadOnlyList<int> shiftOrder,
CancellationToken cancellationToken,
IProgress<double>? progress
)
Parameters
- shiftOrder IReadOnlyListInt32
- The order in which the curves are shifted and fitted to the master curve.
- cancellationToken CancellationToken
- The token to cancel the iteration.
- progress IProgressDouble
- Progress result.
See Also