Master |
The MasterCurveCreationOptions type exposes the following members.
Name | Description | |
---|---|---|
GroupOptions |
Get the options for each group. If there is only one MasterCurveGroupOptionsWithScalarInterpolation, and multiple groups, the options are applied
to each of the groups. Otherwise, the number of group options must match the number of groups. If there is one MasterCurveGroupOptionsWithComplexInterpolation,
two groups are needed.
(Inherited from MasterCurveCreationOptionsBase) | |
IndexOfReferenceColumnInColumnGroup | Index of the reference curve. This value is only used if ReferenceValue is null; otherwise the value of the reference column will be determined from the value of ReferenceValue and the Property1Name of the curves. | |
MasterCurveGroupOptionsChoice | (Inherited from MasterCurveCreationOptionsBase) | |
MasterCurveImprovementOptions | If not null, a second stage of fitting can be appended when creating the master curve. In the default stage, usually a robust interpolation method is chosen. Then, in the 2nd stage, a less robust interpolation method can be used, because the master curve is already created, and only fine adjustments need to be done. | |
NumberOfIterations |
Gets or sets the number of iterations. Must be greater than or equal to 1.
This number determines how many rounds the master curve is fitted. Increasing this value will in most cases
increase the quality of the fit.
(Inherited from MasterCurveCreationOptionsBase) | |
OptimizationMethod |
Determines the method to best fit the data into the master curve.
(Inherited from MasterCurveCreationOptionsBase) | |
Property1Name | Name of the first column property. In most cases, this is something like 'Temperature'. If unused, set this to Empty | |
Property1TemperatureRepresentation | If not null, Property1Name represents a temperature, and the value here represents the unit of the temperature. | |
Property2Name | Name of the second column property. In most cases, this is something like 'Temperature'. If unused, set this to Empty | |
ReferenceValue | If set, the resulting shift values are transformed in such a manner that the resulting shift at the Property1Name is 1. The behavior depends also on the value of UseExactReferenceValue. If this property is false, the curve that is nearest to the reference value is used as reference curve. If UseExactReferenceValue is true, the shift values are interpolated, and the exact reference value is used. If the value is not set, then the curve with the index IndexOfReferenceColumnInColumnGroup is used as reference curve. | |
RequiredRelativeOverlap |
Gets/sets the required relative overlap. The default value is 0, which means that a curve part only needs to touch the rest of the master curve.
Setting this to a value, for instance to 0.1, means that a curve part needs an overlapping of 10% (of its x-range) with the rest of the master curve.
This value can also be set to negative values. For instance, setting it to -1 means that a curve part could be in 100% distance (of its x-range) to the rest of the master curve.
(Inherited from MasterCurveCreationOptionsBase) | |
ShiftOrder |
Designates the order with which the curves are shifted to the master curve.
(Inherited from MasterCurveCreationOptionsBase) | |
TableOutputOptions | Gets the output options for writing the resulting data into the master curve table. | |
UseExactReferenceValue | Gets a value indicating whether to use the exact reference value. See ReferenceValue for explanations. |