검색 전체 메뉴
PDF
맨 위로
OA 학술지
Fast Sub-aperture Stitching Algorithm Using Partial Derivatives
  • 비영리 CC BY-NC
  • 비영리 CC BY-NC
ABSTRACT
Fast Sub-aperture Stitching Algorithm Using Partial Derivatives
KEYWORD
Optical testing , Interferometer , Large optical elements , Sub-aperture stitching algorithm
  • I. INTRODUCTION

    With the development of astronomical optics, space optics [1-3] and inertial confinement fusion, large-aperture optical systems have been widely used. For very large optical elements, however, the aperture may be too large for the interferometer to test in one pass. In 1982, C. J. Kim solved this problem with the sub-aperture stitching method [4]. However, location errors are inevitable with this method. Thus, researchers use overlapping areas between the sub-apertures to compensate for location errors [5-9] such as piston, tilt, defocus, clocking, and position errors. In most cases, only piston, tilt, and defocus errors are corrected. For large optical elements which are tested by many sub-apertures, it takes much time for a sub-aperture stitching algorithm to get the stitching result. To quickly compensate for piston, tilt, and defocus errors, we develop a fast algorithm, which is easy to understand and program.

    In Section 2, we briefly introduce our algorithm. In Section 3, we compare the time complexity of our algorithm with the current algorithm. In Section 4, we study the accuracy of our algorithm using simulation. In Section 5, we discuss an experimental result demonstrating the effectiveness of the proposed algorithm. Finally, we present our conclusions in Section 6.

    II. FAST ALGORITHM FOR SUB-APERTURE STITCHING

    The current algorithm uses a least-squares method to remove relative piston, tilt and defocus errors directly. In our algorithm, we calculate the partial derivative of data before using a least-squares method to remove relative piston, tilt and defocus errors. The reason for calculating the partial derivative of data is that it makes the least-squares method much easier. Actually, using the least-squares method after calculating the partial derivative of data is just averaging, so it makes the algorithm faster than current algorithm.

    For convenience, we only discuss the testing of spherical optical elements in this article; however, with some modifications, this algorithm can be easily applied to the testing of both flat and aspheric optical elements.

    One sub-aperture, usually the center sub-aperture, is selected as the reference sub-aperture. The remaining sub-apertures have nonzero piston, tilt, and defocus errors that are relative to the reference sub-aperture. Thus, we compensate for relative piston, tilt and defocus errors [9] as follows:

    image

    where x and y are the coordinates of pixels; zi(x, y) is the testing value measured for the i-th sub-aperture; zi* (x, y) is the value after compensation; ai and bi are the coefficients of the relative tilt of the i-th sub-aperture in the x and y directions, respectively, ci is the coefficient of the relative piston value of the i-th sub-aperture, and di is coefficient of relative defocus.

    Assuming that there are N sub-apertures and that the reference sub-aperture is number 1, current sub-aperture stitching algorithms use the least-squares method to directly calculate the necessary compensations [5-9]:

    image

    In our algorithm, we first calculate the second-order partial derivative of Equation 1 with respect to the independent variable x:

    image

    Then, we use the least-squares method to calculate the needed compensation between two adjacent sub-apertures:

    image

    Solving Equation 4, we obtain the following over-determined linear equations:

    image

    As we can see, using a least-squares method after calculating the partial derivative of data is just averaging. Here, Nij is the total number of pixels in the overlapping area of the i-th sub-aperture and the j-th sub-aperture, and Nk is the total number of pixels in the overlapping area of 1-st sub-aperture and k-th sub-aperture.

    We can easily use the weighted least-squares method to solve the over-determined linear equations by setting the weight equal to the total number of pixels in the corresponding overlapping area.

    Using the calculated coefficients of the relative defocus, we compensate the defocus errors:

    image

    where fi(x, y) is the data of the i-th sub-aperture after compensating for the defocus error. According to Equation 2 and Equation 6, we obtain

    image

    To compensate for the relative tilt errors, we calculate the first-order partial derivative of Equation 7 with respect to independent variable x and the independent variable y:

    image
    image

    We use a similar procedure to calculate ai and bi. Then, we compensate for the tilt errors:

    image

    where gi(x, y) is the data of i-th sub-aperture after compensating for the tilt and defocus errors.

    Finally, we use the same method to compensate for the piston errors and stitch the resulting measurement data to obtain a full-aperture result.

    III. TIME COMPLEXITY OF THE ALGORITHM

    In this section, we assume that there are only two sub-apertures, where one sub-aperture is the reference sub-aperture, and the overlapping area is a square (n × n pixels).

    In the algorithm currently in use, Equation 2 leads to linear equations:

    image

    where ∆(x, y)is the disparity between the two measurements (z1(x, y)-z2(x, y)).

    Solving Equation 11, we obtain the coefficients a, b, c, and d, and we can use Equation 1 to compensate for the errors. In the current algorithm, we use about 12 n2 multiplication operations and about 18 n2 addition operations (shown in Table 1).

    In our new algorithm, we use differences to calculate partial derivatives. For instance, we find the first-order partial derivative using

    image

    where ∆x is the distance between two adjacent pixels. In our method, we do not divide (fi(x + ∆x, y) - fi(x, y)) + fi(x, y) - fi(x-∆x, y)) by 2∆x for each point. For instance, when we obtain

    image

    we calculate it using

    image

    Thus, we use about 5 n2 multiplication operations and about 12 n2 addition operations in our algorithm (shown in Table 1).

    In Table 1, we can see that our algorithm has a much lower time complexity than the current algorithm.

    IV. SIMULATION

    In the simulation, a measurement result (501 × 801 pixels, shown in Fig. 1) was first divided into two sub-apertures. After dividing the measurement result into sub-apertures, we add random noise ([-0.001, 0.001] wavelength) and piston, tilt, and defocus errors to each sub-aperture. We use both the current algorithm and the new algorithm to calculate the compensators. We repeated the simulation calculations 20 times. In all 20 simulations, the accuracy of the new algorithm is lower than that of the current algorithm. We present one typical result in Table 2.

    [TABLE 2.] Simulation results

    label

    Simulation results

    V. EXPERIMENT

    In this section, we test a convex spherical surface (caliber of 100 mm and radius of 76.56 mm) using a sub-aperture stitching interferometer (a Fizeau interferometer whose working wavelength is 632.8 nm) with a reference surface whose F-number is 1.5. A real system including a real sample is shown in Fig. 2. The layout of the sub-apertures is shown in Fig. 3. The measurement results using our algorithm are shown in Fig. 4(a). Comparing with the measurement results obtained using a full-aperture interferometer (shown in Fig. 4(b)), the root mean squared error was 0.003014λ and the residual error image is shown in Fig. 5.

    VI. CONCLUSION

    We propose a fast algorithm for sub-aperture stitching to quickly compensate for piston, tilt, and defocus errors. We prove that our algorithm runs more than two times faster than the current algorithm. Although the simulation results demonstrate that the accuracy of the new algorithm is lower than that of the current algorithm in all 20 simulations, the new algorithm is sufficiently accurate for generally use. Using an experimental measurement, we verified the validity of the new algorithm and demonstrated successful sub-aperture stitching.

참고문헌
  • 1. Li X. L., Xu M., Ren X. D., Pei Y. T. 2012 “An optical design of off-axis four-mirror-anastigmatic telescope for remote sensing,” [J. Opt. Soc. Korea] Vol.16 P.243-246 google cross ref
  • 2. Li X. L., Xu M., Pei Y. T. 2012 “Optical design of an off-axis five-mirror-anastigmatic telescope for near infrared remote sensing,” [J. Opt. Soc. Korea] Vol.16 P.343-348 google cross ref
  • 3. Jin H., Lim J., Kim Y., Kim S. 2013 “Optical design of a reflecting telescope for cubesat,” [J. Opt. Soc. Korea] Vol.17 P.533-537 google cross ref
  • 4. Kim C. J. 1982 “Polynomial fit of interferograms,” [Appl. Opt.] Vol.21 P.4521-4525 google cross ref
  • 5. Otsubo M., Okada K., Tsujiuchi J. 1992 “Measurement of large plane surface shape with interferometric aperture synthesis,” [Proc. SPIE] Vol.1720 P.444-447 google
  • 6. Otsubo M., Okada K., Tsujiuchi J. 1994 “Measurement of large plane surface shapes by connecting small-aperture,” [Opt. Eng.] Vol.33 P.608-613 google cross ref
  • 7. Sjodahl M., Oreb B. F. 2002 “Stitching interferometric measurement data for inspection of large optical components,” [Opt. Eng.] Vol.41 P.403-408 google cross ref
  • 8. Golini D., Forbes G. W., Murphy P. E. 2005 U.S. Patent google
  • 9. Fleig J., Dumas P., Murphy P. E., Forbes G. W. 2003 “An automated subaperture stitching interferometer workstation for spherical and aspherical surfaces,” [Optical Science and Technology, SPIE’s 48th Annual Meeting. International Society for Optics and Photonics] P.296-307 google
OAK XML 통계
이미지 / 테이블
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ TABLE 1. ]  Time complexity
    Time complexity
  • [ ] 
  • [ ] 
  • [ ] 
  • [ FIG. 1. ]  Measurement result used for the simulation. All units are in wavelengths.
    Measurement result used for the simulation. All units are in wavelengths.
  • [ TABLE 2. ]  Simulation results
    Simulation results
  • [ FIG. 2. ]  Real system including real sample.
    Real system including real sample.
  • [ FIG. 3. ]  Layout of the sub-apertures.
    Layout of the sub-apertures.
  • [ FIG. 4. ]  Experimental results: (a) stitched using our algorithm; (b) full-aperture measurement.
    Experimental results: (a) stitched using our algorithm; (b) full-aperture measurement.
  • [ FIG. 5. ]  Residual error image.
    Residual error image.
(우)06579 서울시 서초구 반포대로 201(반포동)
Tel. 02-537-6389 | Fax. 02-590-0571 | 문의 : oak2014@korea.kr
Copyright(c) National Library of Korea. All rights reserved.