| Class | Description |
---|
| InterpolationInformationBaseT |
Stores information about an interpolation curve that interpolates the resulting shift curve for one group of columns, e.g. for the real part of measured values.
|
| InterpolationInformationBaseTWrapperIListToIRoVectorKTW |
Wraps an IList of double values to an IROVector
|
| InterpolationInformationBaseTWrapperIListToIRoVectorVTW |
Wraps an IList of (double, int) values to an IROVector of the first component (the double value).
|
| InterpolationInformationBaseTWrapperIListToIRoVectorV2TW |
Wraps an IList of (double, int) values to an IROVector of the second component (the int value)
|
| InterpolationInformationComplexCommonX |
Stores information about an interpolation curve that interpolates the resulting shift curve for one group of columns, e.g. for the real part of measured values.
|
| InterpolationInformationComplexSeparateX |
Stores information about an interpolation curve that interpolates the resulting shift curve for one group of columns, e.g. for the real part of measured values.
|
| InterpolationInformationDouble |
Stores information about an interpolation curve that interpolates the resulting shift curve for one group of columns, e.g. for the real part of measured values.
|
| MasterCurveCreation |
Helps creating the master curve.
|
| MasterCurveCreationDataSource | |
| MasterCurveCreationOptions |
Contains options for master curve creation.
|
| MasterCurveCreationOptionsSerializationSurrogate0 |
V0: 2024-01-24 initial version
|
| MasterCurveCreationOptionsBase |
Contains options for improving the master after it was created.
|
| MasterCurveData | |
| MasterCurveDataSerializationSurrogate0 |
V0: 2024-01-24 initial version
|
| MasterCurveGroupOptions | |
| MasterCurveGroupOptionsWithComplexInterpolation | |
| MasterCurveGroupOptionsWithComplexInterpolationSerializationSurrogate0 |
V0: 2024-02-16 initial version
|
| MasterCurveGroupOptionsWithScalarInterpolation | |
| MasterCurveGroupOptionsWithScalarInterpolationSerializationSurrogate0 |
V0: 2024-01-24 initial version
|
| MasterCurveImprovementOptions |
Contains options for improving the master after it was created.
|
| MasterCurveImprovementOptionsSerializationSurrogate0 |
V0: 2024-01-24 initial version
|
| MasterCurveTableOutputOptions |
Contains the option for data output into the table containing the master curve.
|
| MasterCurveTableOutputOptionsSerializationSurrogate0 |
V0: 2024-01-24 initial version
|
| MasterCurveTableOutputOptionsSerializationSurrogate1 |
V0: 2024-01-24 initial version
V1: 2024-03-01 Added properties SortShiftGroupValuesBy, OutputActivationEnergies, XValuesForActivationEnergiesAreRates
|
| ShiftCurveT |
The data for one curve to be shifted consist of an array of X and Y.
|
| ShiftGroupBase |
The base of a collection of multiple x-y curves (see ShiftCurveT) that will finally form one master curve.
|
| ShiftGroupCollection |
A set of IShiftGroups. The curves in these collections will be shifted with a common set of shift factors.
For example, for complex data to be shifted, there will be a ShiftGroupComplexCommonX.
|
| ShiftGroupComplexCommonX |
A collection of multiple x-y curves (see ShiftCurveT) that will finally form one master curve.
Here, the real and imaginary part of the complex value have a common x-value.
|
| ShiftGroupComplexSeparateX |
A collection of multiple x-y curves (see ShiftCurveT) that will finally form one master curve.
|
| ShiftGroupDouble |
A collection of multiple x-y curves (see ShiftCurveT) that will finally form one master curve.
|