FieldCorrectionApplyPowerErrors(NullableDouble) Method |
Interpolates the measurement table to the dimensions of the correction table then multiplies the correction with the interpolated values.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic bool ApplyPowerErrors(
double?[,,,,] errors
)
Parameters
- errors NullableDouble
- The power correction factor for laser, magnification, layer, row, column.
Return Value
BooleanReturns true if the a value got truncated
See Also