This document is archived and information here might be outdated. Recommended version. |
The residuals for distortion table points.
[Visual Basic .NET] Public ReadOnly Property Residuals As IDoubleArray
[C#] public IDoubleArray Residuals {get;}
[C++]
HRESULT get_Residuals(
IDoubleArray** ppResidualsInMicrons
);
[C++]
Parameters ppResidualsInMicrons [out, retval]
ppResidualsInMicrons is a parameter of type IDoubleArray**
After using the distortion table to calculate the Konrady coefficients, it is important to check the residuals to detect if any anomalies, for instance an error when inputing the data values. Under normal circumstances, the residuals should be just a few microns. Larger residuals could indicate a problem with the data points.