Improving the quantitative testing of fast aspherics surfaces with null screen using Dijkstra algorithm

Size: px
Start display at page:

Download "Improving the quantitative testing of fast aspherics surfaces with null screen using Dijkstra algorithm"

Transcription

1 Improving the quantitative testing of fast aspherics surfaces with null screen using Dijkstra algorithm Víctor Iván Moreno Oliva a *, Álvaro Castañeda Mendozaa, Manuel Campos García b, Rufino Díaz Uribe b a Universidad del Istmo, Campus Tehuantepec, C.P , Oax., México ; b Universidad Nacional Autónoma de México, Centro de Ciencias Aplicadas y Desarrollo Tecnológico, Apdo. Postal , C.P , México, D.F. ABSTRACT The null screen is a geometric method that allows the testing of fast aspherical surfaces, this method measured the local slope at the surface and by numerical integration the shape of the surface is measured. The usual technique for the numerical evaluation of the surface is the trapezoidal rule, is well-known fact that the truncation error increases with the second power of the spacing between spots of the integration path. Those paths are constructed following spots reflected on the surface and starting in an initial select spot. To reduce the numerical errors in this work we propose the use of the Dijkstra algorithm. 1 This algorithm can find the shortest path from one spot (or vertex) to another spot in a weighted connex graph. Using a modification of the algorithm it is possible to find the minimal path from one select spot to all others ones. This automates and simplifies the integration process in the test with null screens. In this work is shown the efficient proposed evaluating a previously surface with a traditional process. Keywords: Optical Testing, Aspherics, Dijkstra algoritm. 1. INTRODUCTION In the last years the null screen method has been used to testing very fast aspheric convex, 2 concave, 3 and off axis surfaces. 4 This geometrical method measures the slope of the test surface and by a numerical integration procedure the shape of the test surface can be obtained. 5 Usually the select paths of numerical integration are proposed manually starting of an initial spot a 0 (is the sagitta for one point of the surface that must be known in advance) to all the spots, each selected path is integrated numerically using approximated values for the sagitta in order to get the shape of the surface. The common method for the numerical evaluation is the trapezoidal rule for nonequally spaced data. One of the main reasons for the popularity of Dijkstra s Algorithm is that it is one of the most important and useful algorithms available for generating (exact) optimal solutions to a large class of shortest path problems. The point being that this class of problems is extremely important theoretically, practically, as well as educationally. The shortest path problem is one of the most important generic problem in such fields as Operation Research, Computer Science and Artificial Intelligence. One of the reasons for this is that essentially any combinatorial optimization problem can be formulated as a shortest path problem. In this paper we report how by means of the Dijkstra algorithm allows us to automate the process of selecting paths for the numerical integration. In this paper we report the test of a hyperbolic concave surface previously tested in another paper, 6 showing an accuracy improvement with our method. Further author information: Send correspondence to Víctor Iván Moreno Oliva vmorenofcfm@hotmail.com. 22nd Congress of the International Commission for Optics: Light for the Development of the World, edited by Ramón Rodríguez-Vera, Rufino Díaz-Uribe, Proc. of SPIE Vol. 8011, SPIE CCC code: X/11/$18 doi: / Proc. of SPIE Vol

2 2. PRELIMINARIES The Dijkstra algorithm is an algorithm to find the shortest paths from a single source vertex to any other vertex in a weighted directed connex graph. A graph is called connex if for any two of its vertices, v i, v j there is at least one route or path which connects them. One classical problem is to find the shortest path between any two vertexes (i.e. a path that has minimum length), and the algorithm proposed by Edgar W. Dijkstra ( ) efficiently solves this problem. Many practical problems in various fields can be modeled using graph theory. A transport network is an example of an oriented weighted directed graph G =(V,E), where V = v 1,v 2,...,v n is the vertexes collection and E is the collection of edges that connect pairs of vertexes. Here V can be stations or locations on the network, and E routes or paths going from station x to station y. Each edge has a number assigned, w ij for the edge s weight. For this example w ij can be the distance (miles) or time (minutes). Description of the Dijkstra algorithm: a) Begin with the source node (initial vertex), and call this the current node. Set its value to 0. Set the value of all other nodes to infinity. Mark all nodes as unvisited. b) For each unvisited node that is adjacent to the current node, do the following. If the value of the current node plus the value of the edge is less than the value of the adjacent node, change the alue of the adjacent node to this value. Otherwise leave the value as is. c) Set the current node to visited. If there are still some unvisited nodes, set the unvisited node with the smallest value as the new current node, and go to step b). if there are no unvisited nodes, then we are done Figure 1. a) (left) Centroids of the resultant image of the screen after reflection on the test surface. b) (right)the weighted connex graph resultant, shown the possible edges for find the shortest path In the qualitative evaluation of the shape of the optical surfaces with null screens method, we have a graph with the positions of the centroids of the spots (vertexes) by the resultant image of the null screen after reflection on the test surface (Fig. 1 left). In order to implement the Dijkstra algorithm we need a weighted connex graph. For these, we calculate the distances between adjacent vertexes; this distance is the weight (w ij )ofeachedgein the graph. The Fig. 1 (left) shows the centroids positions of the spots obtained in a previous test of a hyperbolic surface by null screens method. 6 Fig. 1 (right) shows the graph with all the edges calculated between adjacent vertexes, some vertexes have more of two edges, this for an initial value condition of the distance. Now with the resultant graph (Fig. 1 right) it is possible implement the Dijkstra algorithm. In Campos-García 6 paper the numerical integration method is the trapezoidal rule, where the integrations paths were selected manually estimating shortest paths. This process is tired and the paths are not guaranteed to be the shortest ones, thus with the effect of an increase in the truncation error. Proc. of SPIE Vol

3 The propose method in this paper basically consist in three steps: 1) make a connex graph with the centroids spots collections, 2) select an initial spot or vertex (z o ) by found the minimal path from zo to all the spots or vertex in the connex graph, and 3) each path find is a optimal trajectory by using the numerical integration by the trapezoidal rule. This minimizes the truncation error. A representative connex graph for the Fig. 1(right) is shown in Fig. 2, here we have the optimal path from the initial spot vi to another vertex v j. vj vi Figure 2. Representative graph for the weighted connex spots set. 3. RESULTS The results of the shortest path obtained are show in a graph in Fig. 3, starting at the vertex Z o,thedijkstra algorithm finds the optimal or minimal paths to all other vertexes in the graph. Finally a total of 1884 paths were found, i.e vertexes or spots were used in the test of hyperbolic surface. The shape of the surface can be obtained through the formula 7 p ( nx z z 0 = dx + n ) y dy, (1) n z n z p 0 Where n x, n y,andn z are the Cartesian components of the normal vector N to the test surface, and z o is the sagitta for one point of the surface that is know in advance. All these parameters were previously calculate by Campos-García 5 and are used to perform the numerical integration with the paths foun by the algorithm. The method used for discrete evaluation of the integral is the trapezoidal rule. To analyze the details of the evaluation we fit the experimental data to an aspheric surface given by z = r [r2 (k +1)S 2 ] 1/2 k +1 + D 1 S 4 + D 2 S 6 + D 3 S 8 + D 4 S 10 + Ax + By, (2) by using the Levenberg-Marquart method 8 for nonlinear least square fitting that is suitable for this task. Where r is the radius of curvature at the vertex, k is the conic constant of the test surface, S 2 = x 2 + y 2, D 1, D 2, D 3 and D 4 are deformation coefficients; and A and B are the terms of tilt in x and y respectively. In Fig. 4 we show the evaluated surface and Fig. 5 are the differences in saggita between the measured surface and the best fitting aspheric. The design parameters for the test of the hyperbolic surface are: radii of Proc. of SPIE Vol

4 z o Figure 3. Integration paths found by Dijkstra algorithm. All paths start at the same point z o. curvature r = 467mm and conic constant of k = , the parameters resulting from the least square fitting of the sagitta data are shown in Table 1. In the same table are compared the results obtained in previously test of the surface. Figure 4. Evaluated surface The radius of curvature differs approximately by mm or about 0.32% of the design value of r, andthe conic constant differs approximately , about 0.25% of the design conic constant value. The P V differ- Proc. of SPIE Vol

5 Figure 5. Sagitta differences between the measured surface and the best fitting aspheric. ences in sagitta between the evaluated surface and the best fit with the use the algorithm is Δz pv =0.078mm. Clearly shows that slightly better results are obtained using the optimal paths in the integration numerical process. 4. CONCLUSIONS We have shown a practical application of graph theory in the implementation of the Dijkstra algorithm in finding the optimal integration paths that minimize the truncation errors in the numerical integration process for the testing of fast aspheric surfaces with null screen. The Dijkstra algorithm allows to automates and speed up the numerical integration process. In previously works the selecting of integration paths are made manually by estimating the optimal paths from the initial vertex, this not guaranteed to be optimal path. in an arrangement of discrete points or vertex where there is not order or equal distances between points, it would be almost impossible to determine the optimal paths without the use of the algorithm. The results shown in comparison with the previous test, the repeatability of the method, and a slight improvement respect to the design parameters of the test surface. This ensures that the results are more reliable with the use of the algorithm. 5. ACKNOWLEDGMENTS This research was supported by DGAPA-UNAM under project PAPIIT under project No.IN Table 1. Parameters resulting from the least square fitting of the sagitta data, using the new paths found by Dijkstra algorithm. With Dijkstra algorithm r(mm) k A B D 1 (mm 3 ) D 2 (mm 5 ) D 3 (mm 7 ) D 4 (mm 9 ) Without Dijkstra algorithm (from Campos-García et al. 6 ) r(mm) k A B D 1 (mm 3 ) D 2 (mm 5 ) D 3 (mm 7 ) D 4 (mm 9 ) Proc. of SPIE Vol

6 REFERENCES [1] Johnsonbaugh, R., [Discrete mathematics], Pearson Education, Inc. (2005). [2] Díaz-Uribe, R. and Campos-García, M., Null screen testing of fast convex aspheric surfaces, Appl. Opt. 39, (2000). [3] Campos-García, M., Bolado-Gómez, R., and Díaz-Uribe, R., Testing fast aspheric concave surfaces with a cylindrical null screen, Appl. Opt. 47, (2008). [4] Avendano-Alejo, M., Moreno-Oliva, V. I., Campos-García, M., and Díaz-Uribe, R., Quantitative evaluation of an off-axis parabolic mirror by using a tilted null screen, Appl. Opt. 48, (2009). [5] Campos-García, M., Díaz-Uribe, R., and Granados-Agustín, F., Testing fast aspheric convex surfaces with a linear array of sources, Appl. Opt. 43, (2004). [6] M. Campos-García, V. I. Moreno-Oliva, M. A.-A. and Díaz-Uribe, R., Optical testing of a hyperbolic concave surface by a cylindrical null screen, in [IMEKO TC-2], AIP (2008). [7] Díaz-Uribe, R., Medium-precision null-screen testing of off-axis parabolic mirrors for segmented primary telescope optics: the large millimeter telescope, Appl. Opt. 39, (2000). [8] Bevington, P. and Robinson, D., [Data Reduction and Error Analysis for the physical Sciences], McGraw-Hill, New York, 2nd ed. (1992). Proc. of SPIE Vol

Revista Mexicana de Física ISSN: X Sociedad Mexicana de Física A.C. México

Revista Mexicana de Física ISSN: X Sociedad Mexicana de Física A.C. México Revista Mexicana de Física ISSN: 0035-001X rmf@ciencias.unam.mx Sociedad Mexicana de Física A.C. México Carmona-Paredes, L.; Díaz-Uribe, R. Geometric analysis of the null screens used for testing convex

More information

EVALUATION OF TWO REFLECTIVE COATINGS FOR THE MIRRORS OF THE HIGH RADIATIVE-FLUX SOLAR FURNACE

EVALUATION OF TWO REFLECTIVE COATINGS FOR THE MIRRORS OF THE HIGH RADIATIVE-FLUX SOLAR FURNACE EVALUATION OF TWO REFLECTIVE COATINGS FOR THE MIRRORS OF THE HIGH RADIATIVE-FLUX SOLAR FURNACE D. Riveros-Rosas, R. Castrejón-García 2, C. A. Arancibia-Bulnes 2, C. A. Pérez-Rábago 2, C. A. Estrada-Gasca

More information

Radiant Flux Analysis of a System based in Imaging Fresnel Lens and Plastic Optical Fiber with Fiber Lenses

Radiant Flux Analysis of a System based in Imaging Fresnel Lens and Plastic Optical Fiber with Fiber Lenses Radiant Flux Analysis of a System based in Imaging Fresnel Lens and Plastic Optical Fiber with Fiber Lenses Perla M. Viera-González, G. E. Sánchez-Guerrero, D. E. Ceballos-Herrera, R. Selvas-Aguilar Centro

More information

Classification and Generation of 3D Discrete Curves

Classification and Generation of 3D Discrete Curves Applied Mathematical Sciences, Vol. 1, 2007, no. 57, 2805-2825 Classification and Generation of 3D Discrete Curves Ernesto Bribiesca Departamento de Ciencias de la Computación Instituto de Investigaciones

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-27 Herbert Gross Summer term 205 www.iap.uni-jena.de 2 Preliminary Schedule 3.04. Basics 2 20.04. Properties of optical systems I 3 27.05.

More information

Color patterns in a tapered lightpipe with RGB LEDs

Color patterns in a tapered lightpipe with RGB LEDs Color patterns in a tapered lightpipe with RGB LEDs Diego Esparza, Ivan Moreno Unidad Academica de Fisica, Universidad Autonoma de Zacatecas, 98060, Zacatecas, Mexico. ABSTRACT There is an enormous range

More information

Solar light collection from buildings façades

Solar light collection from buildings façades Journal of Physics: Conference Series OPEN ACCESS Solar light collection from buildings façades To cite this article: C García Cadena et al 2015 J. Phys.: Conf. Ser. 582 012034 View the article online

More information

Null test for a highly paraboloidal mirror

Null test for a highly paraboloidal mirror Null test for a highly paraboloidal mirror Taehee Kim, James H. Burge, Yunwoo Lee, and Sungsik Kim A circular null computer-generated hologram CGH was used to test a highly paraboloidal mirror diameter,

More information

Precision Engineering

Precision Engineering Precision Engineering 37 (213) 599 65 Contents lists available at SciVerse ScienceDirect Precision Engineering jou rnal h om epage: www.elsevier.com/locate/precision Random error analysis of profile measurement

More information

P H Y L A B 1 : G E O M E T R I C O P T I C S

P H Y L A B 1 : G E O M E T R I C O P T I C S P H Y 1 4 3 L A B 1 : G E O M E T R I C O P T I C S Introduction Optics is the study of the way light interacts with other objects. This behavior can be extremely complicated. However, if the objects in

More information

M. Yamuna* et al. /International Journal of Pharmacy & Technology

M. Yamuna* et al. /International Journal of Pharmacy & Technology ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com FINDING CRITICAL PATH OF A NETWORK USING MODIFIED DIJKSTRA S ALGORITHM Shantan Sawa, Shivangee Sabharwal, Purushottam

More information

Fast scanning method for one-dimensional surface profile measurement by detecting angular deflection of a laser beam

Fast scanning method for one-dimensional surface profile measurement by detecting angular deflection of a laser beam Fast scanning method for one-dimensional surface profile measurement by detecting angular deflection of a laser beam Ryo Shinozaki, Osami Sasaki, and Takamasa Suzuki A fast scanning method for one-dimensional

More information

Measurement of Highly Parabolic Mirror using Computer Generated Hologram

Measurement of Highly Parabolic Mirror using Computer Generated Hologram Measurement of Highly Parabolic Mirror using Computer Generated Hologram Taehee Kim a, James H. Burge b, Yunwoo Lee c a Digital Media R&D Center, SAMSUNG Electronics Co., Ltd., Suwon city, Kyungki-do,

More information

Precision cylindrical face grinding

Precision cylindrical face grinding Precision Engineering 23 (1999) 177 184 Precision cylindrical face grinding Albert J. Shih a, *, Nien L. Lee b a Department of Mechanical and Aerospace Engineering, North Carolina State University, Raleigh,

More information

Influence of geometric imperfections on tapered roller bearings life and performance

Influence of geometric imperfections on tapered roller bearings life and performance Influence of geometric imperfections on tapered roller bearings life and performance Rodríguez R a, Calvo S a, Nadal I b and Santo Domingo S c a Computational Simulation Centre, Instituto Tecnológico de

More information

arxiv: v1 [physics.optics] 9 Nov 2018

arxiv: v1 [physics.optics] 9 Nov 2018 Rigorous analytical formula for freeform singlet lens design free of spherical aberration Rafael G. González-Acuña 1,, Héctor A. Chaparro-Romo 2 and Julio C. Gutiérrez-Vega 1 1 Photonics and Mathematical

More information

Ray shooting from convex ranges

Ray shooting from convex ranges Discrete Applied Mathematics 108 (2001) 259 267 Ray shooting from convex ranges Evangelos Kranakis a, Danny Krizanc b, Anil Maheshwari a;, Jorg-Rudiger Sack a, Jorge Urrutia c a School of Computer Science,

More information

Synopsis: Location of mechanical features in lens mounts by P. Yoder

Synopsis: Location of mechanical features in lens mounts by P. Yoder Synopsis: Location of mechanical features in lens mounts by P. Yoder Jeff Wilson Abstract: Glass to metal mechanical lens mounting can be accomplished by understanding the interface between the lens and

More information

ksa MOS Ultra-Scan Performance Test Data

ksa MOS Ultra-Scan Performance Test Data ksa MOS Ultra-Scan Performance Test Data Introduction: ksa MOS Ultra Scan 200mm Patterned Silicon Wafers The ksa MOS Ultra Scan is a flexible, highresolution scanning curvature and tilt-measurement system.

More information

Light: Geometric Optics (Chapter 23)

Light: Geometric Optics (Chapter 23) Light: Geometric Optics (Chapter 23) Units of Chapter 23 The Ray Model of Light Reflection; Image Formed by a Plane Mirror Formation of Images by Spherical Index of Refraction Refraction: Snell s Law 1

More information

6. Applications - Text recognition in videos - Semantic video analysis

6. Applications - Text recognition in videos - Semantic video analysis 6. Applications - Text recognition in videos - Semantic video analysis Stephan Kopf 1 Motivation Goal: Segmentation and classification of characters Only few significant features are visible in these simple

More information

Experiment 3: Reflection

Experiment 3: Reflection Model No. OS-8515C Experiment 3: Reflection Experiment 3: Reflection Required Equipment from Basic Optics System Light Source Mirror from Ray Optics Kit Other Required Equipment Drawing compass Protractor

More information

Course Number: Course Title: Geometry

Course Number: Course Title: Geometry Course Number: 1206310 Course Title: Geometry RELATED GLOSSARY TERM DEFINITIONS (89) Altitude The perpendicular distance from the top of a geometric figure to its opposite side. Angle Two rays or two line

More information

First results on free-form polishing using the Precessions process

First results on free-form polishing using the Precessions process First results on free-form polishing using the Precessions process David Walker 1,2, Anthony Beaucamp 1, Christina Dunn 2, Richard Freeman 1, Andreas Marek 1, Gerry McCavana 1, Roger Morton 1, David Riley

More information

Geometric Optics. The Law of Reflection. Physics Waves & Oscillations 3/20/2016. Spring 2016 Semester Matthew Jones

Geometric Optics. The Law of Reflection. Physics Waves & Oscillations 3/20/2016. Spring 2016 Semester Matthew Jones Physics 42200 Waves & Oscillations Lecture 27 Propagation of Light Hecht, chapter 5 Spring 2016 Semester Matthew Jones Geometric Optics Typical problems in geometric optics: Given an optical system, what

More information

Optimization of optical systems for LED spot lights concerning the color uniformity

Optimization of optical systems for LED spot lights concerning the color uniformity Optimization of optical systems for LED spot lights concerning the color uniformity Anne Teupner* a, Krister Bergenek b, Ralph Wirth b, Juan C. Miñano a, Pablo Benítez a a Technical University of Madrid,

More information

Alignment of a Single Surface

Alignment of a Single Surface Alignment of a Single Surface This procedure will be used (w/some variations) to align any off-axis aspheric surface to an established optical axis. Spring 2018 185 Procedure: Off-axis alignment Back of

More information

Light: Geometric Optics

Light: Geometric Optics Light: Geometric Optics 23.1 The Ray Model of Light Light very often travels in straight lines. We represent light using rays, which are straight lines emanating from an object. This is an idealization,

More information

Coherent digital demodulation of single-camera N-projections for 3D-object shape measurement: Co-phased profilometry

Coherent digital demodulation of single-camera N-projections for 3D-object shape measurement: Co-phased profilometry Coherent digital demodulation of single-camera N-projections for 3D-object shape measurement: Co-phased profilometry M. Servin, 1,* G. Garnica, 1 J. C. Estrada, 1 and A. Quiroga 2 1 Centro de Investigaciones

More information

Image Formation and the Lens: Object Beyond The Focal Point

Image Formation and the Lens: Object Beyond The Focal Point Image Formation and the Lens: Object Beyond The Focal Point A convex lens is shown below with its focal points displayed (the dots). An object is located to the left of and at a distance of 2f to the lens.

More information

OPTICAL RAY TRACING PROGRAM. A simple program has been written which will enable the non-expert to

OPTICAL RAY TRACING PROGRAM. A simple program has been written which will enable the non-expert to OPTICAL RAY TRACING PROGRAM SLAC-TN-71-19 E. A. Taylor July 1971 Introduction: A simple program has been written which will enable the non-expert to trace rays through a variety of geometric optical elements.

More information

Obtaining the curve Phase shift vs gray level of a spatial light modulator Holoeye LC2012

Obtaining the curve Phase shift vs gray level of a spatial light modulator Holoeye LC2012 Journal of Physics: Conference Series PAPER OPEN ACCESS Obtaining the curve Phase shift vs gray level of a spatial light modulator Holoeye LC2012 To cite this article: B Villalobos-Mendoza et al 2015 J.

More information

Chapter 33 Continued Properties of Light. Law of Reflection Law of Refraction or Snell s Law Chromatic Dispersion Brewsters Angle

Chapter 33 Continued Properties of Light. Law of Reflection Law of Refraction or Snell s Law Chromatic Dispersion Brewsters Angle Chapter 33 Continued Properties of Light Law of Reflection Law of Refraction or Snell s Law Chromatic Dispersion Brewsters Angle Dispersion: Different wavelengths have different velocities and therefore

More information

Determining Wave-Optics Mesh Parameters for Complex Optical Systems

Determining Wave-Optics Mesh Parameters for Complex Optical Systems Copyright 007 Society of Photo-Optical Instrumentation Engineers. This paper was published in SPIE Proc. Vol. 6675-7 and is made available as an electronic reprint with permission of SPIE. One print or

More information

CS350: Data Structures Dijkstra s Shortest Path Alg.

CS350: Data Structures Dijkstra s Shortest Path Alg. Dijkstra s Shortest Path Alg. James Moscola Department of Engineering & Computer Science York College of Pennsylvania James Moscola Shortest Path Algorithms Several different shortest path algorithms exist

More information

Uniform illumination of distant targets using a spherical light-emitting diode array

Uniform illumination of distant targets using a spherical light-emitting diode array 46 3, 033001 March 2007 Uniform illumination of distant targets using a spherical light-emitting diode array Ivan Moreno, MEMBER SPIE Universidad Autonoma de Zacatecas Unidad Academica de Fisica Apdo.

More information

Chapter 7: Geometrical Optics. The branch of physics which studies the properties of light using the ray model of light.

Chapter 7: Geometrical Optics. The branch of physics which studies the properties of light using the ray model of light. Chapter 7: Geometrical Optics The branch of physics which studies the properties of light using the ray model of light. Overview Geometrical Optics Spherical Mirror Refraction Thin Lens f u v r and f 2

More information

A RADIAL WHITE LIGHT INTERFEROMETER FOR MEASUREMENT OF CYLINDRICAL GEOMETRIES

A RADIAL WHITE LIGHT INTERFEROMETER FOR MEASUREMENT OF CYLINDRICAL GEOMETRIES A RADIAL WHITE LIGHT INTERFEROMETER FOR MEASUREMENT OF CYLINDRICAL GEOMETRIES Andre R. Sousa 1 ; Armando Albertazzi 2 ; Alex Dal Pont 3 CEFET/SC Federal Center for Technological Education of Sta. Catarina

More information

Lecture 36: FRI 17 APR

Lecture 36: FRI 17 APR Physics 2102 Jonathan Dowling Lecture 36: FRI 17 APR 34.1 4: Geometrical optics Geometrical Optics Geometrical optics (rough approximation): light rays ( particles ) that travel in straight lines. Physical

More information

Guo, Wenjiang; Zhao, Liping; Chen, I-Ming

Guo, Wenjiang; Zhao, Liping; Chen, I-Ming Title Dynamic focal spots registration algorithm for freeform surface measurement Author(s) Guo, Wenjiang; Zhao, Liping; Chen, I-Ming Citation Guo, W., Zhao, L., & Chen, I.-M. (2013). Dynamic focal spots

More information

IMPLEMENTATION OF RBF TYPE NETWORKS BY SIGMOIDAL FEEDFORWARD NEURAL NETWORKS

IMPLEMENTATION OF RBF TYPE NETWORKS BY SIGMOIDAL FEEDFORWARD NEURAL NETWORKS IMPLEMENTATION OF RBF TYPE NETWORKS BY SIGMOIDAL FEEDFORWARD NEURAL NETWORKS BOGDAN M.WILAMOWSKI University of Wyoming RICHARD C. JAEGER Auburn University ABSTRACT: It is shown that by introducing special

More information

An Algorithmic Approach to Graph Theory Neetu Rawat

An Algorithmic Approach to Graph Theory Neetu Rawat An Algorithmic Approach to Graph Theory Neetu Rawat nrwt12345@gmail.com, Assistant Professor, Chameli Devi Group of Institutions, Indore. India. Abstract This paper compares two different minimum spanning

More information

Boundary descriptors. Representation REPRESENTATION & DESCRIPTION. Descriptors. Moore boundary tracking

Boundary descriptors. Representation REPRESENTATION & DESCRIPTION. Descriptors. Moore boundary tracking Representation REPRESENTATION & DESCRIPTION After image segmentation the resulting collection of regions is usually represented and described in a form suitable for higher level processing. Most important

More information

Three Dimensional Measurements by Deflectometry and Double Hilbert Transform

Three Dimensional Measurements by Deflectometry and Double Hilbert Transform Three Dimensional Measurements by Deflectometry and Double Hilbert Transform Silin Na*, Sanghoon Shin**, Younghun Yu* * Department of Physics, Jeju National University, Jeju, 63243, Korea ** Kanghae Precision

More information

Math 7 Glossary Terms

Math 7 Glossary Terms Math 7 Glossary Terms Absolute Value Absolute value is the distance, or number of units, a number is from zero. Distance is always a positive value; therefore, absolute value is always a positive value.

More information

3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS

3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS 3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS Finding the Zeros of a Quadratic Function Examples 1 and and more Find the zeros of f(x) = x x 6. Solution by Factoring f(x) = x x 6 = (x 3)(x + )

More information

SWING ARM OPTICAL CMM

SWING ARM OPTICAL CMM SWING ARM OPTICAL CMM Peng Su, Chang Jin Oh, Robert E. Parks, James H. Burge College of Optical Sciences University of Arizona, Tucson, AZ 85721 OVERVIEW The swing arm profilometer described in reference

More information

Generalization of the Coddington Equations to Include Hybrid Diffractive Surfaces

Generalization of the Coddington Equations to Include Hybrid Diffractive Surfaces Generalization of the oddington Equations to Include Hybrid Diffractive Surfaces hunyu Zhao* and James H. Burge ollege of Optical Sciences University of Arizona Tucson, AZ USA 857 ABSTRAT oddington Equations

More information

Advanced System for Management and Recognition of Minutiae in Fingerprints

Advanced System for Management and Recognition of Minutiae in Fingerprints Advanced System for Management and Recognition of Minutiae in Fingerprints Angélica González, José Gómez, Miguel Ramón, and Luis García * Abstract. This article briefly describes the advanced computer

More information

QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 252 FALL 2008 KUNIYUKI SCORED OUT OF 125 POINTS MULTIPLIED BY % POSSIBLE

QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 252 FALL 2008 KUNIYUKI SCORED OUT OF 125 POINTS MULTIPLIED BY % POSSIBLE QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 5 FALL 8 KUNIYUKI SCORED OUT OF 15 POINTS MULTIPLIED BY.84 15% POSSIBLE 1) Reverse the order of integration, and evaluate the resulting double integral: 16 y dx dy. Give

More information

Optical design of COrE+

Optical design of COrE+ Optical design of COrE+ Karl Young November 23, 2015 The optical designs for COrE+ were made by Darragh McCarthy and Neil Trappe at Maynooth University and Karl Young and Shaul Hanany at University of

More information

Testing spherical surfaces: a fast, quasi-absolute technique

Testing spherical surfaces: a fast, quasi-absolute technique Testing spherical surfaces: a fast, quasi-absolute technique Katherine Creath and James C. Wyant A technique for measuring the quality of spherical surfaces that provides a quasi-absolute result is presented.

More information

Recovering Primitives in 3D CAD meshes

Recovering Primitives in 3D CAD meshes Recovering Primitives in 3D CAD / R.Bénière 1/17 Recovering Primitives in 3D CAD meshes Roseline Bénière G. Subsol, G. Gesquière, F. Le Breton and W. Puech LIRMM, Montpellier, France C4W, Montpellier,

More information

Optics Course (Phys 311) Geometrical Optics Refraction through Lenses

Optics Course (Phys 311) Geometrical Optics Refraction through Lenses Optics Course (Phys ) Geometrical Optics Refraction through Lenses Lecturer: Dr Zeina Hashim Slide 1 Objectives covered in this lesson : 1. Refraction through single spherical refracting surfaces. 2. Lenses:

More information

Waves & Oscillations

Waves & Oscillations Physics 42200 Waves & Oscillations Lecture 26 Propagation of Light Hecht, chapter 5 Spring 2015 Semester Matthew Jones Geometric Optics Typical problems in geometric optics: Given an optical system, what

More information

Analytic Geometry. Affine space. 3D y. Dimensions

Analytic Geometry. Affine space. 3D y. Dimensions y x Analytic Geometry Analytic geometry, usually called coordinate geometry or analytical geometry, is the study of geometry using the principles of algebra The link between algebra and geometry was made

More information

Computer Simulation of Prostate Surgery

Computer Simulation of Prostate Surgery Computer Simulation of Prostate Surgery Miguel Angel Padilla, Felipe Altamirano, Fernando Arámbula and Jorge Marquez Image Analysis and Visualization Lab., Centro de Ciencias Aplicadas y Desarrollo Tecnológico

More information

Conditions for perfect focusing multiple point sources with the SMS design method

Conditions for perfect focusing multiple point sources with the SMS design method Conditions for perfect focusing multiple point sources with the SMS design method P. Benítez* a, Juan C. Miñano ab, Milena Nikolic a, Jiayao Liu a, Jose Infante a, Fabian Duerr c a Universidad Politécnica

More information

Brilliant Pattern. Łukasz Gładczuk. XIV Stanisław Staszic High School, ul. Wiktorska 37a, Warszawa, Poland

Brilliant Pattern. Łukasz Gładczuk. XIV Stanisław Staszic High School, ul. Wiktorska 37a, Warszawa, Poland Brilliant Pattern Łukasz Gładczuk XIV Stanisław Staszic High School, ul. Wiktorska 7a, 0-010 Warszawa, Poland szkola@staszic.waw.pl Abstract This paper shows our investigation of an IYPT 010 problem Brilliant

More information

Contrast Optimization: A faster and better technique for optimizing on MTF ABSTRACT Keywords: INTRODUCTION THEORY

Contrast Optimization: A faster and better technique for optimizing on MTF ABSTRACT Keywords: INTRODUCTION THEORY Contrast Optimization: A faster and better technique for optimizing on MTF Ken Moore, Erin Elliott, Mark Nicholson, Chris Normanshire, Shawn Gay, Jade Aiona Zemax, LLC ABSTRACT Our new Contrast Optimization

More information

INTRODUCTION TO The Uniform Geometrical Theory of Diffraction

INTRODUCTION TO The Uniform Geometrical Theory of Diffraction INTRODUCTION TO The Uniform Geometrical Theory of Diffraction D.A. McNamara, C.W.I. Pistorius J.A.G. Malherbe University of Pretoria Artech House Boston London CONTENTS Preface xiii Chapter 1 The Nature

More information

34.2: Two Types of Image

34.2: Two Types of Image Chapter 34 Images 34.2: Two Types of Image For you to see an object, your eye intercepts some of the light rays spreading from the object and then redirect them onto the retina at the rear of the eye.

More information

Hidefumi Wakamatsu, Yuusuke Tanaka, Akira Tsumaya, Keiichi Shirase, and Eiji Arai

Hidefumi Wakamatsu, Yuusuke Tanaka, Akira Tsumaya, Keiichi Shirase, and Eiji Arai Representation and Planning of Deformable Linear Object Manipulation Including Knotting Hidefumi Wakamatsu, Yuusuke Tanaka, Akira Tsumaya, Keiichi Shirase, and Eiji Arai Dept. of Manufacturing Science,

More information

CHAPTER 8 QUADRATIC RELATIONS AND CONIC SECTIONS

CHAPTER 8 QUADRATIC RELATIONS AND CONIC SECTIONS CHAPTER 8 QUADRATIC RELATIONS AND CONIC SECTIONS Big IDEAS: 1) Writing equations of conic sections ) Graphing equations of conic sections 3) Solving quadratic systems Section: Essential Question 8-1 Apply

More information

On the focal point of a lens: beyond the paraxial approximation

On the focal point of a lens: beyond the paraxial approximation INSTITUTE OF PHYSICS PUBLISHING Eur. J. Phys. 27 (2006) 231 241 EUROPEAN JOURNAL OF PHYSICS doi:10.1088/0143-0807/27/2/006 On the focal point of a lens: beyond the paraxial approximation Pedro Carpena

More information

Total Variation Denoising with Overlapping Group Sparsity

Total Variation Denoising with Overlapping Group Sparsity 1 Total Variation Denoising with Overlapping Group Sparsity Ivan W. Selesnick and Po-Yu Chen Polytechnic Institute of New York University Brooklyn, New York selesi@poly.edu 2 Abstract This paper describes

More information

AP Physics: Curved Mirrors and Lenses

AP Physics: Curved Mirrors and Lenses The Ray Model of Light Light often travels in straight lines. We represent light using rays, which are straight lines emanating from an object. This is an idealization, but is very useful for geometric

More information

ON THE VELOCITY OF A WEIGHTED CYLINDER DOWN AN INCLINED PLANE

ON THE VELOCITY OF A WEIGHTED CYLINDER DOWN AN INCLINED PLANE ON THE VELOCITY OF A WEIGHTED CYLINDER DOWN AN INCLINED PLANE Raghav Grover and Aneesh Agarwal RG (Grade 12 High School), AA (Grade 11 High School) Department of Physics, The Doon School, Dehradun. raghav.503.2019@doonschool.com,

More information

Machine vision. Summary # 6: Shape descriptors

Machine vision. Summary # 6: Shape descriptors Machine vision Summary # : Shape descriptors SHAPE DESCRIPTORS Objects in an image are a collection of pixels. In order to describe an object or distinguish between objects, we need to understand the properties

More information

Offset Triangular Mesh Using the Multiple Normal Vectors of a Vertex

Offset Triangular Mesh Using the Multiple Normal Vectors of a Vertex 285 Offset Triangular Mesh Using the Multiple Normal Vectors of a Vertex Su-Jin Kim 1, Dong-Yoon Lee 2 and Min-Yang Yang 3 1 Korea Advanced Institute of Science and Technology, sujinkim@kaist.ac.kr 2 Korea

More information

An Evolutionary Algorithm for the Multi-objective Shortest Path Problem

An Evolutionary Algorithm for the Multi-objective Shortest Path Problem An Evolutionary Algorithm for the Multi-objective Shortest Path Problem Fangguo He Huan Qi Qiong Fan Institute of Systems Engineering, Huazhong University of Science & Technology, Wuhan 430074, P. R. China

More information

Ratios and Proportional Relationships (RP) 6 8 Analyze proportional relationships and use them to solve real-world and mathematical problems.

Ratios and Proportional Relationships (RP) 6 8 Analyze proportional relationships and use them to solve real-world and mathematical problems. Ratios and Proportional Relationships (RP) 6 8 Analyze proportional relationships and use them to solve real-world and mathematical problems. 7.1 Compute unit rates associated with ratios of fractions,

More information

Logarithmic Profiles of Rollers in Roller Bearings and Optimization of the Profiles

Logarithmic Profiles of Rollers in Roller Bearings and Optimization of the Profiles NTN TECHNICAL REVIEW No7 007 The 006 Japan Society of Mechanical Engineers Young Engineers Award Logarithmic Profiles of Rollers in Roller Bearings and Optimization of the Profiles Hiroki FUJIWARA Tatsuo

More information

Design von segmentierten Beleuchtungsoptiken

Design von segmentierten Beleuchtungsoptiken Design von segmentierten Beleuchtungsoptiken Dirk Michaelis, 1 Peter Schreiber, 1 Herbert Gross 1,2 25.11.2016 (1) Fraunhofer Institute for Applied Optics and Precision Engineering IOF, Jena, Germany (2)

More information

Local qualitative shape from stereo. without detailed correspondence. Extended Abstract. Shimon Edelman. Internet:

Local qualitative shape from stereo. without detailed correspondence. Extended Abstract. Shimon Edelman. Internet: Local qualitative shape from stereo without detailed correspondence Extended Abstract Shimon Edelman Center for Biological Information Processing MIT E25-201, Cambridge MA 02139 Internet: edelman@ai.mit.edu

More information

Chapter 36. Image Formation

Chapter 36. Image Formation Chapter 36 Image Formation Apr 22, 2012 Light from distant things We learn about a distant thing from the light it generates or redirects. The lenses in our eyes create images of objects our brains can

More information

MA 114 Worksheet #17: Average value of a function

MA 114 Worksheet #17: Average value of a function Spring 2019 MA 114 Worksheet 17 Thursday, 7 March 2019 MA 114 Worksheet #17: Average value of a function 1. Write down the equation for the average value of an integrable function f(x) on [a, b]. 2. Find

More information

Measurements of local radii of curvature by the retrocollimated interferometric method

Measurements of local radii of curvature by the retrocollimated interferometric method INVESTIGACIÓN REVISTA MEXICANA DE FÍSICA 54 (3) 194 199 JUNIO 2008 Measurements of local radii of curvature by the retrocollimated interferometric method J. D. Sacramento-Solano, F.S. Granados-Agustín,

More information

Local optimization strategies to escape from poor local minima

Local optimization strategies to escape from poor local minima Header for SPIE use Local optimization strategies to escape from poor local minima Florian Bociort, lexander Serebriakov and Joseph Braat Optics Research Group, Delft University of Technology Lorentzweg

More information

Invited Paper. Telescope. James H. Burge a ABSTRACT M5 M2

Invited Paper. Telescope. James H. Burge a ABSTRACT M5 M2 Invited Paper Alignment of 4-mirror r Wide Field Corrector for the Hobby-Eberly Telescope Chang Jin Oh* a, Eric H. Frater a, Laura Coyle a, Matt Dubin a, Andrew Lowman a, Chunyu Zhao a, James H. Burge

More information

MODELLING WITH ECONOMICS Ivan Meznik, Miloslav Kerkovsky Brno University of Technology, Czech Republic

MODELLING WITH ECONOMICS Ivan Meznik, Miloslav Kerkovsky Brno University of Technology, Czech Republic MODELLING WITH ECONOMICS Ivan Meznik, Miloslav Kerkovsky Brno University of Technology, Czech Republic meznik@fbm.vutbr.cz, kerkovsk@fbm.vutbr.cz Abstract The paper concerns the methodology of modelling.

More information

Work Toward Verification of a Geometric Construction The Regular Pentagon

Work Toward Verification of a Geometric Construction The Regular Pentagon Work Toward Verification of a Geometric Construction The Regular Pentagon Ed Ladenburger August 9, 007 Given: Steps for the geometric construction of a regular pentagon:. Construct a circle this circle,

More information

Chapter 7: Geometrical Optics

Chapter 7: Geometrical Optics Chapter 7: Geometrical Optics 7. Reflection at a Spherical Surface L.O 7.. State laws of reflection Laws of reflection state: L.O The incident ray, the reflected ray and the normal all lie in the same

More information

EXACT FACE-OFFSETTING FOR POLYGONAL MESHES

EXACT FACE-OFFSETTING FOR POLYGONAL MESHES 5.0 GEOMIMESIS/LANDFORMING HAMBLETON + ROSS EXACT FACE-OFFSETTING FOR POLYGONAL MESHES Elissa Ross MESH Consultants Inc. Daniel Hambleton MESH Consultants Inc. ABSTRACT Planar-faced mesh surfaces such

More information

Polynomial Time Recognition of Uniform Cocircuit Graphs

Polynomial Time Recognition of Uniform Cocircuit Graphs Polynomial Time Recognition of Uniform Cocircuit Graphs Ricardo Gómez Aiza, Juan José Montellano Ballesteros, Ricardo Strausz Instituto de Matemáticas Universidad Nacional Autónoma de México México D.F.,

More information

Approaches to Simulate the Operation of the Bending Machine

Approaches to Simulate the Operation of the Bending Machine Approaches to Simulate the Operation of the Bending Machine Ornwadee Ratanapinunchai Chanunchida Theerasilp Teerut Suksawai Project Advisors: Dr. Krit Chongsrid and Dr. Waree Kongprawechnon Department

More information

Invited Paper. Katherine Creath and James C. Wyant WYKO Corporation 2650 East Elvira Road, Tucson, Arizona ABSTRACT 1. INTRODUCTION.

Invited Paper. Katherine Creath and James C. Wyant WYKO Corporation 2650 East Elvira Road, Tucson, Arizona ABSTRACT 1. INTRODUCTION. Invited Paper Absolute Measurement of Spherical Surfaces Katherine Creath and James C. Wyant WYKO Corporation 2650 East Elvira Road, Tucson, Arizona 85706 ABSTRACT The testing of spherical surfaces using

More information

S. J. Wormley, B. P. Newberry, M. S. Hughes D. K. Hsu, and D. O. Thompson Center for NDE Iowa State University Ames, Iowa 50011

S. J. Wormley, B. P. Newberry, M. S. Hughes D. K. Hsu, and D. O. Thompson Center for NDE Iowa State University Ames, Iowa 50011 APPLICATION OF GAUSS-HERMITE BEAM MODEL TO THE DESIGN OF ULTRASONIC PROBES S. J. Wormley, B. P. Newberry, M. S. Hughes D. K. Hsu, and D. O. Thompson Center for NDE Iowa State University Ames, Iowa 50011

More information

Mathematics 134 Calculus 2 With Fundamentals Exam 2 Answers/Solutions for Sample Questions March 2, 2018

Mathematics 134 Calculus 2 With Fundamentals Exam 2 Answers/Solutions for Sample Questions March 2, 2018 Sample Exam Questions Mathematics 1 Calculus 2 With Fundamentals Exam 2 Answers/Solutions for Sample Questions March 2, 218 Disclaimer: The actual exam questions may be organized differently and ask questions

More information

Lecture Notes (Geometric Optics)

Lecture Notes (Geometric Optics) Lecture Notes (Geometric Optics) Intro: - plane mirrors are flat, smooth surfaces from which light is reflected by regular reflection - light rays are reflected with equal angles of incidence and reflection

More information

QUALITATIVE MODELING FOR MAGNETIZATION CURVE

QUALITATIVE MODELING FOR MAGNETIZATION CURVE Journal of Marine Science and Technology, Vol. 8, No. 2, pp. 65-70 (2000) 65 QUALITATIVE MODELING FOR MAGNETIZATION CURVE Pei-Hwa Huang and Yu-Shuo Chang Keywords: Magnetization curve, Qualitative modeling,

More information

PHYS 219 General Physics: Electricity, Light and Modern Physics

PHYS 219 General Physics: Electricity, Light and Modern Physics PHYS 219 General Physics: Electricity, Light and Modern Physics Exam 2 is scheduled on Tuesday, March 26 @ 8 10 PM In Physics 114 It will cover four Chapters 21, 22, 23, and 24. Start reviewing lecture

More information

Simplicial Global Optimization

Simplicial Global Optimization Simplicial Global Optimization Julius Žilinskas Vilnius University, Lithuania September, 7 http://web.vu.lt/mii/j.zilinskas Global optimization Find f = min x A f (x) and x A, f (x ) = f, where A R n.

More information

Module 3: Stand Up Conics

Module 3: Stand Up Conics MATH55 Module 3: Stand Up Conics Main Math concepts: Conic Sections (i.e. Parabolas, Ellipses, Hyperbolas), nd degree equations Auxilliary ideas: Analytic vs. Co-ordinate-free Geometry, Parameters, Calculus.

More information

MATHEMATICS Geometry Standard: Number, Number Sense and Operations

MATHEMATICS Geometry Standard: Number, Number Sense and Operations Standard: Number, Number Sense and Operations Number and Number A. Connect physical, verbal and symbolic representations of 1. Connect physical, verbal and symbolic representations of Systems integers,

More information

CARTESIAN OVOIDS. A. Cartesian Ovoids in the case n o < n i

CARTESIAN OVOIDS. A. Cartesian Ovoids in the case n o < n i CARTESIAN OVOIDS The Cartesian ovoids are plane curves that have been first described by Rene Descartes (in 1637 AD) and represent the geometric locus of points that have the same linear combination of

More information

13.1 2/20/2018. Conic Sections. Conic Sections: Parabolas and Circles

13.1 2/20/2018. Conic Sections. Conic Sections: Parabolas and Circles 13 Conic Sections 13.1 Conic Sections: Parabolas and Circles 13.2 Conic Sections: Ellipses 13.3 Conic Sections: Hyperbolas 13.4 Nonlinear Systems of Equations 13.1 Conic Sections: Parabolas and Circles

More information

Conic Sections and Analytic Geometry

Conic Sections and Analytic Geometry Chapter 9 Conic Sections and Analytic Geometry Chapter 9 Conic Sections and Analytic Geometry 9.1 The Ellipse 9.2 The Hyperbola 9.3 The Parabola 9.4 Rotation of Axes 9.5 Parametric Equations 9.6 Conic

More information

The NP-Completeness of Some Edge-Partition Problems

The NP-Completeness of Some Edge-Partition Problems The NP-Completeness of Some Edge-Partition Problems Ian Holyer y SIAM J. COMPUT, Vol. 10, No. 4, November 1981 (pp. 713-717) c1981 Society for Industrial and Applied Mathematics 0097-5397/81/1004-0006

More information

Chapter 26 Geometrical Optics

Chapter 26 Geometrical Optics Chapter 26 Geometrical Optics 1 Overview of Chapter 26 The Reflection of Light Forming Images with a Plane Mirror Spherical Mirrors Ray Tracing and the Mirror Equation The Refraction of Light Ray Tracing

More information