Skip to main content

Robust and precise algorithm for aspheric surfaces characterization by the conic section

Abstract

Background

A new algorithm for precise characterisation of rotationally symmetric aspheric surfaces by the conic section and polynomial according to the ISO 10110 standard is described.

Methods

The algorithm uses only the iterative linear least squares. It uses fitting the surface form in a combination with terms containing its spatial derivatives that represent infinitesimal transformations of form.

Results

The algorithm reaches sub-nanometre residuals even though the aspheric surface is translated and rotated in the space.

Conclusion

he algorithm is computationally robust and an influence of local surface imperfections can be easily reduced by use of a criterion for residuals.

Background

Aspheric surfaces are recently widely used in industry. One of their applications is aspheric lens that often needs its precise characterisation of form. The description of the aspheric surface by the conic section with a polynomial correction is common in ray tracing software and in producer specifications of aspheric lens. The conic section surface fitting with a polynomial correction was addressed by several authors [1,2,3,4,5]. Also alternative descriptions of aspheric surfaces were introduced e.g. in [6, 7]. Nevertheless, a simple and robust algorithm is still needed to evaluate the conic section from measurement data in the ISO 10110-12 form. The coordinate system is shown in the Fig. 1.

Fig. 1
figure 1

The sketch of coordinate system used in the ISO 10110 standard and in this paper

The design shape of aspheric surfaces is often described by the z-coordinate as a function of the distance r from z-axis in the form

$$ z= c\left( R, k, r\right)+{\displaystyle \sum_{i=2}^n{A}_{2 i}{r}^{2 i}} $$
(1)

where function c describes the conic section given by function

$$ c\left( R, k, r\right)=\frac{r^2}{R\left(1+\sqrt{1-\left(1+ k\right)\frac{r^2}{R^2}}\right)}\approx \frac{1}{2 R}{r}^2+\frac{1+ k}{8{R}^3}{r}^4+\frac{{\left(1+ k\right)}^2}{16{R}^5}{r}^6+\dots $$
(2)

where R is the radius of curvature at the vertex and k is the conic constant (k < -1 hyperbolic, k = -1 parabolic, k > -1 elliptical, k = 0 spherical surfaces). The correction of surface is given by the even-power polynomial with coefficients A.

Method

Radius of curvature

The expansion of (2) shows that the radius of curvature R at the vertex (r is small) can be obtained from linear least squares (i.e. L2-norm) simply using the first coefficient of an even-power polynomial

$$ z= c\left( R, k, r\right)+{\displaystyle \sum_{i=2}^n{A}_{2 i}{r}^{2 i}}\approx {\displaystyle \sum_{i=1}^n{q}_{2 i}{r}^{2 i}}. $$
(3)

The higher-order terms of Taylor series at the vertex are negligible and the even-power polynomial with the 18th power

$$ z={\tilde{q}}_2{r}^2+{\tilde{q}}_4{r}^4+{\tilde{q}}_6{r}^6+{\tilde{q}}_8{r}^8+{\tilde{q}}_{10}{r}^{10}+{\tilde{q}}_{12}{r}^{12}+{\tilde{q}}_{14}{r}^{14}+{\tilde{q}}_{16}{r}^{16}+{\tilde{q}}_{18}{r}^{18} $$
(4)

is sufficient for reduction of estimation error for R from data with a given range of r. However, high degree of polynomial could introduce numerical errors. They can be reduced by the following way. The linearity of problem allows making the second fit for residuals \( \overline{z}= z-\tilde{z} \) for initial estimate \( \tilde{z} \) obtained from \( {\tilde{q}}_{2 i} \) as

$$ \overline{z}={\overline{q}}_2{r}^2+{\overline{q}}_4{r}^4+{\overline{q}}_6{r}^6+{\overline{q}}_8{r}^8+{\overline{q}}_{10}{r}^{10}+{\overline{q}}_{12}{r}^{12}+{\overline{q}}_{14}{r}^{14}+{\overline{q}}_{16}{r}^{16}+{\overline{q}}_{18}{r}^{18}. $$
(5)

The final estimate of coefficients with reduced numerical error is then

$$ {q}_{2 i}={\tilde{q}}_{2 i}+{\overline{q}}_{2 i} $$
(6)

thanks to the linearity (additivity) of the problem. The higher power terms are negligible for r close to the vertex. Thus the radius of curvature for rotational paraboloid is obtained as

$$ R=\frac{1}{2{q}_2} $$
(7)

with relatively small error because the first term of expansion of (2) also does not depend on k. The error is below 10−6 in relative for examples from [3] and the 18th power polynomial, except the case 1 with relative error 0.002 for R. Thus it is a robust way to evaluate radius of curvature at the vertex. The polynomial with coefficients q 2i also describes the aspheric surface very well for medium precision applications (i.e. 1λ flatness of wavefront). Nevertheless, the conic section describes the aspheric form better with less number of coefficients. For example, the Taylor series of (2) for hyperbolic surface with high k converges slowly and thus the even-power polynomial must have more terms for the corresponding precision.

Conic constant

The conic constant k will be obtained by the following way. The initial values are obtained as

$$ {R}_0=\frac{1}{2{q}_2},{k}_0=-1. $$
(8)

It corresponds to the parabolic solution from the previous section. The convergence of iterations is worse close to k = -1 because there is a small contribution from the conic section (the terms of expansion for function c). In the next step of algorithm, user selects between the hyperbolic region (k < -1) and the elliptic region (k > -1). If the algorithm output has large errors the second option could be selected automatically. The next values are then R 1 = R 0 and k 1 = -201 or k 1 = -0.5 respectively (The algorithm also works for oblate elliptical surfaces if k 1 is set as a larger positive number.). The value of k 1 for hyperbolic region can be selected closer to the value -1 (e.g. -3 because the most of commercial aspheric lenses have the conic constant above -3). Nevertheless, the value -201 was selected for demonstration purposes. Note that in some cases (e.g. the case 3 from [3]) the maximum radial distance of points r max from axis z is large and it is not possible to calculate the conic section for selected k 1 (e.g. -0.5). In that case the value k 1-1 is divided by 2 until the k 1-1 is small enough to calculate the square root in the conic section function c as a real number. Now we calculate two values k 2+ and k 2− (iteration index i = 2) by halving the interval as

$$ {k}_{i\pm }={k}_{i-1}\pm \left({k}_{i-1}-{k}_{i-2}\right)/2. $$
(9)

In the next step, we calculate a pair of differences for all data points using equation

$$ \varDelta {z}_{i\pm }= z- c\left({R}_{i-1},{k}_{i\pm }, r\right) $$
(10)

and fit them independently by the polynomials p 2j± r 2j using the least squares with selected power larger than r 2 (e.g. up to r 12 or corresponding to the aspheric lens specifications). The decision between these two fits is based on the lower residual sum of squares. Then the next k and R values are

$$ {k}_i={k}_{i+},{R}_i^{-1}={R}_{i-1}^{-1}+2{p}_{2+} $$
(11)

or

$$ {k}_i={k}_{i-},{R}_i^{-1}={R}_{i-1}^{-1}+2{p}_{2-} $$
(12)

and the iterations are repeated until the residuals are small enough. Then the output coefficients A i are equal to the coefficients p i and the final conic section parameters are k i and R i (Note that the described algorithm also works with negative values of R). The results for five cases from [3] (see also Table 1) are shown in Fig. 2. The convergence is good for all cases and thus the robustness of such algorithm is shown. Nevertheless, the final k values can differ by a few percent from the designed values.

Table 1 Parameters of aspherical surfaces from [3]
Fig. 2
figure 2

The convergence of relative error of R and k for 5 cases from [3] as a function of the number of iteration index (the polynomial degree was selected the same as the degree of designed A 2i in each individual case). An example for case 2 with the initial value of k within 1% (hollow triangles)

The decision between k i+ and k i- values in the algorithm must be 100% correct. However, an error can occur in some cases. This problem comes from the fact that the combination of conic section with even-power polynomial is underdetermined in parameters within the expected form error. I.e. even thought the relative error of k seems to be large, it cannot be evaluated more precisely from experimental form errors. Nevertheless, the final residuals are in sub-nanometre range even if the initial value k is changed (see Fig. 3). I.e. repeating the procedure with different initial k (in range within the multiple of 2) can improve the results. Also additional conic constants such as e.g.

Fig. 3
figure 3

The standard deviation of residuals for 5 cases from [3] and the effect of different initial k on convergence in the case 2 (k = -0.5 is the standard initial value for prolate elliptical surfaces)

$$ {\tilde{k}}_{i\pm }={k}_{i-1}\pm \left({k}_{i-1}-{k}_{i-2}\right)/2\cdot 1.2 $$
(13)

can be used in each iteration step for the decision of minimal residuals to improve the result (Figs. 2 and 3 show this option). However, it is not necessary because the corresponding residuals are below the uncertainty of measurement that can be carried out. In the case of aspheric lens testing, the known designed value k tbt (that should be calibrated) can be used. Then the initial values can be set e.g. (k 0 + 1) = 0.99(k tbt + 1) and k 1 = k tbt for 1% initial range and the obtained k is then much closer to the lens design value (see Figs. 2 and 3 for case 2). I.e. if the initial parameters are closer to their final values then a less number of iteration steps is needed.

Rotations and translations

The algorithm from previous section and also from e.g. [3] solves the problem where the vertex of aspheric surface is in the origin of coordinates and the surface is not rotated. However, it is not the case for measurement results (3D data of [x, y, z] coordinates) that are generally in an arbitrary coordinate system. This problem can be solved by the following way for relatively small rotations (up to few tens of degrees) and translations (up to few tenths of optical element size).

Infinitesimal transformations could be used together (cos α ≈ 1) and thus we can apply linearized substitutions

$$ x\to x+{t}_x- z \sin {\alpha}_x\cong x+{t}_x- z{\alpha}_x $$
(14)
$$ y\to y+{t}_y- z \sin {\alpha}_y\cong y+{t}_y- z{\alpha}_y $$
(15)
$$ z\to z+{t}_z+ z \sin {\alpha}_x+ z \sin {\alpha}_y\cong z+{t}_z+ z{\alpha}_x+ z{\alpha}_y $$
(16)

and equation r 2 = x 2 + y 2 into the even-power polynomial equation of r for z. This transformation introduces odd powers of x and y to this polynomial. The initial values of even-power polynomial q 2i are obtained by the linear least squares using equation

$$ z={\displaystyle \sum_{i=1}^9{q}_{2 i}{r}^{2 i}}+{g}_0+{g}_1 x+{g}_2 y+{g}_3{x}^3+{g}_4{y}^3 $$
(17)

The additional terms with coefficients g j are used to partially compensate unknown arbitrary transformation in the initial stage. Nevertheless, these coefficients are not used in further calculations. Then the each iteration step consists of the least squares fitting for the following equation

$$ z={\displaystyle \sum_{i=1}^9{q}_{2 i}{r}^{2 i}}-{t}_z+{t}_x x{s}_1+{t}_y y{s}_1-{\alpha}_x x\left(1+{s}_1{s}_2\right)-{\alpha}_y y\left(1+{s}_1{s}_2\right) $$
(18)

where

$$ {s}_1={\displaystyle \sum_i^92 i{\widehat{q}}_{2 i}{r}^{2 i-2}}\;\mathrm{and}\;{s}_2={\displaystyle \sum_i^9{\widehat{q}}_{2 i}{r}^{2 i}} $$
(19)

are terms used to represent infinitesimal (derivative) linear and angular transformation contributions to the form derived from significant terms solving polynomial expression with substitutions (14)-(16). The even-power polynomial coefficients \( {\widehat{q}}_{2 i} \) are taken from the previous iteration step (or they are equal to the initial coefficients q 2i in the beginning). The obtained translation coefficient t z is corrected as \( {t}_z-{\overline{\alpha}}_x{t}_x-{\overline{\alpha}}_y{t}_y \) (for better convergence of t z ), where coefficients \( \overline{\alpha} \) are total rotation angles from all previous iterations (and are equal to zero at the beginning of algorithm). The resulting translation coefficients t x , t y , t z and rotation angles α x , α y are summed with corresponding translation coefficients \( \overline{t} \) and angles \( \overline{\alpha} \) from the previous iteration. Then the total translation and rotation parameters (i.e. with overline) are used to translate and then to rotate all [x,y,z] values from their original position (to avoid cumulation of numerical errors) and these transformed data points are used in the next iteration step. These iterations are repeated until all transformations do not change with a sufficient precision. Thereafter, the algorithm from previous section is used to calculate aspheric surface parameters such as R and k in correct coordinate system.

The rate of convergence of these iterations is superlinear (better for smaller transformations) and faster for higher degree of even-power polynomial. The convergence is slower for larger data sets. Nevertheless, the polynomial degree of 18 (i = 9) is sufficient for iteration convergence of all cases that have been tested (It also includes parameters of various real aspheric lens from different producers.). In the case 1, which is an extreme hyperbolic case with k equal about -171 (not a real lens case), the position error is larger. However, it can be reduced by reduction of the radial range of data or by increasing of polynomial degree.

The good convergence that algorithm reached is shown in Fig. 4. The calculation of position and angles of rotations takes less than one tenth of second on standard computer for data set with a few thousands of points. Thus this algorithm can be used for a real time tracking and displaying of aspheric surface in desired coordinate system.

Fig. 4
figure 4

Errors of the radial distances of vertex and the total angles of rotation as a function of iteration number for 5 cases of surfaces from [3] with initial translations 0.1 mm in all directions X, Y and Z and rotations 0.1 rad and 0.2 rad for axes X and Y respectively

It should be also noted that in case of large dataset (millions of coordinates), the iterative process could be carried out with some randomly selected part of data (e.g. every thousandth) due to the low roughness of optical surfaces. It speeds up the calculations because the algorithm complexity is given by the linear least squares and thus its calculation time is linearly proportional to the number of data points. The results of such pre-calculation of transformation and form parameters are used for modification of the initial state of algorithm for subsequent calculation with the full dataset that will describe the form more precisely.

Surface imperfections

The local imperfections in data arise from measurement outliers or effect of dust, marks and/or scratches. These imperfections influence the fitting algorithm results although the area of such imperfection is often relatively small. The lens parameters should be evaluated more precisely without an influence of these data (e.g. the focal point of lens). The optical aperture is not so affected if such data from optically not usable areas are removed. The following algorithm with the residual criterion can be used to solve this problem effectively and to keep the robustness of the presented algorithm.

All iteration steps for evaluation of transformation parameters that was described in the previous section will contain the criterion for the correct data. If the residuals of given points will be greater than e.g. 10σ (where σ is the standard deviation in z-direction for each iteration step) of least squares residuals then these points will be removed from the data set.

The following example is applied on the case 2 from [3] that is aligned (transformed by the same translations and rotations) as in the previous section. The artificial imperfection is applied to the aspheric form as a difference with the Gaussian form

$$ \delta z= h \exp \left(-\left({\left( x-{x}_0\right)}^2+{\left( y-{y}_0\right)}^2\right)/{s}^2\right) $$
(20)

where h is the height of imperfection, s is its width and [x 0,y 0] are its coordinates. The results for different heights and for s = 0.1 mm, x 0 = 0.5 mm and y 0 = 0.3 mm are shown in Fig. 5.

Fig. 5
figure 5

Excluded fraction of points and relative error of estimated radius R as functions of filter factor (sigma multiples) for the case 2 from [3]. (Other parameters such as estimated angle of rotation are not shown because the transition between the correct and incorrect value is similar as for the radius R.)

We can clearly see that the error of estimated radius is proportional to the height of such imperfection if it is not filtered out (the filter factor is too large). However, the form is fitted correctly for lower filter factors (such as 10σ in this case). Nevertheless, the filter factor cannot be too small because too many points will be excluded from calculations. Thus some compromise must be made and the corresponding filter factor value is different for different aspheric surfaces and for different imperfections. In the case of min-max algorithm (e.g. in [8]) the form error is large if 0% of points is excluded. However, it can be significantly smaller if some points are excluded (e.g. about 5%). The parameters obtained from such fitting with a reasonable filter factor can be used to display surface deviations for all points and the standardized form error can be evaluated from these residuals.

Another example of imperfection is measurement noise or roughness of surface. The noise in [x,y,z] data coordinates stops the algorithm convergence. Nevertheless, the resulting error of parameters corresponds to the uncertainty arising from this noise and the algorithm robustness is not affected.

The weighted least squares can be introduced for the conic constant iterative search to deal with the heteroscedasticity of residuals. We can use e.g. weights w corresponding to the projection of orthogonal least squares to the z-direction

$$ w={\left(1+{\left(\frac{\partial z}{\partial r}\right)}^2\right)}^{-1/2} $$
(21)

or to the local curvature of form (i.e. inversely proportional to local radius of curvature)

$$ w=\frac{\partial^2 z}{\partial {r}^2}{\left(1+{\left(\frac{\partial z}{\partial r}\right)}^2\right)}^{-3/2} $$
(22)

containing the first and the second derivatives of surface analytically calculated from parameters in the previous iteration step. However, the change of weight from w = 1 has a negligible impact on the results.

Results and discussion

The comprehensive test of described algorithm is shown in Fig. 6. An aspheric surface was transformed to a coordinate system unknown for the computer program. Ten artificial imperfections (positive and negative in z-direction) were used and than automatically filtered-out by the fitting algorithm (8.5% of data were removed). The obtained residuals have standard deviation 3.3 pm and maximal error is 11 pm in z-direction (indicated as red colour on the edge of aspheric surface).

Fig. 6
figure 6

The fitting errors of algorithm for the case 2 from [3] indicated as colours of points (two views in [mm]). The asphere is translated by 0.1 mm in all directions X, Y and Z and rotated by 0.1 rad and 0.2 rad for axes X and Y respectively. Ten randomly placed Gaussian imperfections were artificially added (with h = 0.05 mm or h = -0.05 mm and with s = 0.05 mm). The filter with factor 10σ filtered out these imperfections (holes in the surface)

The results clearly showed that algorithm allows finding positions of aspheric lenses of unknown form with sub-nanometre accuracy and it was achieved only by least squares fitting. The fitted form for various aspheric surfaces reached residuals also at sub-nanometre level. The non-linear least squares methods (such as in [3]) allows less number of iterations. Nevertheless, linear least squares method, presented here, calculates each step faster and its convergence is robust as it was shown on various examples. All imperfections can be effectively filtered out and precise parameters of lens could be easily obtained. The wide range of algorithm properties such as speed, robustness and effective filtering enables its use in automatic processes.

Conclusions

The algorithm for the evaluation of parameters of rotationally symmetric aspheric surfaces was described and tested. The sub-nanometre precision of fitting was reached with this new robust and fast algorithm. The algorithm also does not need precise estimation of parameters for the initial iteration. It allows ISO 10110 characterization with the conic section parameters of surfaces that are rotated and translated as it is common in the data output from measurement devices and alignment markers on lens are not needed. The additional criterion for residuals can effectively remove unuseful data to keep results for the main part of aperture unaffected by local imperfections. Moreover, the part of algorithm that finds the correct coordinate system and removes outliers can be used independently on the conic section fitting part. Thus the algorithm will be useful for the optical community for precise characterisation and testing of aspheric lens.

References

  1. Zhang, Z.: Parameter estimation techniques: a tutorial with application to conic fitting. Image. Vis. Comp. 15, 59–76 (1997)

    Article  Google Scholar 

  2. Gugsa, S., Davies, A.: Monte Carlo analysis for the determination of the conic constant of an aspheric micro lens based on a scanning white light interferometric measurement. Proc. SPIE 5878, 92–102 (2005)

    ADS  Google Scholar 

  3. Sun, W., McBride, J.W., Hill, M.: A new approach to characterising aspheric surfaces. Precis. Eng. 34, 171–179 (2010)

    Article  Google Scholar 

  4. El-Hayek, N., Nouira, H., Anwer, N., Gibaru, O., Damak, M.: A new method for aspherical surface fitting with large-volume datasets. Precis. Eng. 38, 935–947 (2014)

    Article  Google Scholar 

  5. Piratelli-Filho A., Anwer N., Souzani C.M., Devedzic G., Arencibia R.V.: Error evaluation in reverse engineering of aspherical lenses. 17th International Congress of Metrology. 13007 (2015)

  6. Forbes, G.W.: Shape specification for axially symmetric optical surfaces. Opt. Exp. 15, 5218–5226 (2007)

    Article  ADS  Google Scholar 

  7. Park, H.: A solution for NURBS modelling in aspheric lens manufacture. Int. J. Adv. Manuf. Technol. 23, 1–10 (2014)

    Article  Google Scholar 

  8. Zhang, X., Jiang, X., Scott, P.J.: A minimax fitting algorithm for ultra-precision aspheric surfaces. J. Phys.: Conf. Ser. 311, 012031 (2011)

    Google Scholar 

Download references

Acknowledgments

I would like to thank Pavel Mašika for comments and help with testing.

Funding

This work was done in the EMPIR project 15SIB01 FreeFORM. The EMPIR initiative is co-founded by the European Union’s Horizon 2020 research and innovation programme and the EMPIR Participating States. The CMI participation in the project is co-funded by the Ministry of Education, Youth and Sports of the Czech Republic (8B16008).

Competing interests

The author declares that he has no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Petr Křen.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Křen, P. Robust and precise algorithm for aspheric surfaces characterization by the conic section. J. Eur. Opt. Soc.-Rapid Publ. 13, 11 (2017). https://doi.org/10.1186/s41476-017-0040-1

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s41476-017-0040-1

Keywords