Open Access
6 May 2021 High-precision laser power scale transfer based on shape detection
Author Affiliations +
Abstract

A laser power scale transfer technique was developed based on shape detection; using this technique, detectors can be precisely centered on laser beams, thereby significantly reducing measurement errors introduced by detector nonuniformities and misalignments. A modified imaging scheme was designed and embedded in the scale transfer setup, and the effective resolution was proven to be better than 100  μm, compatible for incident lasers with diameters under 15 mm. For different types of detectors, absolute positioning was realized using objective algorithms with repeatability errors of 7 to 13  μm, which is an improvement of over 30 times the limitation of human-vision-based positioning. Correspondingly, the relative measurement error caused by detector non-uniformity for a typical calibration was reduced by a factor of 19–40 in the scale transfer process. The proposed technique thus has the potential for detector-based optical metrological applications that are influenced by geometric accuracy.

1.

Introduction

Laser power detectors with high accuracies are widely needed in sensing, communications, medicine, and other industrial and scientific fields involving lasers. Meanwhile, owing to the definition of the candela, laser power detectors also provide traceability to the SI system for solar irradiance, detector-based photometry, and spectral radiometry.13 Given the significance of laser power metrology, many national metrology institutes around the world have established their own detector-based laser power scales.4,5 Laser power scales are expected to be transferrable among labs to realize comparisons between different primary standards or calibrations for general instruments, thus to maintain the value systems traceable and reliable.

During the power scale transfer process, detector nonuniformities combined with misalignments constitute one of the factors that can decrease the precision of the scale considerably. However, because nonuniformities are stubborn defects that exist extensively among various types of detectors (e.g., photodiode,6 pyroelectric,7 thermopile,8 and cryogenic4), one promising method to suppress errors is by precisely controlling the relative location of the detector’s active area with respect to that of the incident laser.

Most measurements methods generally locate detectors visually, which may cause subjective variations in the positioning results for each operation, especially under different operators. According to the publication of the National Institute of Standards and Technology (NIST) on calibration services,4 the alignment precision for a laser detector is typically around 1 mm with the help of a ruler, whereas it be further reduced to 0.2 to 0.5 mm with the help of a crosshair or fiber coupler adaptor. Under such conditions, for different detectors operated under different laser wavelengths and ranges, the relative errors could range from 0.01% to more than 2% and may correspond to a 10% to 200% proportion compared with the remaining uncertainty components.620 Some researchers have measured detector uniformity by 2D scans and introduced the concept of the “apparent aperture” for more strict characterizations of the detector edges and centers.4,9 However, because the apparent aperture is determined by the detector’s uncertain responsivity and is affected by the scan-laser diameter, it has little consistency with the detector’s geometric appearance. This indicates that the relative coordinates of the scanning results may be lost when detectors are transferred amongst independent platforms. Moreover, 2D scans may require additional operation times, especially in the case of thermal detectors, thus limiting their operations in most applications.

In geometrical metrology, machine-vision techniques have been successfully adopted as standard methods in recent times for the measurement of area, curvature. However, for geometric influences in optical metrology, such techniques have not garnered much attention; moreover, there are very few reports on objectively locating the active area of a laser detector with explicit geometric coordinates during laser measurements. In this work, we demonstrate a new approach based on shape detection that attempts to further improve laser power metrology.

2.

Imaging Scheme and Shape Detection Algorithms for Power Scale Transfer Process

2.1.

Imaging Scheme Modified for Laser Detectors

The typical imaging system used in machine-vision-based applications cannot be directly applied to laser detectors; this is because in the detector comparison process, the laser beam is supposed to be incident on the detector at a 90 deg orientation, which would be in conflict with the position of the camera. Imaging lasers from off-center positions is also negated, because for detectors with deep input ports, the active area may be partly blocked, resulting in locating failure, as shown in Fig. 1(a).

Fig. 1

Imaging system for detector positioning: (a) imaging the incident laser from an off-center position, (b) modified imaging scheme using a lens with a large aperture to ensure a complete FOV, and (c) view blocked by the laser via hole of diameter 15 mm.

OE_60_5_054103_f001.png

For these reasons, a modified imaging scheme was designed for specific application to laser power measurement, and its diagram is shown in Fig. 1(b). The imaging structure contains a reflector placed at 45 deg along the main optical axis, with a 45 deg oblique via a hole at its center. On the one hand, the reflector allows the laser beam to pass through and be vertically incident on the detector’s active area. On the other hand, it allows imaging along the detector’s axis to avoid center separation. Given that the via hole on the reflector blocks a part of the image beam, to maintain the complete field of view (FOV), we use lenses with large effective apertures. While the effective aperture angles of the lenses are larger than the solid angles of the blocked area, most of the image beam would still converge on the CMOS chip of the camera. The FOV that is partly shadowed by the small effective aperture angle is shown in Fig. 1(c) as a contrast. This imaging scheme provides a noninvasive method suitable for most laser detector comparison applications. Additional setups to reduce measurement errors, such as power stabilization and beam shaping, can also be easily coordinated with this imaging scheme. The detailed experimental setup is described in Sec. 3.

2.2.

Algorithms for Shape Detection

Before performing shape detection, the images are preprocessed. The images are first binarized, and connected component labeling is then applied to find the contiguous regions.21 In a binary image, a four-connected region composed of a center pixel (xi,yi) and its adjacent pixels can be determined as follows:

Eq. (1)

N4(xi,yi)=P(xi,yi)[P(xi+1,yi)P(xi1,yi)P(xi,yi+1)P(xi,yi1)]=1.
Equation (1) is used to determine the pixels in the four-connected regions. The symbols “” and “” represent general logic operations, and P indicates the value of a pixel. In a binary image, the pixels only have values of “0” or “1,” so logical operations can be directly applied to the pixels. When used in a programming language, these operations may have different forms (such as “”, “&&” in Matlab and C). Once all the pixels are traversed and the connected regions are found, thresholds are set to remove very small regions and obtain the target area. This process is supported by light from a ring illuminator set in the light path, which enhances the contrast of the target area.

Commonly, the geometric center of a detector is selected to coincide with that of the laser beam. The center of a laser beam is easy to locate because its brightness is several orders of magnitude higher than that of the background. The center of the laser point is calculated using the centroid of the target area, with the pixels weighted by their gray values. In the case of the laser power detectors, considering that most input ports are either rectangular or round, shape detection methods are used to distinguish the target area. These methods are introduced in Secs. 2.2.1 and 2.2.2.

2.2.1.

Shape Detection for Rectangular Detector

For detectors with rectangular shapes, the minimum bounding rectangle method was used to approximate the ideal boundary. This method is fast and works well even when the boundary has flaws. The main idea of this method is to find a rectangle that tightly encloses the target area. For this purpose, an upright minimum bounding rectangle can be acquired along the image axis by sorting the coordinates of the pixels in the target connected region. However, because the detector may not be parallel to the image axis, the bounding rectangle may need to be rotated to achieve a tight enclosure. To increase the speed of calculation, the scan will not traverse the entire range (0π/2) but only specific discrete angles (θ1,θ2,θi) derived from the boundary of the connected region. The angle θi is determined as follows:

Eq. (2)

θi=arctan(yi+1yixi+1xi),
where (xi,yi) and (xi+1,yi+1) are adjacent points on the convex hull of the target boundary. The rotation matrix is then obtained as

Eq. (3)

[cosθisinθisinθicosθi].
When multiplied with the rotation matrix, the coordinates of the convex hull are rotated successively by (θ1,θ2,θi). Finally, by sorting the coordinates of all the rotated convex hulls, the bounding rectangle with the smallest area enclosing the convex hull is selected as the ideal boundary of the detector. The center of the area is then acquired.

2.2.2.

Shape Detection for Round Detector

For round detectors, the circle Hough transform (CHT) method is applied.21 The CHT allows finding circles in a target area and works well for defective circles or even arcs. Consider a target circle i, which is approximately the ideal boundary of a round detector. The points (xi,yi) on circle i, circle center (ai,bi), and diameter r are all bounded to the equation of the circle. If we project the circle equation from the original xy coordinate system into three-dimensional (3D) space whose coordinate axes are represented by (a,b,r), then the circle equation becomes

Eq. (4)

fi(a,b,r)=(axi)2+(bxi)2r2=0(a>0,b>0,r>0).
In the (a,b,r) coordinate system, Eq. (4) represents a conical surface with its vertex at (xi,yi,0), as shown in Fig. 2. It is clear that for any point (x,y) in the original two-dimensional (2D) space, there will be a corresponding conical surface in the 3D coordinate system. However, with respect to the points on circle i, the corresponding conical surfaces all intersect at a single point (ai,bi,ri) in the 3D coordinate system. Given this feature, a circle can be found if an accumulator is established in the (a,b,r) space. For every point (x,y) on the target circle, the weights of the points on the corresponding conical surface are added to the accumulator. After traversing all the pixels in the 2D image, the corresponding point (ai,bi,ri) in the 3D space with the maximum weight represents the target circle. Here, (ai,bi) is the center of the circle, and ri is its radius. Thus, the center of the circular detector as well as its boundary can be obtained.

Fig. 2

Schematic of the CHT. Points (xi1,yi1) and (xi2,yi2) on the target circle are the vertices of two cones, and all of the conical surfaces related to the circle intersect at the point (ai,bi,ri).

OE_60_5_054103_f002.png

3.

Experimental Setup and Resolution Test

3.1.

Experimental Setup for Implementing the Proposed Approach

The experimental apparatus used in this work has all the modified vision components integrated into the detector calibration device, as shown in Fig. 3. The vision part mainly consists of the prime lens (50-mm focal length, F1.4 maximum aperture, HC5005A, Chiopt Optotech), the CMOS (1”, 2048×2048  pixels, Flir Systems) and the ring illuminator. The laser beam on the main optical path passes through a Glan–Taylor prism and a power stabilizer to achieve a power stability of <0.1%. The attenuator and aperture along the main optical path are used to adjust the power level and geometric form of the laser beam. Then, the fixed-diameter power-stabilized laser beam passes through via hole of the reflector, then the ring illuminator, thereafter being incident on the detector for value scale transfer. It is worthy to note that to minimize the blocking angle of the via-hole, the ideal position of via hole should be set overlapping with the imaging aperture diaphragm, such that the prime lens needs to be placed as near as the reflector. The transfer detectors, which commonly include reference detectors and under-test detectors, are mounted on a 2D motion-controlled translation stage. Once the detectors are imaged, programed algorithms are used to locate the center of the detectors and the laser point, then send the coordinates to the 2D translation stage, ensure that the detector centers accurately coincide with the laser points, so as to complete automatic positioning of the detectors during the scale transfer process. The procedures can be processed for more than one round to further reduce the misalignment introduced by imaging distortion.

Fig. 3

Experimental setup for comparison of detectors using the imaging system.

OE_60_5_054103_f003.png

3.2.

Resolution Test of the Modified Imaging System

Imaging resolution is one of the key parameters of any vision system and directly limits the precision of the detector position. Based on the object–image relationship, the complete object field is a 75×75  mm2 square area that is composed of 2048×2048  pixels. Therefore, each pixel corresponds to an area of 37×37μm2 in the object field. Considering the extra aberrations from the lens, imperfect reflector, and via-hole blocking, the effective spatial resolution may be lower.

To determine the upper limit of the imaging resolution of our apparatus, we placed an optical resolution test board at the reference detector surface and used a complete reflector (without via holes) for imaging. The test board was illuminated by a homogeneous backlight, and the lens was focused on the front surface of the board. A complete image of the board is shown in Fig. 4(a). The region labeled “20” is magnified and presented in Fig. 4(c), in which 20 black stripes can be clearly distinguished per 2 mm, while the stripes labeled “40” are blurry, as shown in Fig. 4(b). These image results indicate an effective resolution of 100  μm, which is in accordance with the speculation of the object–image relationship.

Fig. 4

Resolution test results of the imaging scheme: (a) original image of the test board with 75×75  mm2 FOV; (b) stripes spaced at 20 lines/mm; and (c) stripes spaced at 10  lines/mm.

OE_60_5_054103_f004.png

3.3.

Effect of Via-Hole Blocking

Although the imaging scheme proposed here guarantees a complete FOV, via hole that allows lasers through still blocks a part of the image beam. A via hole of larger diameter renders the system suitable for more laser applications but will also reduce image quality. To quantitatively determine the effect of the via hole on image quality, we processed reflectors with via holes of diameters 0, 3, 7, 12, and 15 mm; then, we installed and tested the contrast ratios of the stripes labeled as “20.” In the experiment, the contrast ratio C is calculated as follows:

Eq. (5)

C=GmaxGminGmax+Gmin×100%,
where Gmax and Gmin represent the grayscale values of the dark and light stripes, respectively. The grayscale values were acquired from the CMOS sensor, and the test results are presented in Fig. 5. The contrast ratio monotonously decreases from 45% to 6% as the via-hole diameter increases from 0 to 15 mm. From this pattern, we note that the stripes can still be distinguished with the 15 mm via hole. This proves that our apparatus is fully capable of vision functions for detector recognition and positioning. The redundancy for 100-μm resolution guarantees the robustness of the imaging system.

Fig. 5

Influence of via-hole blocking on image quality: (a)–(e) stripes labeled as “20” under via-hole blocking for 0-, 3-, 7-, 12-, and 15-mm diameters, respectively; (f) grayscale values of the stripes, where the five curves with different colors represent the amplitudes along the transverse lines marked in (a)–(e); (g) relationship between image contrast and via-hole diameter.

OE_60_5_054103_f005.png

4.

Results and Discussion

4.1.

Positioning Repeatability for Rectangular Detector

To maintain generality, we selected a commonly used commercial detector in optical labs as the experimental sample. The device has a square window for laser power detection. By adjusting the lens focal length and illumination, the original image of the detector was clearly captured with sharp and clean edges, as shown in Fig. 6(a). Then, the image is preprocessed on programming software (algorithms introduced in Sec. 2.2 are programmed and executed on Matlab). By setting the appropriate thresholds for the grayscale values and pixel amounts for the connected region, the target connected region that represents the active area of the detector is obtained, as labeled in blue in Fig. 6(b). Then, we applied the minimum bounding rectangle described in Sec. 2.2.1 and acquire its center, and these results are shown in Fig. 6(c). The images in Fig. 6 are 2048×2048  pixel arrays. The red asterisk in Fig. 6(c) represents the center of the blue square, and its coordinates are (1024.3, 993.3); the point (0, 0) represents the top left corner of the square and (2048, 2048) represents the bottom right corner of the square.

Fig. 6

Location of rectangular detector: (a) original image of the detector; (b) three major connected region, the blue one stands for the active area of the detector; (c) minimum bounding rectangle and the center of the target rectangle, the center is marked by the red asterisk.

OE_60_5_054103_f006.png

To examine the reliability of this positioning process, we tested and analyzed the positioning repeatability of the system. Although the edges of the square are represented by integer coordinates, the center, which is calculated using the edge points can be fractional and surpass the pixel resolution limit. In fact, we can set the datatype of the coordinates as double-precision variables in the calculation program, which would allow 16 significant digits for the results. However, this does not represent real precision. The valid precision is a composite result of image resolution, algorithm, control accuracies of the translation stages, real-time changes in the dynamic image, noisy point, and other interference.

In our experiment, the translation stages have a controlling precision of 5  μm, which sets the upper limit of the positioning precision. The repeatability tests were performed as follows. The spacing of each step was set to 100  μm. Each time the detector is shifted, we perform the imaging and recognition processes and record the center coordinates. The procedure was repeated 28 times in total. The acquired coordinates along the matching direction are plotted against the stepped distance, as shown in Fig. 7.

Fig. 7

Positioning repeatability of rectangular detector. The blue dots represent the coordinates of the recognized centers, and the red dots represent their deviations from the ideal displacement.

OE_60_5_054103_f007.png

The x axis represents the stage movement, the 28 steps corresponds to a detector displacement of 2.8 mm. The y axis represents the detector movement scaled by pixels. From the graph, we can see that the coordinates of the recognized center (denoted as blue dots) increase monotonously and smoothly with stage movement. To evaluate the positioning repeatability quantitatively, we subtracted the coordinates using their ideal references (obtained by the least-squares fitting method, shown in Fig. 7 as the black line); these results are denoted as red dots. The maximum deviation is thus within 0.7 pixels, corresponding to a distance of 26  μm in the image space. The standard deviation is estimated using the range method as follows:

Eq. (6)

s(Δx)=(ΔxmaxΔxmin)/C,
where C is the range coefficient (according to the sample size, C284), and the estimated standard deviation is 7  μm. The experiment thus demonstrates that the positioning system is reliable. The positioning repeatability can also exceed pixel resolution and surpass the limits of visual alignment. However, this resolution has to be in accordance with the limitations of the translation stage.

4.2.

Positioning Repeatability for Round Detector

For most laser power detectors, the input ports are either rectangular or round. To inspect the practicality of the proposed method, experiments were also performed for a round detector using the algorithm described in Sec. 2.2.2, and the coordinates of the center points were successfully acquired. The original image, its four major connected regions, and recognized center are displayed in Figs. 8(a), 8(b), and 8(c), respectively. In Fig. 8(c), the red asterisk represents the center of the inner circle of the yellow region, and its coordinates are (1069.4, 1058.3), while (0, 0) and (2048, 2048) represent the top-left and bottom-right boundary points of this area.

Fig. 8

Location of round detector: (a) original image of the detector; (b) four major connected regions, the inner boundary of the yellow region is the input port of the detector; (c) recognized circle and the circle center, the red asterisk represents the center of the recognized circle.

OE_60_5_054103_f008.png

We verified the positioning repeatability of our apparatus for round detectors as well. With spacing steps of 100  μm, a displacement distance of 1.5 mm was traversed along the motor stage, and the centering program was executed for 16 times. The positioning results of the round detector are shown in Fig. 9.

Fig. 9

Positioning repeatability of the round detector. The blue dots represent the coordinates of the recognized centers, and the red dots represent their deviations from the ideal displacement.

OE_60_5_054103_f009.png

The detector displacement shows a stable and uniform increment along the motor axis, similar to the positioning results of the rectangular detector. Specifically, in the 1.5-mm displacement range, the maximum deviation is within 1.2 pixels, corresponding to a distance of 46  μm in the image space. With a range coefficient of C163.5, the standard deviation was estimated to be 13  μm. These repeatability results prove that the proposed positioning system is compatible with different detector shapes, and the positioning reliability is of the order of 10  μm.

4.3.

Comparison with Conventional Methods and Discussion

In this section, we analyze the amount of additional error from positioning precision. For the axisymmetric probability of uniformity, the experiments focus on a single axis of the detectors. Power-stabilized beams with a diameter of 1 mm and wavelengths of 532 and 980 nm were applied to the detectors. Both detectors were moved horizontally for 4 mm with 100-μm steps. Owing to detector nonuniformities, the response currents generated by the photodiode detector were not constant in the active area. These currents are recorded at every step, normalized, and then plotted against the detector displacement, as shown in Fig. 10.

Fig. 10

Detector uniformity and relative errors of power measurements: (a) response uniformity of the round Si detector; (b) response uniformity of the rectangular Ge detector.

OE_60_5_054103_f010.png

In the 4-mm range, the response current of the Si detector monotonously decreased by 0.8% (peak-to-peak), and for the Ge detector, this relative deviation was a maximum of 1.6% (peak-to-peak). The uniformities of both detectors are among the average levels for conventional commercial photodiodes. The red areas in Figs. 10(a) and 10(b) show the repeatability ranges of the positioning operations along the x axis. In Sec. 1, we described the typical alignment limitations for arbitrary laser detectors,4 which are 1 mm with the help of a ruler and 0.2 to 0.5 mm with the help of a crosshair or fiber coupler adaptor. To further testify the alignment precision by human vision, alignment experiments were conducted in our laboratory with five technicians. The maximum difference based on their observations is 1 mm at 409 nm and 0.8 mm at 635 nm in the vertical direction, which is generally consistent with the data from NIST and common experience. Within the ±0.5-mm visual-alignment range, the light-blue areas represent the corresponding maximum measured deviations, which are 0.19% and 1.2% for the Si and Ge detectors, respectively. For the ±100  μm aperture-alignment range, the corresponding errors were 0.06% and 0.3%, respectively. With respect to the machine-vision system, with positioning precisions of ±13 and ±7  μm, the corresponding measured errors further decreased to 0.01% and 0.03%, respectively.

For typical calibration of the aforementioned detectors, the uncertainty component of detector alignment (uDA) is combined with the standard uncertainty of the calibrated response (uCR) and other uncertainty components (uO):

Eq. (7)

uCR=uDA2+uO2.
The uO is determined by a series of factors, including the reference standard, ammeter, power stabilized and beam shaped laser, lab temperature, humidity, and pressure. Given that the typical value of uO can be generally controlled to under 0.1% by specific means,4 the corresponding uCR is then reduced by factors of two for the Si detector and 12 for the Ge detector. These results indicate that for detectors with relatively poor uniformities, such as Ge or InGaAs detectors with small active areas, or thermopile detectors with higher power ranges, or photodiode detectors spanning wide spectral ranges, our method shows a significant advantage over the conventional method based on human vision. For finely selected Si detectors with excellent uniformities, if the detectors are used with high-accuracy measurements, such as the transfer standards of the cryogenic radiometer, the remaining uncertainty components may be much smaller (105 to 106), thus making the uniformity error non-negligible. Our method is thus also helpful for achieving a minimum combined uncertainty.

5.

Conclusion

We developed a technique for laser power scale transfer based on shape detection. A modified imaging scheme was designed and embedded in the scale-transfer setup. The experimental implementations realized highly repeatable positioning for different types of laser detectors, and the repeatability reached an accuracy of 7 to 13  μm, which is at least 30 times greater than that of human vision. For a typical calibration, this technique was demonstrated to be highly effective for error reduction. The relative measurement errors introduced by detector nonuniformities and misalignments were reduced from 0.19% to 0.01% for the Si detector and from 1.2% to 0.03% for the Ge detector. The proposed technique shows significant advantages in the scale transfer process, especially for high-accuracy measurements where nonuniformity errors cannot be neglected or for various detectors with less precise uniformities, such as detectors with small active areas, photodiode detectors spanning wide spectral ranges, or thermopile detectors with higher power ranges. Currently, the proposed technique is limited by the imaging system and only provides an effective resolution of 100  μm, yet it has great potential for further improvement of image resolution, algorithm, integration, etc. The imaging scheme can be easily integrated into existing laser measurement systems, thus making the technique convenient for implementation in optical metrology labs. The technique is expected to become a modularized tool to compress the uncertainty in each scale transfer process within traceability chains and also have potential for other detector-based optical metrological applications that are influenced by geometric accuracies.

Acknowledgments

The authors would like to thank Dr. Nan Xu, Dr. Ruoduan Sun, Dr. Qing Sun, Mr. Yunpeng Zhang, and Ms. Yaru Zhao for the helpful discussions. Funding: This work was partly supported by the Basic Research Foundation of the National Key R&D Program of China (Grant No. 2016YFF0200306), National Natural Science Foundation of China (Grant No. 11874333) and the Basic Research Foundation of National Institute of Metrology (Grant No. AKYZZ2016). Disclosures: The authors declare no conflicts of interest.

References

1. 

A. Fehlmann et al., “FourthWorld Radiometric Reference to SI radiometric scale comparison and implications for on-orbit measurements of the total solar irradiance,” Metrologia, 49 (2), S34 –S38 (2012). https://doi.org/10.1088/0026-1394/49/2/S34 MTRGAU 0026-1394 Google Scholar

2. 

J. C. Zwinkels et al., “Photometry, radiometry and ‘the candela’: evolution in the classical and quantum world,” Metrologia, 47 (5), R15 –R32 (2010). https://doi.org/10.1088/0026-1394/47/5/R01 MTRGAU 0026-1394 Google Scholar

3. 

T. R. Gentile, J. M. Houston and C. L. Cromer, “Realization of a scale of absolute spectral response using the National Institute of Standards and Technology high-accuracy cryogenic radiometer,” Appl. Opt., 35 (22), 4392 –4403 (1996). https://doi.org/10.1364/AO.35.004392 APOPAI 0003-6935 Google Scholar

4. 

D. Livigni, “High-accuracy laser power and energy meter calibration service,” NIST Spec. Publ., 250 (62), 61, 64, 65 (2020). NSPUE2 1048-776X Google Scholar

5. 

S. Kück, “Final report on EUROMET comparison EUROMET.PR-S2 (Project No. 156): responsivity of detectors for radiant power of lasers,” Metrologia, 47 (1A), 02003 (2010). https://doi.org/10.1088/0026-1394/47/1A/02003 MTRGAU 0026-1394 Google Scholar

6. 

T. Saito, “Spectral properties of semiconductor photodiodes,” Advances in Photodiodes, 21 InTech(2011). Google Scholar

7. 

M. Durak, “Spatial non-uniformity analyses of radiometric detectors to identify suited transfer standards for optical radiometry,” Eur. Phys. J. Appl. Phys., 32 (3), 193 –197 (2005). https://doi.org/10.1051/epjap:2005092 EPAPFV 1286-0042 Google Scholar

8. 

Y. D. Lin and K. D. Stock, “Thermopile detectors: spatial non-uniformity measurements and correction methods,” Metrologia, 37 (5), 481 –484 (2000). https://doi.org/10.1088/0026-1394/37/5/30 MTRGAU 0026-1394 Google Scholar

9. 

D. Livigni and L. Xiaoyu, “Spatial uniformity of optical detector responsivity,” in Labs Natl. Conf. Stds., 337 –352 (1994). Google Scholar

10. 

K. M. Nield et al., “Calibration of a trap detector against a cryogenic radiometer,” Metrologia, 35 (4), 581 –586 (1998). https://doi.org/10.1088/0026-1394/35/4/62 MTRGAU 0026-1394 Google Scholar

11. 

J. Lehman et al., “Silicon wedge-trap detector for optical fibre power measurements,” Meas. Sci. Technol., 9 (10), 1694 –1698 (1998). https://doi.org/10.1088/0957-0233/9/10/008 MSTCEP 0957-0233 Google Scholar

12. 

L. Werner et al., “Accurate determination of the spectral responsivity of silicon trap detectors between 238 nm and 1015 nm using a laser-based cryogenic radiometer,” Metrologia, 37 (4), 279 –284 (2000). https://doi.org/10.1088/0026-1394/37/4/3 MTRGAU 0026-1394 Google Scholar

13. 

J. H. Lehman and C. L. Cromer, “Optical trap detector for calibration of optical fiber powermeters: coupling efficiency,” Appl. Opt., 41 (31), 6531 –6536 (2002). https://doi.org/10.1364/AO.41.006531 Google Scholar

14. 

M. Noorma et al., “Characterization of GaAsP trap detector for radiometric measurements in ultraviolet wavelength region,” Rev. Sci. Instrum., 76 (3), 033110 (2005). https://doi.org/10.1063/1.1866972 RSINAK 0034-6748 Google Scholar

15. 

A. Lamminpää et al., “Characterization of germanium photodiodes and trap detector,” Meas. Sci. Technol., 17 (4), 908 –912 (2006). https://doi.org/10.1088/0957-0233/17/4/041 MSTCEP 0957-0233 Google Scholar

16. 

Y. Ichino, T. Saito and I. Saito, “Optical trap detector with large acceptance angle,” J. Light Vis. Environ., 32 (3), 295 –301 (2008). https://doi.org/10.2150/jlve.32.295 Google Scholar

17. 

A. C. Carter et al., “Absolute cryogenic radiometer and solid-state trap detectors for IR power scales down to 1 pW with 0.1% uncertainty,” Metrologia, 46 (4), S146 –S150 (2009). https://doi.org/10.1088/0026-1394/46/4/S02 MTRGAU 0026-1394 Google Scholar

18. 

L. C. Alves et al., “Spatial uniformity of the silicon photodiodes for establishment of spectral responsivity scale,” in XIXIMEKO World Congr., (2009). Google Scholar

19. 

A. Vaigu et al., “Compact two-element transmission trap detector for 1550-nm wavelength,” Meas. Sci. Technol., 26 (5), 55901 –55906 (2015). https://doi.org/10.1088/0957-0233/26/5/055901 MSTCEP 0957-0233 Google Scholar

20. 

S. I. Woods et al., “Wideband infrared trap detector based upon doped silicon photocurrent devices,” Appl. Opt., 57 (18), D82 –D89 (2018). https://doi.org/10.1364/AO.57.000D82 APOPAI 0003-6935 Google Scholar

21. 

E. R. Davies, Computer and Machine Vision: Theory, Algorithms, Practicalities, 7th ed.Elsevier, Surrey (2012). Google Scholar

Biography

Chaochen Li received his BS degree in optical information science and technology and his MS degree in optics from Department of Physics, Harbin Institute of Technology in 2011 and 2013, respectively. He has been an optical engineer at National Institute of Metrology, China, since 2015. His current research interests mainly focus on measurement technique and instruments of laser radiometry.

Yuqiang Deng received his BS degree in engineering mechanics, MS degree in solid mechanics, and PhD in optical engineering from Tianjin University in 2000, 2003 and 2006, respectively. He has been with the National Institute of Metrology, China, since 2006. He is the director of the Laser Radiometry Laboratory. His current research interests include laser radiometry, femtosecond pulse measurements, and terahertz metrology.

CC BY: © The Authors. Published by SPIE under a Creative Commons Attribution 4.0 Unported License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI.
Chaochen Li and Yuqiang Deng "High-precision laser power scale transfer based on shape detection," Optical Engineering 60(5), 054103 (6 May 2021). https://doi.org/10.1117/1.OE.60.5.054103
Received: 31 January 2021; Accepted: 21 April 2021; Published: 6 May 2021
Lens.org Logo
CITATIONS
Cited by 1 scholarly publication.
Advertisement
Advertisement
KEYWORDS
Sensors

Imaging systems

Image resolution

Laser metrology

Image sensors

Metrology

Optical engineering

RELATED CONTENT


Back to Top