Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For quality check of optical measurement we calculate
S1 - 1st short side length of 2x1
S2 - 2nd short side length of 2x1
L1 - 1st long side length of 2x1
L2 - 2nd long side length of 2x1
D1 - 1st diagonal of 2x1 between corners 1 and 3
D2 - 2nd diagonal of 2x1 between corners 2 and 4
dS and dL are the deviations of the 1st and 2nd corner along the short and long sides, respectively. The sign of all dS are chosen in order to provide correct sign for the tilt angle (the same direction for all 2x1 sensors).
<dS/L> - the tilt angle of 2x1 averaged over two sides in radians.
angle(deg) - the same angle in degrees.
dD = D1 - D2
d(dS) = dS1 - dS2
d(dL) = dL1 - dL2
dz3(um) - signed distance from 2x1 sensor plane and corner 3; , where the 2x1 sensor plane contains the corner points p1, p2, and p4. This plane is defined by the vectors v21=p2-p1 and , v41=p4-p1., and orthogonal vector:

Code Block
      vort = [v21 x v41]          - vector product defines the vector orthogonal to the plane vector,
      dz3 = (v31 * vort) / |vort| - scalar product andwith normalization defines the distance from point 3 to the 2x1 plane containing 3 other points.

Quality check parameters for perfect geometry:

...