The Optical and Electronic Design of a Hybrid Digital/Optical Correlator System

Size: px
Start display at page:

Download "The Optical and Electronic Design of a Hybrid Digital/Optical Correlator System"

Transcription

1 The Optical and Electronic Design of a Hybrid Digital/Optical Correlator System Philip M. Birch, Frederic Claret-Tournier, David Budgett, Rupert Young, Chris Chatwin. School of Engineering and Information Technology University of Sussex Brighton East Sussex BN1 9QT United Kingdom Tel: +44(0) Fax: +44(0) p.m.birch@sussex.ac.uk Abstract The design of a digital-optical hybrid correlator is detailed. The optical Fourier transform lens design and mechanical lens housing are detailed as well as the video rate fast Fourier transform digital signal processing (DSP) hardware and overall electronic control. Example results using several different filters and modulation techniques are described. Keywords Correlator, Optical Design, Digital Design, Image recognition Introduction Optical correlation enables the rapid identification of targets within an input signal. This is due to the inherent Fourier transforming property of an optical lens system, together with the capability of performing a complex multiplication between a holographically 1

2 recorded function and a coherent wavefront [1]. However, for the recognition of a 3-D object unconstrained in scale, rotation and orientation, many reference template searches may be required for recognition. The number of template filters that can be stored in thin holographic films is limited so it is now common to use a temporal multiplexing filter technique employing spatial light modulators (SLM)[2-5]. However, to realise the full programmable flexibility required, an effective electronic control and data interface must be implemented between the optical processor and a digital computer [6]. Conventional modern 4-f correlator systems typically consist of the following: An input camera, which is controlled by a computer, is used to record the input signal. The input signal is digitised and displayed on an intensity modulating liquid crystal SLM. The SLM is coherently illuminated with a laser and this signal is optically Fourier transformed to the frequency plane via a lens system. In the frequency plane the signal is mixed with pre-designed template filters represented on a second SLM and this new signal is again optically Fourier transformed, and the correlation peak is detected by a second camera. The peak then gives an indication of correlation between the input signal and filter. To perform unconstrained pattern recognition, it is generally necessary to perform several template searches per input signal. There is therefore a difference in the frame rate requirements of the input and template/peak detection sections of the correlator system. The hybrid correlator described below uses this fact to its advantage. The conventional all optical correlator system often has many of the limitations that are briefly described below: Input SLM choice. There are problems associated with low signal to noise ratio, slow speed, phase noise, and dynamic range. Physical size. For practical applications we wish limit the physical size to fit inside a PC on an expansion board. Conventional 4f correlators tend to be large and require a complex optical design to decrease their size making them difficult to place inside a PC. 2

3 Physical robustness and alignment. The current trend of SLM design is towards smaller pixels. SLMs are available with 7µm pixel pitches. The zeroth frequency pixel of the filter template SLM must be lined up to the DC of the input signal to maintain a high quality correlation spot. The small pixel pitch of the SLM leads to a very difficult mechanical design problem when the correlator is subjected to environmental perturbations. The laser source must illuminate the input SLM with uniform intensity across its field. Conversion from the Gaussian beam profile of a laser to a flat profile is nontrivial. This paper will discuss the design and construction of a hybrid correlator design that utilises the accuracy of a digital fast Fourier transform (FFT) algorithm and the highspeed capabilities of an optical Fourier transform for the filter search. Basic System Design A hybrid correlator, constructed as shown in figure 1, realises a high speed and programmable recognition system based on image correlation. This method overcomes the limitations of conventional correlators listed above by using digital electronics to perform the first leg of the correlation and high-speed optics to perform the fast template search. The system consists of five basic sections: a digital video camera capturing a 512x512 image at 40 frames per second rate, a signal processor array performing the FFT algorithm and a complex multiplication with the reference templates, an SLM which acts as the interface between the electronics and optics, an optical system to perform an Fourier Transform of the frequency plane product, a high frame rate camera to detect the correlation peak. 3

4 The input scene is captured through a slow, but high-resolution camera, as in a conventional correlator (CCD1 in figure 1). This data, instead of been displayed on an SLM and optically Fourier transformed, is digitally Fourier transformed using a real to complex FFT implemented on Digital Signal Processors (DSP) chips. This complex data is then mixed electronically using a 2D multiplicative function with pre-designed template filters. This data is displayed on an SLM, which is coherently illuminated with a beam expanded laser diode, and this signal is optically Fourier transformed with a lens. This intensity pattern is captured on a low resolution, but high speed CCD camera (CCD2). The intensity data is then sent to a high speed DSP where is the signal is peak detected, and the results are returned to the host computer. This arrangement exploits the asymmetry in the processing time requirements between the initial Fourier transform on the input image (~40ms), performed only once for each input frame, and the template matching operation of the stored reference images, which may be addressed many times per FFT to achieve complete recognition. Due to a large number of references, the template matching is to operate ideally at a speed of at least two orders of magnitude faster than the FFT process. Since there is no input SLM with this system, the problems associated with all optical correlators have been removed. The first leg of the system is performed electronically so there is high dynamic range and a high signal to noise ratio. The physical size has been reduced due to the electronic systems and a much simpler optical system. Since there is no requirement to align the system so that in the input Fourier transform s DC term is aligned within one SLM pixel, the over all system alignment tolerances have been greatly reduced, which in turn improves the overall robustness of the system. Finally, since the frequency plane is now been illuminated by the laser, a Gaussian intensity profile is not so much of problem. Indeed, the beam profile can be advantageous since it provides a high frequency apodisation. 4

5 2D FFT: Mathematical background The Discrete Fourier Transform (DFT) of an N-point discrete signal h(i) is defined by: N nk H k ( ) = h( n) WN [1] = 0 n 1 where W N e j 2π / N = and 0 k N-1. Direct DFT computation requires O(N2) arithmetic operations, while the Fast Fourier Transform (FFT) algorithm requires only O( N log 2 N) arithmetic operations. The 2D FFT is simply calculated by performing an FFT on the row data, then on the column data. The number of computations required is therefore: 2 Time N N = N O( N log N) O( N log ) [2] N However, in the hybrid correlation system, the incoming 2D image from the CCD camera represents a grey scale image consisting of real only data. According to the properties of the Fourier transform, the matrix resulting after the first 1D FFT is distributed with complex conjugate symmetry in the N-rows about the Nyquist frequency, N 2. Consequently the 1D FFT calculation on the N-columns is only carried out on half of the total columns (N) while the other half of the data for the final 2D FFT can be obtained by the complex transpose. This can be expressed as: H real N ( i, j) = H real ( N i, N j) and H imag ( i, j) = H imag ( N i, N j), i, j 0; 1 2 [3] Therefore, the timing to implement the 2D FFT at N-points can be written as: ' T 2 D N = O( N log 2 N) + Ttransp [4] 5

6 where ' Ttransp denotes an execution time for handling the complex transpose, requiring a data transfer between the multi-processors. Architecture for parallel processing of the 2D Fourier transform The key point for consideration in a digital system for implementing a 2D FFT, the template matching, complex multiple, and the interface for a digital camera, is the optimal combination of software and hardware. In the specific application of the hybrid correlator, a 2D FFT is to be performed every 40ms for a 25 Hz CCIR standard frame rate, so an optimised hardware architecture is demanded to support the given level of performance. The Super Harvard Architecture Computer (SHARC) Analogue Devices ADSP has been chosen to realise the real-time digital hybrid correlator, since, unlike the majority of DSP solutions, the SHARC device is explicitly designed for implementation as a parallel array. Furthermore, the associated development system such as code libraries, compiler or debugger are mature products, so many compatible interfaces have been extensively developed. The SHARC processors have the provision for six external high-speed data links. Figure 2 shows the electronics systems layout for the hybrid correlator. CCD1 is a 512x512 DALSA camera with a 25Hz frame rate. A field programmable gate array (FPGA) was programmed to directly control the camera and handle the data. This is passed through a FIFO (first in, first out) to the first SHARC (SHARC1). The FIFO acts as an electronic buffer that simplifies the connection between the FPGA and the SHARCs. Eight processors are arranged in two groups of four (SG1 and SG2). SHARC1 acts as a data routing controller. The first four perform an FFT on the data in 75ms. The next CCD frame is then sent to SG2 that again performs a 75ms FFT. This is then equivalent to a sub 80ms FFT, although there is a 40ms pipeline delay. Alternative architectures such as six meshed processors have also been tested but the two groups of four gave the best performance and so this was used. Another two SHARCs, SHARC2 6

7 and SHARC3, then perform the template multiplication. The data is sent in turn to SHARC4 that acts as the SLM controller via another FIFO and FPGA2. The SLM can be controlled by one of two methods: other the ISA bus or via its DALSA camera input. Since the ISA bus is too slow, FPGA2 was programmed to mimic the output for a DALSA camera. This enables a frame rate of 915Hz for the SLM. Also shown in figure 2 is the correlation spot capture and processing system. As in CCD1, CCD2 is controlled by a SHARC processor, which uses a FIFO and FPGA3 as the electrical interface. SHARC5 performs the peak detection and returns the result to the host PC. This arrangement provides for a video rate FFT, and high speed electronic mixing. There is still however a requirement for the second leg to be performed optically since this frame rate is to slow to search many templates per digital FFT input if the second leg of the system was performed digitally. The frame rates of each component are summarised in table 1. SLM A Boulder Nonlinear Systems (BNS) analogue ferroelectric (AFLC) SLM is used. It has 128x128 pixels and a frame rate of 915Hz. The device is capable of modulating along the real axis, in an analogue and bipolar (i.e. positive and negative) manner. At 670nm the SLM pixels are equivalent to approximate have-wave plates with an electronically controllable optical axis. Any deviation from π retardance results in an optical transmitted efficiency loss. The SLM is placed behind a polarising beam splitter. The input polarisation state is linear and aligned to bisect the maximum angles of the optical axes achievable by the SLM. If the optical axis of the SLM pixel is at angle θ to the plane of polarisation of the incident light, the reflected light will have been rotated by angle 2θ. The polarising beam splitter is then used to select the polarisation component 7

8 orthogonal to the incident polarisation and hence gives an amplitude modulation of the beam. If the optical axis of the pixel is rotated -θ, the outgoing light will be rotated in the opposite direction leading a negative amplitude modulation compared to the positive θ example. This allows analogue modulation along the real axis in both positive and negative directions. The advantage of such an SLM is that it allows for several modes of operation: binary phase, real axis modulation, amplitude modulation, and limited analogue phase modulation. Binary Correlation The fastest implementation of the correlator system is when a binary SLM is used. This can be a conventional FLC or the newer analogue FLC (AFLC) operated in binary mode. Binary correlation only requires the phase of the data to represented as either -1 (for zero phase) or 1 for (π phase). Most of the complex data calculated by the FFT can then be discarded. Only the sign of the real component is needed. The same operation is carried out on the template data (offline) and the data to written to the SLM is calculated using an exclusive NOR operation (or an exclusive OR which gives the same result when placed on the SLM because the absolute phase is not important). This simple bitwise operation can be carried out extremely fast, although at the expense of the accuracy of the correlator, which has been reduced to a binary-binary phase only filter. Complex Correlation The use of an AFLC SLM offers the possibility of several interesting encoding techniques. As demonstrated in references 7 and 8, the SLM is capable of performing full complex modulation with full phase and amplitude control to 8-bit resolution. In this configuration, each pixel of the device can modulate along the real axis, both in a positive and negative direction with 256 grey levels. Since negative modulation can be achieved, a two-element macro-pixel can be used to represent a complex number. One element 8

9 represents the real data and one the imaginary. Full complex modulation is achieved off axis, in a direction where there is a π/2 phase lag between the two pixels. In addition, every second macro-pixel must be negated to remove the π phase lag that would otherwise occur between the adjacent real components. Obviously, the filter calculation now requires a complex multiplication that is not as fast as a simple XOR operation but can neither the less be rapidly performed at a reduced bit resolution with fixed point arithmetic. Optical System Design The hybrid correlator is designed to fit inside a PC. The optical system design must therefore be sufficiently compact to fit onto an aluminium plate measuring 210mm by 110mm. The components to be mounted on this are: the laser module, a beam expander, the SLM, and the Fourier transform lens. A high frame rate 128x128 pixel DALSA camera was chosen as the peak detection camera. Since these cameras are physically bulky there is no room on the board for the camera. For this reason an image transfer fibre optic bundle was used so the camera can be mounted elsewhere in the PC. The optical layout of the system is shown in figure 3. A temperature controlled laser diode is used as the light source, which is collimated and beam expanded. Two beam splitters are shown in figure 3. The first beam splitter is for the illumination of the SLM and the second is to allow an additional CCD camera to be added. The additional camera has not yet been implemented; but it will be a high-resolution camera running at a slower frame rate. This camera will be used to provide a higher quality image of the correlation plane. The lens L1 performs two tasks: the collimation of the beam expander system and the first part of the FT system. For mechanical restrictions, a 15mm gap is left between the SLM and L1. Because the aperture stop is placed on the surface of the SLM, from an aberration point of view, the larger this gap is, the higher the off-axis rays are at the following lenses, and the more difficult to correct the off-axis aberrations. Therefore, this gap should be kept at a minimum. Leaving a space (0.5mm) between L1 and the first beam splitter permits the use of the spacings to compensate manufacturing errors. It is 9

10 easy to control lens spacings very precisely by the use of precision rings as spacers. These spaces should be as small as practical to make a compact system. Because of the small area available, the Fourier transform lens is the most problematic to design. The required focal length of the lens to match the pixelation of the SLM and camera is given by N 2D2D1 f = [5] λ where N 2 is the number of pixels in each row of the CCD, D 2 is the pixel size of the CCD array, D 1 is the pixel size of the SLM and λ is the wavelength. For our components, N 2 = 128, D 2 =16µm, D 1 =40µm and λ = 670nm, which corresponds to a focal length of 122 mm. The required f-number is then f/16.85 for CCD1. For this optical FT system, the phase error caused by placing the SLM off the front focal point of the FT lens is not considered because of the use of intensity detectors, and the FT lens can be considered as a photographic objective with the optical stop at the surface of the SLM. Therefore, the angle field of view, ω, of the optical system is determined by the aperture of the CCD array and the focal length of the first leg (or the second leg) of the FT lens: ω = arctan( y f ), where y is half of the diagonal distance of the CCD array and f is the focal length of the first leg of the FT lens. Substituting the corresponding data into the above equation, the angle field of view is ω=1.70. FT Lens Design No chromatic aberration correction is necessary since the system uses a diode laser source with a wavelength of 670 nm. Other aberrations should be all corrected for a FT lens. As the objective of the beam expander, the on-axis aberrations should be well corrected in L1. It is reasonable to use L2 to balance the off-axis aberrations since the field of view is small. A doublet is suitable for L1, whose focal length is chosen as 55mm with a beam diameter of 8.7mm (f/6.3). Common glass BK7 and SF5 are used which can 10

11 give a strong index break at the doublet. We have three degrees of freedom in a cemented doublet, which can be used for focal length, spherical aberration and off sine condition (OSC). From the aberration point of view, the bending of a cemented doublet can yield zero spherical aberration position where OSC is nearly zero. After the first beam splitter, there is the second lens system that forms the telephoto design. This consists of two lenses (L2 and L3), a positive meniscus lens and a negative meniscus lens, used to balance aberrations. There is then a second beam splitter, which allows for the extra camera to be added in the future. The whole leg was then optimised using Zemax with the wavefront error as the merit function. All aberrations were well corrected and the modulation transfer function was close to the diffraction limitation. Beam Expander Design The arrangement of the beam expander is nothing more than an inverted telescope. The lens L1, acts as the collimator and a negative lens is used to provide the beam expansion for the sake of compactness. The output diameter of the laser diode beam is 3mm so the required focal length of lens L4 is 18.96mm to expand the beam over the full aperture of the SLM. Since L1 is also part of the Fourier transforming system, the design optimisation is performed on L4 in Zemax. Construction the singlet lens using SF5 gives a spherical wavefront aberration error of only 0.03 waves over the full aperture. Lens Tolerancing and Housing It must be ensured that the lenses meet the requirements after tolerancing. Usually the lens is given a higher performance than needed during the design leaving an extra for tolerancing. The tolerances should not be too strict to give reasonable manufacturing costs both in optics and mechanics. Using Zemax, the tolerances are optimised and all optical components are given a tolerance on radius as 0.03 to 0.05mm (excluding plane surfaces which have 3 to 4 fringes), and on thickness and air space of lenses as 0.05mm. The decenter tolerance on the components is 0.03mm. These tolerances are practical to the manufacture's standard. Computer simulations show that with a normal distribution of these tolerances, 95% of lenses are within the limitation of the requirement of the FT lens 11

12 when the image distance is used to compensate some manufacturing errors. When the air spaces are used to compensate the manufacturing error in both optics and mechanics during the assembly, the performance of the lens system can be further improved. The system has been designed using a database of conventional lens elements in order to minimise the cost and construction time of the system. For the accuracy and ease of manufacturing of the housing, the lenses were located in a lens barrel with metal spacers inserted to maintain the correct separation. All the components are aligned and mounted on a stiff aluminium board that is then attached to the PCB (ISA card). The arrangement of all optical components and their housing are shown on figure 4. A modulated diode laser system with temperature control was chosen, even though it has a large volume, for illuminating the SLM due to its high stability in intensity, wavelength and polarisation. Experimental Results The correlator system was run in binary mode with an input frame rate of 40ms and 36 templates were searched per input frame. The letter B was chosen as the input signal to be correlated and is shown in figure 5a). This was then autocorrelated and the example output captured by the CCD camera is shown in figure 5b). The two correlation spots are expected from a binary filter. Binary filters are particularly sensitive to background clutter so in this example the system performed reasonable well. The resolution of the CCD2 camera is also limited to 128x128 pixels. To improve the performance of the filter in the presence of background clutter a different filter is required. The complex filter has not yet been implemented at full frame rate, but several test correlation results are shown using a CCIR camera output. Figure 6 shows the autocorrelation of the letter A. The central spot is the DC term caused by unmodulated light from the surface of the SLM. The two spots on either side are the first and minus first order replications of the correlation spot. 12

13 To improve the noise discrimination ability of the system, a Wiener filter, W(x,y), was implemented on the SLM [9,10], R( x, y) ( ) ( ) 2 2 x, y + N x, y W ( x, y) = [6] R where R(x,y) is the reference target and N(x,y) is the noise term. Equation [6] is multiplied by the FFT of the input scene, I(x,y), and this result was written to the SLM. The noise term was the mean power spectrum of several test images of clutter, although other models exist[9]. The noise term must remain static since the computational overheads of calculating equation [6] are large. With a constant N(x,y) it can be calculated offline. An example input is shown in figure 7a), an APC in background clutter. The correlation spot is shown in figure 7b) resulting from the cross correlation of the reference APC with this scene. The target is clearly picked out from the cluttered background. Another example is shown in figure 8a). In this case, the target is the fighter jet. A false target, a civilian jet, is shown in figure 8b). Figure 8c) shows the filter detecting the true target and figure 8d) shows the filter completely rejecting the false target. Conclusions This paper has discussed the design of a hybrid digital optical correlator. The electronic 2D FFT implementation and optical design have been discussed. Results of the correlator system operating with a binary filter and a fully complex Wiener filter have been shown. In both cases targets have been successfully identified. Since the start of this project the available DSP chip sets have already doubled in speed. It may be expected that DSP technology will continue to improve with the provision of higher clock rates, larger amounts of on-chip memory and increased data transfer 13

14 bandwidths accompanied by falling costs. Thus, accurate and fast digital FFTs will become easier to implement. Recently we have run a 128x128 real to complex 2D FFT in 100ms on a 1.5GHz PC. These improvements will make possible the development of powerful hybrid systems with performance levels unachievable by either digital or optical signal processing hardware in isolation. We gratefully acknowledge the Optical Systems Integration Programme of the Engineering and Physical Sciences Research Council (EPSRC) for their support of this research work. References 1. Vander Lugt, Signal detection by complex spatial filtering. IEEE Transaction on Information Theory, 10, pp , T. Chao, H. Zhou, G. Reyes, 512x512 High speed Greyscale Optical Correlator SPIE 4043 pp41-45 (2000) 3. D. Carrott, G. Mallaley, R. B. Dydyk, S. A. Mills Third generation Miniature Ruggedized Optical Correlator (MROC) module SPIE 3386 pp39-44 (1998) 4. R.K. Wang, C.R. Chatwin, Lin Shang, Synthetic discriminant function fringe - adjusted Joint Transform Correlator, Optical Engineering, 34(10), pp , Oct R. Cohn, Adaptive real-time architectures for phase-only correlation Applied Optics 32 (5) pp (1993) 6. D. Casasent, General-purpose optical pattern recognition image processors, Proc. IEEE, 82(11), pp , P.M. Birch, R.C.D. Young, D.M. Budgett, C.R. Chatwin, "Fully Complex Optical Modulation using an Analogue Ferroelectric Spatial Light Modulator" Optics Communications 175 pp (2000) 8. Philip M. Birch, Rupert Young, David Budgett, Chris Chatwin, Two pixel computer generated hologram using a zero twist nematic liquid crystal spatial light modulator Optics Letters 25 (14) pp (2000) 14

15 9. S. Tan, R. C. D. Young, D. M. Budgett, J. D. Richardson, C. R. Chatwin, Perfromance comparision of a linear parameteric noise estimation Wiener filter and non-linear joint transform correlator for realistic clutter backgrounds Opt. Comms 182 pp83-90 (2000) 10. R. K. Wang, R.C.D. Young, C.R.Chatwin, Assessment of a Wiener filter synthetic discrimination function for optical correlation Journal of Optics and Lasers in Engineering 22(1) pp (1995) 15

16 Process Time Input capture CCD camera frame rate 25Hz (40ms) Complete real to complex FFT Effectively 40ms with a pipeline delay XOR operation for 128x128 10µs Complex multiplication operation ~1ms SLM data refresh rate 915Hz (1.1ms) Peak detection camera rate 915Hz synchronised with SLM Table 1 16

17 Table Captions 1. Frame rate of individual components within the system. Figure Captions Figure 1. Schematic of the hybrid digital/optical correlator. Figure 2. The layout and connections of the electronic subsystem for the hybrid correlator Figure 3. The layout and mount design for the optical subsystem for the hybrid correlator. Figure 4. The mechanical design for the optics mount which are placed on the PCB board. Figure 5. Binary correlation results. A) The input signal. B) The correlation plane. Figure 6) Autocorrelation pattern of the letter A using a fully complex filter. Figure 7) Weiner filter example. A) The target in clutter. B) The correlation plane. Figure 8) Weiner filter examples. A) The target in clutter. B) A false target in clutter. C) The target s correlation plane. D) The false target s correlation plane. 17

18 512x512 DALSA CCD Camera, CCD1 FPGA Camera control High speed 2D FFT and template mixing on a SHARC array FPGA controller SLM SLM High speed peak detection camera, CCD2 SHARC detection peak Figure 1 18

19 CCD1 FPGA1 FIFO SHARC1 SG1 SG2 SHARC2 SHARC3 SHARC4 FIFO SLM FPGA2 CONTROLER CCD2 FPGA3 FIFO SHARC5 SLM FT OPTICS Figure 2 19

20 L1 L2 L3 SLM Fibre Bundle L4 Laser Diode Relay Lens CCD2 Figure 3 20

21 Fibre bundle link Relay lens Laser diode t Dalsa CCD Camera FT lens SLM Beam expander Figure 4 21

22 Figure 5 a) 22

23 Figure 5 b) 23

24 Figure 6 24

25 Figure 7a) 25

26 Figure 7b) 26

27 Figure 8 a) 27

28 Figure 8 b) 28

29 Figure 8 c) 29

30 Figure 8 d) 30

Rotation/ scale invariant hybrid digital/optical correlator system for automatic target recognition

Rotation/ scale invariant hybrid digital/optical correlator system for automatic target recognition Rotation/ scale invariant hybrid digital/optical correlator system for automatic target recognition V. K. Beri, Amit Aran, Shilpi Goyal, and A. K. Gupta * Photonics Division Instruments Research and Development

More information

Copyright 2000 Society of Photo Instrumentation Engineers.

Copyright 2000 Society of Photo Instrumentation Engineers. Copyright 2000 Society of Photo Instrumentation Engineers. This paper was published in SPIE Proceedings, Volume 4043 and is made available as an electronic reprint with permission of SPIE. One print or

More information

A novel tunable diode laser using volume holographic gratings

A novel tunable diode laser using volume holographic gratings A novel tunable diode laser using volume holographic gratings Christophe Moser *, Lawrence Ho and Frank Havermeyer Ondax, Inc. 85 E. Duarte Road, Monrovia, CA 9116, USA ABSTRACT We have developed a self-aligned

More information

Dynamic beam shaping with programmable diffractive optics

Dynamic beam shaping with programmable diffractive optics Dynamic beam shaping with programmable diffractive optics Bosanta R. Boruah Dept. of Physics, GU Page 1 Outline of the talk Introduction Holography Programmable diffractive optics Laser scanning confocal

More information

Q1 a) [30%] Limitations in the quality of the RPF are all due to the use of sampling within the SLM and binary phase modulation.

Q1 a) [30%] Limitations in the quality of the RPF are all due to the use of sampling within the SLM and binary phase modulation. Q1 a) [30%] Limitations in the quality of the RPF are all due to the use of sampling within the SLM and binary phase modulation 1) 180 o symmetry - a drawback of both the binary modulation schemes is that

More information

Department of Mechanical and Aerospace Engineering, Princeton University Department of Astrophysical Sciences, Princeton University ABSTRACT

Department of Mechanical and Aerospace Engineering, Princeton University Department of Astrophysical Sciences, Princeton University ABSTRACT Phase and Amplitude Control Ability using Spatial Light Modulators and Zero Path Length Difference Michelson Interferometer Michael G. Littman, Michael Carr, Jim Leighton, Ezekiel Burke, David Spergel

More information

Using Stock Optics. ECE 5616 Curtis

Using Stock Optics. ECE 5616 Curtis Using Stock Optics What shape to use X & Y parameters Please use achromatics Please use camera lens Please use 4F imaging systems Others things Data link Stock Optics Some comments Advantages Time and

More information

Opto-VLSI-based reconfigurable photonic RF filter

Opto-VLSI-based reconfigurable photonic RF filter Research Online ECU Publications 29 Opto-VLSI-based reconfigurable photonic RF filter Feng Xiao Mingya Shen Budi Juswardy Kamal Alameh This article was originally published as: Xiao, F., Shen, M., Juswardy,

More information

Testing Aspheric Lenses: New Approaches

Testing Aspheric Lenses: New Approaches Nasrin Ghanbari OPTI 521 - Synopsis of a published Paper November 5, 2012 Testing Aspheric Lenses: New Approaches by W. Osten, B. D orband, E. Garbusi, Ch. Pruss, and L. Seifert Published in 2010 Introduction

More information

Tutorial Zemax 9: Physical optical modelling I

Tutorial Zemax 9: Physical optical modelling I Tutorial Zemax 9: Physical optical modelling I 2012-11-04 9 Physical optical modelling I 1 9.1 Gaussian Beams... 1 9.2 Physical Beam Propagation... 3 9.3 Polarization... 7 9.4 Polarization II... 11 9 Physical

More information

Laser Scanning 3D Display with Dynamic Exit Pupil

Laser Scanning 3D Display with Dynamic Exit Pupil Koç University Laser Scanning 3D Display with Dynamic Exit Pupil Kishore V. C., Erdem Erden and Hakan Urey Dept. of Electrical Engineering, Koç University, Istanbul, Turkey Hadi Baghsiahi, Eero Willman,

More information

Be aware that there is no universal notation for the various quantities.

Be aware that there is no universal notation for the various quantities. Fourier Optics v2.4 Ray tracing is limited in its ability to describe optics because it ignores the wave properties of light. Diffraction is needed to explain image spatial resolution and contrast and

More information

Optical Components for Laser Applications. Günter Toesko - Laserseminar BLZ im Dezember

Optical Components for Laser Applications. Günter Toesko - Laserseminar BLZ im Dezember Günter Toesko - Laserseminar BLZ im Dezember 2009 1 Aberrations An optical aberration is a distortion in the image formed by an optical system compared to the original. It can arise for a number of reasons

More information

Wavefront sensing by an aperiodic diffractive microlens array

Wavefront sensing by an aperiodic diffractive microlens array Wavefront sensing by an aperiodic diffractive microlens array Lars Seifert a, Thomas Ruppel, Tobias Haist, and Wolfgang Osten a Institut für Technische Optik, Universität Stuttgart, Pfaffenwaldring 9,

More information

Performance Factors. Technical Assistance. Fundamental Optics

Performance Factors.   Technical Assistance. Fundamental Optics Performance Factors After paraxial formulas have been used to select values for component focal length(s) and diameter(s), the final step is to select actual lenses. As in any engineering problem, this

More information

Using molded chalcogenide glass technology to reduce cost in a compact wide-angle thermal imaging lens

Using molded chalcogenide glass technology to reduce cost in a compact wide-angle thermal imaging lens Using molded chalcogenide glass technology to reduce cost in a compact wide-angle thermal imaging lens George Curatu a, Brent Binkley a, David Tinch a, and Costin Curatu b a LightPath Technologies, 2603

More information

Computer Generated Holograms for Optical Testing

Computer Generated Holograms for Optical Testing Computer Generated Holograms for Optical Testing Dr. Jim Burge Associate Professor Optical Sciences and Astronomy University of Arizona jburge@optics.arizona.edu 520-621-8182 Computer Generated Holograms

More information

FULL COLOUR IMAGES ON A BINARY SPATIAL LIGHT MODULATOR

FULL COLOUR IMAGES ON A BINARY SPATIAL LIGHT MODULATOR FULL COLOUR IMAGES ON A BINARY SPATIAL LIGHT MODULATOR I.D.RANKIN, I.UNDERWOOD, A.O'HARA*, D.G.VASS*, M.R.WORBOYS** Department of Electrical Engineering, The University of Edinburgh, The Kings Buildings,

More information

Physics 431 Final Exam Examples (3:00-5:00 pm 12/16/2009) TIME ALLOTTED: 120 MINUTES Name: Signature:

Physics 431 Final Exam Examples (3:00-5:00 pm 12/16/2009) TIME ALLOTTED: 120 MINUTES Name: Signature: Physics 431 Final Exam Examples (3:00-5:00 pm 12/16/2009) TIME ALLOTTED: 120 MINUTES Name: PID: Signature: CLOSED BOOK. TWO 8 1/2 X 11 SHEET OF NOTES (double sided is allowed), AND SCIENTIFIC POCKET CALCULATOR

More information

Optical Design with Zemax

Optical Design with Zemax Optical Design with Zemax Lecture : Correction II 3--9 Herbert Gross Summer term www.iap.uni-jena.de Correction II Preliminary time schedule 6.. Introduction Introduction, Zemax interface, menues, file

More information

Optimization of Existing Centroiding Algorithms for Shack Hartmann Sensor

Optimization of Existing Centroiding Algorithms for Shack Hartmann Sensor Proceeding of the National Conference on Innovative Computational Intelligence & Security Systems Sona College of Technology, Salem. Apr 3-4, 009. pp 400-405 Optimization of Existing Centroiding Algorithms

More information

Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA

Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA Abstract: Speckle interferometry (SI) has become a complete technique over the past couple of years and is widely used in many branches of

More information

Chapter Ray and Wave Optics

Chapter Ray and Wave Optics 109 Chapter Ray and Wave Optics 1. An astronomical telescope has a large aperture to [2002] reduce spherical aberration have high resolution increase span of observation have low dispersion. 2. If two

More information

Applying of refractive beam shapers of circular symmetry to generate non-circular shapes of homogenized laser beams

Applying of refractive beam shapers of circular symmetry to generate non-circular shapes of homogenized laser beams - 1 - Applying of refractive beam shapers of circular symmetry to generate non-circular shapes of homogenized laser beams Alexander Laskin a, Vadim Laskin b a MolTech GmbH, Rudower Chaussee 29-31, 12489

More information

Contouring aspheric surfaces using two-wavelength phase-shifting interferometry

Contouring aspheric surfaces using two-wavelength phase-shifting interferometry OPTICA ACTA, 1985, VOL. 32, NO. 12, 1455-1464 Contouring aspheric surfaces using two-wavelength phase-shifting interferometry KATHERINE CREATH, YEOU-YEN CHENG and JAMES C. WYANT University of Arizona,

More information

2.2 Wavefront Sensor Design. Lauren H. Schatz, Oli Durney, Jared Males

2.2 Wavefront Sensor Design. Lauren H. Schatz, Oli Durney, Jared Males Page: 1 of 8 Lauren H. Schatz, Oli Durney, Jared Males 1 Pyramid Wavefront Sensor Overview The MagAO-X system uses a pyramid wavefront sensor (PWFS) for high order wavefront sensing. The wavefront sensor

More information

Section 2 ADVANCED TECHNOLOGY DEVELOPMENTS

Section 2 ADVANCED TECHNOLOGY DEVELOPMENTS Section 2 ADVANCED TECHNOLOGY DEVELOPMENTS 2.A High-Power Laser Interferometry Central to the uniformity issue is the need to determine the factors that control the target-plane intensity distribution

More information

Design of a digital holographic interferometer for the. ZaP Flow Z-Pinch

Design of a digital holographic interferometer for the. ZaP Flow Z-Pinch Design of a digital holographic interferometer for the M. P. Ross, U. Shumlak, R. P. Golingo, B. A. Nelson, S. D. Knecht, M. C. Hughes, R. J. Oberto University of Washington, Seattle, USA Abstract The

More information

BEAM SHAPING OPTICS TO IMPROVE HOLOGRAPHIC AND INTERFEROMETRIC NANOMANUFACTURING TECHNIQUES Paper N405 ABSTRACT

BEAM SHAPING OPTICS TO IMPROVE HOLOGRAPHIC AND INTERFEROMETRIC NANOMANUFACTURING TECHNIQUES Paper N405 ABSTRACT BEAM SHAPING OPTICS TO IMPROVE HOLOGRAPHIC AND INTERFEROMETRIC NANOMANUFACTURING TECHNIQUES Paper N5 Alexander Laskin, Vadim Laskin AdlOptica GmbH, Rudower Chaussee 9, 89 Berlin, Germany ABSTRACT Abstract

More information

Dynamic Phase-Shifting Electronic Speckle Pattern Interferometer

Dynamic Phase-Shifting Electronic Speckle Pattern Interferometer Dynamic Phase-Shifting Electronic Speckle Pattern Interferometer Michael North Morris, James Millerd, Neal Brock, John Hayes and *Babak Saif 4D Technology Corporation, 3280 E. Hemisphere Loop Suite 146,

More information

1.1 Singlet. Solution. a) Starting setup: The two radii and the image distance is chosen as variable.

1.1 Singlet. Solution. a) Starting setup: The two radii and the image distance is chosen as variable. 1 1.1 Singlet Optimize a single lens with the data λ = 546.07 nm, object in the distance 100 mm from the lens on axis only, focal length f = 45 mm and numerical aperture NA = 0.07 in the object space.

More information

Overview: Integration of Optical Systems Survey on current optical system design Case demo of optical system design

Overview: Integration of Optical Systems Survey on current optical system design Case demo of optical system design Outline Chapter 1: Introduction Overview: Integration of Optical Systems Survey on current optical system design Case demo of optical system design 1 Overview: Integration of optical systems Key steps

More information

EE119 Introduction to Optical Engineering Spring 2003 Final Exam. Name:

EE119 Introduction to Optical Engineering Spring 2003 Final Exam. Name: EE119 Introduction to Optical Engineering Spring 2003 Final Exam Name: SID: CLOSED BOOK. THREE 8 1/2 X 11 SHEETS OF NOTES, AND SCIENTIFIC POCKET CALCULATOR PERMITTED. TIME ALLOTTED: 180 MINUTES Fundamental

More information

EE119 Introduction to Optical Engineering Spring 2002 Final Exam. Name:

EE119 Introduction to Optical Engineering Spring 2002 Final Exam. Name: EE119 Introduction to Optical Engineering Spring 2002 Final Exam Name: SID: CLOSED BOOK. FOUR 8 1/2 X 11 SHEETS OF NOTES, AND SCIENTIFIC POCKET CALCULATOR PERMITTED. TIME ALLOTTED: 180 MINUTES Fundamental

More information

Understanding Optical Specifications

Understanding Optical Specifications Understanding Optical Specifications Optics can be found virtually everywhere, from fiber optic couplings to machine vision imaging devices to cutting-edge biometric iris identification systems. Despite

More information

Implementation of Adaptive Coded Aperture Imaging using a Digital Micro-Mirror Device for Defocus Deblurring

Implementation of Adaptive Coded Aperture Imaging using a Digital Micro-Mirror Device for Defocus Deblurring Implementation of Adaptive Coded Aperture Imaging using a Digital Micro-Mirror Device for Defocus Deblurring Ashill Chiranjan and Bernardt Duvenhage Defence, Peace, Safety and Security Council for Scientific

More information

An Indian Journal FULL PAPER. Trade Science Inc. Parameters design of optical system in transmitive star simulator ABSTRACT KEYWORDS

An Indian Journal FULL PAPER. Trade Science Inc. Parameters design of optical system in transmitive star simulator ABSTRACT KEYWORDS [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 23 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(23), 2014 [14257-14264] Parameters design of optical system in transmitive

More information

Stereoscopic Hologram

Stereoscopic Hologram Stereoscopic Hologram Joonku Hahn Kyungpook National University Outline: 1. Introduction - Basic structure of holographic display - Wigner distribution function 2. Design of Stereoscopic Hologram - Optical

More information

Lens Design I. Lecture 3: Properties of optical systems II Herbert Gross. Summer term

Lens Design I. Lecture 3: Properties of optical systems II Herbert Gross. Summer term Lens Design I Lecture 3: Properties of optical systems II 205-04-8 Herbert Gross Summer term 206 www.iap.uni-jena.de 2 Preliminary Schedule 04.04. Basics 2.04. Properties of optical systrems I 3 8.04.

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION Optically reconfigurable metasurfaces and photonic devices based on phase change materials S1: Schematic diagram of the experimental setup. A Ti-Sapphire femtosecond laser (Coherent Chameleon Vision S)

More information

Copyright 2004 Society of Photo Instrumentation Engineers.

Copyright 2004 Society of Photo Instrumentation Engineers. Copyright 2004 Society of Photo Instrumentation Engineers. This paper was published in SPIE Proceedings, Volume 5160 and is made available as an electronic reprint with permission of SPIE. One print or

More information

Optical Signal Processing

Optical Signal Processing Optical Signal Processing ANTHONY VANDERLUGT North Carolina State University Raleigh, North Carolina A Wiley-Interscience Publication John Wiley & Sons, Inc. New York / Chichester / Brisbane / Toronto

More information

Development of a new multi-wavelength confocal surface profilometer for in-situ automatic optical inspection (AOI)

Development of a new multi-wavelength confocal surface profilometer for in-situ automatic optical inspection (AOI) Development of a new multi-wavelength confocal surface profilometer for in-situ automatic optical inspection (AOI) Liang-Chia Chen 1#, Chao-Nan Chen 1 and Yi-Wei Chang 1 1. Institute of Automation Technology,

More information

ELECTRONIC HOLOGRAPHY

ELECTRONIC HOLOGRAPHY ELECTRONIC HOLOGRAPHY CCD-camera replaces film as the recording medium. Electronic holography is better suited than film-based holography to quantitative applications including: - phase microscopy - metrology

More information

APPLICATION NOTE

APPLICATION NOTE THE PHYSICS BEHIND TAG OPTICS TECHNOLOGY AND THE MECHANISM OF ACTION OF APPLICATION NOTE 12-001 USING SOUND TO SHAPE LIGHT Page 1 of 6 Tutorial on How the TAG Lens Works This brief tutorial explains the

More information

Fast, Two-Dimensional Optical Beamscanning by Wavelength Switching T. K. Chan, E. Myslivets, J. E. Ford

Fast, Two-Dimensional Optical Beamscanning by Wavelength Switching T. K. Chan, E. Myslivets, J. E. Ford Photonics Systems Integration Lab University of California San Diego Jacobs School of Engineering Fast, Two-Dimensional Optical Beamscanning by Wavelength Switching T. K. Chan, E. Myslivets, J. E. Ford

More information

Design of the Wide-view Collimator Based on ZEMAX

Design of the Wide-view Collimator Based on ZEMAX www.ccsenet.org/cis Computer and Information Science Vol. 4, No. 5; September 2011 Design of the Wide-view Collimator Based on ZEMAX Xuemei Bai (Corresponding author) Institute of Electronic and Information

More information

Bias errors in PIV: the pixel locking effect revisited.

Bias errors in PIV: the pixel locking effect revisited. Bias errors in PIV: the pixel locking effect revisited. E.F.J. Overmars 1, N.G.W. Warncke, C. Poelma and J. Westerweel 1: Laboratory for Aero & Hydrodynamics, University of Technology, Delft, The Netherlands,

More information

Copyright 2005 Society of Photo Instrumentation Engineers.

Copyright 2005 Society of Photo Instrumentation Engineers. Copyright 2005 Society of Photo Instrumentation Engineers. This paper was published in SPIE Proceedings, Volume 5874 and is made available as an electronic reprint with permission of SPIE. One print or

More information

EUV Plasma Source with IR Power Recycling

EUV Plasma Source with IR Power Recycling 1 EUV Plasma Source with IR Power Recycling Kenneth C. Johnson kjinnovation@earthlink.net 1/6/2016 (first revision) Abstract Laser power requirements for an EUV laser-produced plasma source can be reduced

More information

Applications of Optics

Applications of Optics Nicholas J. Giordano www.cengage.com/physics/giordano Chapter 26 Applications of Optics Marilyn Akins, PhD Broome Community College Applications of Optics Many devices are based on the principles of optics

More information

Lens Design I. Lecture 3: Properties of optical systems II Herbert Gross. Summer term

Lens Design I. Lecture 3: Properties of optical systems II Herbert Gross. Summer term Lens Design I Lecture 3: Properties of optical systems II 207-04-20 Herbert Gross Summer term 207 www.iap.uni-jena.de 2 Preliminary Schedule - Lens Design I 207 06.04. Basics 2 3.04. Properties of optical

More information

Laser Telemetric System (Metrology)

Laser Telemetric System (Metrology) Laser Telemetric System (Metrology) Laser telemetric system is a non-contact gauge that measures with a collimated laser beam (Refer Fig. 10.26). It measure at the rate of 150 scans per second. It basically

More information

PROCEEDINGS OF SPIE. Measurement of low-order aberrations with an autostigmatic microscope

PROCEEDINGS OF SPIE. Measurement of low-order aberrations with an autostigmatic microscope PROCEEDINGS OF SPIE SPIEDigitalLibrary.org/conference-proceedings-of-spie Measurement of low-order aberrations with an autostigmatic microscope William P. Kuhn Measurement of low-order aberrations with

More information

The range of applications which can potentially take advantage of CGH is very wide. Some of the

The range of applications which can potentially take advantage of CGH is very wide. Some of the CGH fabrication techniques and facilities J.N. Cederquist, J.R. Fienup, and A.M. Tai Optical Science Laboratory, Advanced Concepts Division Environmental Research Institute of Michigan P.O. Box 8618, Ann

More information

Typical requirements of passive mm-wave imaging systems, and consequences for antenna design

Typical requirements of passive mm-wave imaging systems, and consequences for antenna design Typical requirements of passive mm-wave imaging systems, and consequences for antenna design Rupert Anderton A presentation to: 6th Millimetre-wave Users Group NPL, Teddington 5 October 2009 1 1 Characteristics

More information

Tutorial Zemax 8: Correction II

Tutorial Zemax 8: Correction II Tutorial Zemax 8: Correction II 2012-10-11 8 Correction II 1 8.1 High-NA Collimator... 1 8.2 Zoom-System... 6 8.3 New Achromate and wide field system... 11 8 Correction II 8.1 High-NA Collimator An achromatic

More information

Chapter 4: Fourier Optics

Chapter 4: Fourier Optics Chapter 4: Fourier Optics P4-1. Calculate the Fourier transform of the function rect(2x)rect(/3) The rectangular function rect(x) is given b 1 x 1/2 rect( x) when 0 x 1/2 P4-2. Assume that ( gx (, )) G

More information

1 st IFAC Conference on Mechatronic Systems - Mechatronics 2000, September 18-20, 2000, Darmstadt, Germany

1 st IFAC Conference on Mechatronic Systems - Mechatronics 2000, September 18-20, 2000, Darmstadt, Germany 1 st IFAC Conference on Mechatronic Systems - Mechatronics 2000, September 18-20, 2000, Darmstadt, Germany SPACE APPLICATION OF A SELF-CALIBRATING OPTICAL PROCESSOR FOR HARSH MECHANICAL ENVIRONMENT V.

More information

In-line digital holographic interferometry

In-line digital holographic interferometry In-line digital holographic interferometry Giancarlo Pedrini, Philipp Fröning, Henrik Fessler, and Hans J. Tiziani An optical system based on in-line digital holography for the evaluation of deformations

More information

ECEN. Spectroscopy. Lab 8. copy. constituents HOMEWORK PR. Figure. 1. Layout of. of the

ECEN. Spectroscopy. Lab 8. copy. constituents HOMEWORK PR. Figure. 1. Layout of. of the ECEN 4606 Lab 8 Spectroscopy SUMMARY: ROBLEM 1: Pedrotti 3 12-10. In this lab, you will design, build and test an optical spectrum analyzer and use it for both absorption and emission spectroscopy. The

More information

GRINTECH GmbH. product information.

GRINTECH GmbH. product information. GRINTECH GmbH product information www.grintech.de GRIN rod lenses Gradient index lenses for fiber coupling and beam shaping of laser diodes z l d s f Order example: GT-LFRL-100-025-50-CC (670) Design wavelength

More information

Synopsis of paper. Optomechanical design of multiscale gigapixel digital camera. Hui S. Son, Adam Johnson, et val.

Synopsis of paper. Optomechanical design of multiscale gigapixel digital camera. Hui S. Son, Adam Johnson, et val. Synopsis of paper --Xuan Wang Paper title: Author: Optomechanical design of multiscale gigapixel digital camera Hui S. Son, Adam Johnson, et val. 1. Introduction In traditional single aperture imaging

More information

Optical Design of an Off-axis Five-mirror-anastigmatic Telescope for Near Infrared Remote Sensing

Optical Design of an Off-axis Five-mirror-anastigmatic Telescope for Near Infrared Remote Sensing Journal of the Optical Society of Korea Vol. 16, No. 4, December 01, pp. 343-348 DOI: http://dx.doi.org/10.3807/josk.01.16.4.343 Optical Design of an Off-axis Five-mirror-anastigmatic Telescope for Near

More information

Aberrations and adaptive optics for biomedical microscopes

Aberrations and adaptive optics for biomedical microscopes Aberrations and adaptive optics for biomedical microscopes Martin Booth Department of Engineering Science And Centre for Neural Circuits and Behaviour University of Oxford Outline Rays, wave fronts and

More information

A liquid crystal spatial light phase modulator and its applications

A liquid crystal spatial light phase modulator and its applications Invited Paper A liquid crystal spatial light phase modulator and its applications Tsutomu Hara Central Research Laboratory; Hamamatsu Photonics K.K. 5000 Hirakuchi, Hamakita-City, Shizuoka-Prefecture,

More information

MULTI-ELEMENT LENSES. Don t see exactly what you are looking for? CVI Laser Optics specializes in prototype to volume production manufacturing!

MULTI-ELEMENT LENSES. Don t see exactly what you are looking for? CVI Laser Optics specializes in prototype to volume production manufacturing! MULTI-ELEMENT LENSES Mirrors Multi-element lenses are an ideal solution for applications requiring specialized performance and/or a high degree of aberration correction. Our line of multi-element lenses

More information

LPCC filters realization as binary amplitude hologram in 4-f correlator: range limitation of hologram pixels representation

LPCC filters realization as binary amplitude hologram in 4-f correlator: range limitation of hologram pixels representation LPCC filters realization as binary amplitude hologram in 4-f correlator: range limitation of hologram pixels representation N.N. Evtikhiev, S.N. Starikov, R.S. Starikov, E.Yu. Zlokazov Moscow Engineering

More information

Reconstruction of Fresnel holograms using partial wave front information

Reconstruction of Fresnel holograms using partial wave front information Reconstruction of Fresnel holograms using partial wave front information R. Tudela, E. Martín-Badosa, I. Labastida, S. Vallmitjana and A. Carnicer Departament de Física Aplicada i Òptica. Universitat de

More information

Adaptive optics for laser-based manufacturing processes

Adaptive optics for laser-based manufacturing processes Adaptive optics for laser-based manufacturing processes Rainer Beck 1, Jon Parry 1, Rhys Carrington 1,William MacPherson 1, Andrew Waddie 1, Derryck Reid 1, Nick Weston 2, Jon Shephard 1, Duncan Hand 1

More information

PHY 431 Homework Set #5 Due Nov. 20 at the start of class

PHY 431 Homework Set #5 Due Nov. 20 at the start of class PHY 431 Homework Set #5 Due Nov. 0 at the start of class 1) Newton s rings (10%) The radius of curvature of the convex surface of a plano-convex lens is 30 cm. The lens is placed with its convex side down

More information

Practical Flatness Tech Note

Practical Flatness Tech Note Practical Flatness Tech Note Understanding Laser Dichroic Performance BrightLine laser dichroic beamsplitters set a new standard for super-resolution microscopy with λ/10 flatness per inch, P-V. We ll

More information

Machine Vision Lyte-MV 2

Machine Vision Lyte-MV 2 Machine Vision Lyte-MV 2 The Lyte-MV 2 Range The Lyte-MV 2 provides a reliable industrial light source for a wide range of machine vision applications including triangulation, 3D inspection and alignment.

More information

Supplementary Figure 1. Effect of the spacer thickness on the resonance properties of the gold and silver metasurface layers.

Supplementary Figure 1. Effect of the spacer thickness on the resonance properties of the gold and silver metasurface layers. Supplementary Figure 1. Effect of the spacer thickness on the resonance properties of the gold and silver metasurface layers. Finite-difference time-domain calculations of the optical transmittance through

More information

Wavelength Stabilization of HPDL Array Fast-Axis Collimation Optic with integrated VHG

Wavelength Stabilization of HPDL Array Fast-Axis Collimation Optic with integrated VHG Wavelength Stabilization of HPDL Array Fast-Axis Collimation Optic with integrated VHG C. Schnitzler a, S. Hambuecker a, O. Ruebenach a, V. Sinhoff a, G. Steckman b, L. West b, C. Wessling c, D. Hoffmann

More information

PICO MASTER 200. UV direct laser writer for maskless lithography

PICO MASTER 200. UV direct laser writer for maskless lithography PICO MASTER 200 UV direct laser writer for maskless lithography 4PICO B.V. Jan Tinbergenstraat 4b 5491 DC Sint-Oedenrode The Netherlands Tel: +31 413 490708 WWW.4PICO.NL 1. Introduction The PicoMaster

More information

The Beam Characteristics of High Power Diode Laser Stack

The Beam Characteristics of High Power Diode Laser Stack IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS The Beam Characteristics of High Power Diode Laser Stack To cite this article: Yuanyuan Gu et al 2018 IOP Conf. Ser.: Mater. Sci.

More information

Color electroholography by three colored reference lights simultaneously incident upon one hologram panel

Color electroholography by three colored reference lights simultaneously incident upon one hologram panel Color electroholography by three colored reference lights simultaneously incident upon one hologram panel Tomoyoshi Ito Japan Science and Technology Agency / Department of Medical System Engineering, Chiba

More information

FRAUNHOFER AND FRESNEL DIFFRACTION IN ONE DIMENSION

FRAUNHOFER AND FRESNEL DIFFRACTION IN ONE DIMENSION FRAUNHOFER AND FRESNEL DIFFRACTION IN ONE DIMENSION Revised November 15, 2017 INTRODUCTION The simplest and most commonly described examples of diffraction and interference from two-dimensional apertures

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Mechanical Engineering Department. 2.71/2.710 Final Exam. May 21, Duration: 3 hours (9 am-12 noon)

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Mechanical Engineering Department. 2.71/2.710 Final Exam. May 21, Duration: 3 hours (9 am-12 noon) MASSACHUSETTS INSTITUTE OF TECHNOLOGY Mechanical Engineering Department 2.71/2.710 Final Exam May 21, 2013 Duration: 3 hours (9 am-12 noon) CLOSED BOOK Total pages: 5 Name: PLEASE RETURN THIS BOOKLET WITH

More information

Figure 7 Dynamic range expansion of Shack- Hartmann sensor using a spatial-light modulator

Figure 7 Dynamic range expansion of Shack- Hartmann sensor using a spatial-light modulator Figure 4 Advantage of having smaller focal spot on CCD with super-fine pixels: Larger focal point compromises the sensitivity, spatial resolution, and accuracy. Figure 1 Typical microlens array for Shack-Hartmann

More information

Wavelength-sensitive Thin Film Filter-based Variable Fiber-optic Attenuator with an Embedded Monitoring Port

Wavelength-sensitive Thin Film Filter-based Variable Fiber-optic Attenuator with an Embedded Monitoring Port Wavelength-sensitive Thin Film Filter-based Variable Fiber-optic Attenuator with an Embedded Monitoring Port Sarun Sumriddetchkajorn and Khunat Chaitavon Electro-Optics Section National Electronics and

More information

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION Design and performance of a new compact adaptable autostigmatic alignment tool William P. Kuhn Opt-E, 3450 S Broadmont Dr Ste 112, Tucson, AZ, USA 85713-5245 bill.kuhn@opt-e.com ABSTRACT The design and

More information

Compact camera module testing equipment with a conversion lens

Compact camera module testing equipment with a conversion lens Compact camera module testing equipment with a conversion lens Jui-Wen Pan* 1 Institute of Photonic Systems, National Chiao Tung University, Tainan City 71150, Taiwan 2 Biomedical Electronics Translational

More information

Optical Engineering 421/521 Sample Questions for Midterm 1

Optical Engineering 421/521 Sample Questions for Midterm 1 Optical Engineering 421/521 Sample Questions for Midterm 1 Short answer 1.) Sketch a pechan prism. Name a possible application of this prism., write the mirror matrix for this prism (or any other common

More information

Adaptive Optics for LIGO

Adaptive Optics for LIGO Adaptive Optics for LIGO Justin Mansell Ginzton Laboratory LIGO-G990022-39-M Motivation Wavefront Sensor Outline Characterization Enhancements Modeling Projections Adaptive Optics Results Effects of Thermal

More information

4-2 Image Storage Techniques using Photorefractive

4-2 Image Storage Techniques using Photorefractive 4-2 Image Storage Techniques using Photorefractive Effect TAKAYAMA Yoshihisa, ZHANG Jiasen, OKAZAKI Yumi, KODATE Kashiko, and ARUGA Tadashi Optical image storage techniques using the photorefractive effect

More information

3.0 Alignment Equipment and Diagnostic Tools:

3.0 Alignment Equipment and Diagnostic Tools: 3.0 Alignment Equipment and Diagnostic Tools: Alignment equipment The alignment telescope and its use The laser autostigmatic cube (LACI) interferometer A pin -- and how to find the center of curvature

More information

Thin holographic camera with integrated reference distribution

Thin holographic camera with integrated reference distribution Thin holographic camera with integrated reference distribution Joonku Hahn, Daniel L. Marks, Kerkil Choi, Sehoon Lim, and David J. Brady* Department of Electrical and Computer Engineering and The Fitzpatrick

More information

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad.

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. DEPARTMENT OF PHYSICS QUESTION BANK FOR SEMESTER III PAPER III OPTICS UNIT I: 1. MATRIX METHODS IN PARAXIAL OPTICS 2. ABERATIONS UNIT II

More information

Digital Photographic Imaging Using MOEMS

Digital Photographic Imaging Using MOEMS Digital Photographic Imaging Using MOEMS Vasileios T. Nasis a, R. Andrew Hicks b and Timothy P. Kurzweg a a Department of Electrical and Computer Engineering, Drexel University, Philadelphia, USA b Department

More information

AgilOptics mirrors increase coupling efficiency into a 4 µm diameter fiber by 750%.

AgilOptics mirrors increase coupling efficiency into a 4 µm diameter fiber by 750%. Application Note AN004: Fiber Coupling Improvement Introduction AgilOptics mirrors increase coupling efficiency into a 4 µm diameter fiber by 750%. Industrial lasers used for cutting, welding, drilling,

More information

ARCoptix. Radial Polarization Converter. Arcoptix S.A Ch. Trois-portes Neuchâtel Switzerland Mail: Tel:

ARCoptix. Radial Polarization Converter. Arcoptix S.A Ch. Trois-portes Neuchâtel Switzerland Mail: Tel: ARCoptix Radial Polarization Converter Arcoptix S.A Ch. Trois-portes 18 2000 Neuchâtel Switzerland Mail: info@arcoptix.com Tel: ++41 32 731 04 66 Radially and azimuthally polarized beams generated by Liquid

More information

Optical Design with Zemax for PhD

Optical Design with Zemax for PhD Optical Design with Zemax for PhD Lecture 7: Optimization II 26--2 Herbert Gross Winter term 25 www.iap.uni-jena.de 2 Preliminary Schedule No Date Subject Detailed content.. Introduction 2 2.2. Basic Zemax

More information

Chapter 3. Introduction to Zemax. 3.1 Introduction. 3.2 Zemax

Chapter 3. Introduction to Zemax. 3.1 Introduction. 3.2 Zemax Chapter 3 Introduction to Zemax 3.1 Introduction Ray tracing is practical only for paraxial analysis. Computing aberrations and diffraction effects are time consuming. Optical Designers need some popular

More information

Design Description Document

Design Description Document UNIVERSITY OF ROCHESTER Design Description Document Flat Output Backlit Strobe Dare Bodington, Changchen Chen, Nick Cirucci Customer: Engineers: Advisor committee: Sydor Instruments Dare Bodington, Changchen

More information

Observational Astronomy

Observational Astronomy Observational Astronomy Instruments The telescope- instruments combination forms a tightly coupled system: Telescope = collecting photons and forming an image Instruments = registering and analyzing the

More information

Confocal Imaging Through Scattering Media with a Volume Holographic Filter

Confocal Imaging Through Scattering Media with a Volume Holographic Filter Confocal Imaging Through Scattering Media with a Volume Holographic Filter Michal Balberg +, George Barbastathis*, Sergio Fantini % and David J. Brady University of Illinois at Urbana-Champaign, Urbana,

More information

CHARA AO Calibration Process

CHARA AO Calibration Process CHARA AO Calibration Process Judit Sturmann CHARA AO Project Overview Phase I. Under way WFS on telescopes used as tip-tilt detector Phase II. Not yet funded WFS and large DM in place of M4 on telescopes

More information

Next generation IR imaging component requirements

Next generation IR imaging component requirements Next generation IR imaging component requirements Dr Andy Wood VP Technology Optical Systems November 2017 0 2013 Excelitas Technologies E N G A G E. E N A B L E. E X C E L. 0 Some background Optical design

More information