Lab 6 EOSC 350. There are 15 questions labeled Q, some with multiple parts. Provide solutions for all of them.

Size: px
Start display at page:

Download "Lab 6 EOSC 350. There are 15 questions labeled Q, some with multiple parts. Provide solutions for all of them."

Transcription

1 Lab 6: GPR Part I TA: Seogi Kang sgkang09@gmail.com office: ESB 4021 DUE: October 27 & October 29, 2014 Overview Ground Penetrating Radar (GPR) uses electromagnetic energy to excite a response in the earth. Using a source antenna, an EM signal can be emitted. This signal propagates as a wave through the earth, and the radar signals can be measured using a receiver antenna (similar to how you receive signal to your cell phone). As in seismology, reflection and refraction events can occur when there are physical property contrasts in the subsurface. For GPR, the primary diagnostic physical property is dielectric permittivity. GPR data are generally collected with a single source antenna and receiver antenna. We move along a line with fixed separation between source and receiver antenna so that we can obtain a line profile data, which is analogous to vertical section of the earth. In this lab, you will be working with GPR data collected near UBC. To do so, you will begin by examining how these EM waves propagate through the earth. You will then explore GPR responses for several geologic models. Finally, you will interpret field GPR data obtained near University of British Columbia. Instructions There are 15 questions labeled Q, some with multiple parts. Provide solutions for all of them. Running the ipython Notebook For this lab, you do not have to write any code, you will only be running it. Shift + Enter runs the code within the cell (so does the forward arrow button near the top of the document) You can alter variables and re-run cells by changing the values and doing Shift + Enter If you want to start with a clean slate, restart the Kernel either by going to the top, clicking on Kernel: Restart, or by esc

2 Resources GPG Geophysical Surveys: GPR GPR Movie Zip File containing the notebook Refer to Lab 5 for more details on how to use the notebook. To install it on your personal computer, refer to the instructions in the Appendix of the lab. Identification of EM waves Ray approach We will start by considering the model shown in Figure 1. The source and receiver antennas are oriented in y-direction. Separation between them is x. The earth model is composed of three layers: air, layer 1, and layer 2, with relative permittivities ɛ r,air, ɛ r,1 and ɛ r,2. Figure 1: Conceptual diagram of GPR source antenna and receivers. 2

3 Q1. For this model, consider the case where ɛ r,air = 1, ɛ r,1 = 2 and ɛ r,2 = 5, and that for the air and both layers, µ = µ 0 and the electrical conductivity is small (σ 0). For such a model, there are a suite of waves we expect to see in the data. For the survey we will consider a. There will be two direct waves. Where do each of these waves propagate? On Figure 1 or on your own diagram, sketch these two rays. b. Which of the two direct rays will arrive first? Justify your answer by considering physical properties. c. If the transmitter and receiver are separated by a distance x, when will each of the direct rays arrive? d. Assuming ɛ r,air = 1, ɛ r,1 = 2 and ɛ r,2 = 5, add the arrivals for these direct rays to the t-x plot in Figure 2 (or to your own T-X plot on a seperate piece of paper). Here separation between the source and receiver (x) is variable. 3

4 Figure 2: T-X plot e. Energy also propagates downward into the earth. When the GPR signal reaches the interface between layers 1 and 2, some of the energy is reflected and some is refracted. Add a reflected ray path to your diagram. When will this signal arrive at a receiver that is a distance x from the transmitter? f. Using the model, ɛ r,air = 1, ɛ r,1 = 2 and ɛ r,2 = 5, add the reflected arrivals to the diagram in Figure 2 g. For the geologic model we are considering, will a critically refracted wave, which travels along the interface between layer 1 and 2 be generated? Explain. 4

5 h. There is a critically refracted ray that will be measured by receivers at the surface. Sketch this ray on your diagram in Figure 1. What is the critical angle for this ray? What is the velocity with which this ray travels? Is there another possible ray path that could give rise to the same arrival time? i. At what offset x c will this ray first be detected by receivers at the surface? j. Add this critically refracted arrival to your t-x plot (Figure 2). Wave approach Although the ray approach provides us with some insight, when a GPR signal travels through the earth, it travels not as a ray, but as a wave. Figure 3: Conceptual diagram of wavefront and ray. In this section, we recall the case study: Glacier girl. As shown in the left panel of Figure 4, we have a three layered-earth structure composed of air, snow, and ice layer. Based on that we consider a similar model shown in the right panel of Figure 4. However, the thickness of the first layer (h), and relative permittivity of the first and second layers (ɛ r,1 and ɛ r,2, respectively) are unknown. The survey is a common shot gather that consists of 100 receiver antennas deployed along a 40 m line. The following questions will lead you to estimate those unknown parameters by interpreting measured responses. 5

6 Lab 6 EOSC 350 Figure 4: Conceptual diagram of GPR source antenna and receivers. Q2. Watch the GPR Movie and look for the waves that correspond to the ray-paths you drew in 1. In the GPR movie, Tx indicates the source location, and Rx with red dots indicate receiver locations. a. Take a screen grab (or several) and label the wavefronts you recognize that correspond to the ray-paths you drew in question 1. b. Do you only observe those four waves? Put two observations about other events visible as the wave-field propagates through the earth. It may be helpful to include screen grabs. Q3. Using the GPR widget (contained in the Zip File ), we will estimate the unknown earth parameters: r,1, r,2, h from the given data (which corresponds to the movie). For each of the following questions, record the value(s) you find and save the image showing how you found it. Before executing any of the codes be sure you have run Step 0: Import necessary packages. a. Identify the direct air wave in the data and fit t with a straight line (blue) by adjusting epsrl and tinterpl. Record these values and include an image showing your fit. 6

7 b. Identify the direct ground wave and fit it with a straight line (blue) by adjusting epsrl on the bar and tinterpl. Record these values and include an image. c. Identify the reflected wave from the interface between the first and second layer and fit it with a hyperbola (red) by adjusting tinterph and epsrh. Since the reflected wave travels through the first layer, you may use the relative permittivity you found for the direct ground wave for epsrh. Record the estimated tinterph value and include an image. d. What is the EM wave velocity of the first layer? e. What is the thickness of the first layer, h? f. Estimate the relative permittivity of the second layer, ɛ r,2 using given tools and information. Sketch ray paths on a profile line Rays are defined as the normal to the wavefronts as shown in Figure 3. In this section, we sketch ray paths for the provided GPR survey configuration and models. To make the problem simpler, we consider a zero-offset profile line. We mark a source and receiver antenna pair as solid dots in Figure 5. Q4. First, we consider a pipe model. a. Sketch the reflected ray paths for the pipe model given below. 7

8 Figure 5: Ray paths for the pipe model for a zero-offset transmitter and receiver b. Based on ray paths you drew, sketch the arrival time of those rays at receiver locations. Figure 6: Arrival times for the pipe model Q5. Next, we consider a thick slab model, where the slab extends to depth. 8

9 a. Sketch the reflected ray paths for the slab model given below. Figure 7: Ray paths for the slab model. b. If the slab was very thin, would the ray paths change? c. Based on ray paths you drew, sketch the arrival time of those rays at receiver locations. 9

10 Figure 8: Arrival times for the slab model Q6. The last model we will consider is an anticline. a. Sketch the reflected ray paths for an anticline model given below. Figure 9: Ray paths for the anticline model 10

11 b. Based on zero-offset ray paths you drew, sketch the arrival time of those rays at the receiver locations. Figure 10: Arrival times for the anticline model Interpretation of Field data In this section, we will interpret two field GPR data sets obtained at University of British Columbia. Applications in the GPRWidget will help you answer following questions. Q7. The data shown in Figure 11 were collected using the common midpoint survey method. In the following questions, use Step 4a of the GPR widget. 11

12 Figure 11: Common Midpoint data collected by UBC. a. Pick out the air wave and estimate its velocity. Include an image of your result to justify your answer. b. Identify the direct ground wave and estimate its velocity. Include an image of your result to justify your answer. Q8. We consider the line profile data shown in Figure 12. Let us assume that we know that there are three different types of objects are embedded: 12

13 Layer Buried pipes Concrete utilities casing Figure 12: Common offset profile collected by UBC a. On Figure 12, draw a line where you observe a layer boundary. Estimate the depth of this layer using the velocity of the ground that you estimated from Q7b b. On Figure 12, identify responses due to the pipes (there are two), and fit those responses with GPRWidget by adjusting provided parameters. Record the best parameters for both pipes. There are four parameters that you need to estimate: epsr (relative permittivity), h (distance of the pipe center from the surface), xc (the pipe center location), r (radius of the pipe). 13

14 c. Choose one of the hyperbolic response you attributed to a pipe (because you can find couple of them). Fix the radius of the pipe as 0.5 m and 1.5 m, respectively. Then find fit the hyperbolic responses so that you can find two different sets of parameters for r = 0.5 and 1.5 m, respectively. If you were in charge of interpreting these data, how would you characterize the pipe? d. Compute the velocity of GPR signal using the estimated relative permittivity. Compare this velocity with one that you computed at Q7b (based on the CMP gather shown in Figure 11. The CMP gather data were acquired near the location of the profile line data). How do the velocities compare? Can you suggest any reason for the discrepancy or could you reconsider any of your analysis to find relative permittivity for the top layer that was satisfactory for both data sets. e. Identify responses due to a concrete casing (similar to a slab), and fit those with GPRWidget adjusting provided parameters. Record parameters that you find. Appendix How to get the ipython Notebook If you want to run ipython notebook in your home, first you need to download whatever python package mananger, for instance Canopy or Ananconda. We provide you the instructions for Canopy. 1.) Download Canopy. The basic version is free. 2.) Open up the download and install. Follow the instructions. It will install the required packages and set the necessary paths on your computer. 14

Chapter N/A: The Earthquake Cycle and Earthquake Size

Chapter N/A: The Earthquake Cycle and Earthquake Size This sheet provides a general outline of the topics covered on your upcoming exam. This is not an exhaustive list, but is simply a general list of key points. In other words, most exam questions will be

More information

Seismic Reflection Method

Seismic Reflection Method Seismic Reflection Method 1/GPH221L9 I. Introduction and General considerations Seismic reflection is the most widely used geophysical technique. It can be used to derive important details about the geometry

More information

GG450 4/5/2010. Today s material comes from p and in the text book. Please read and understand all of this material!

GG450 4/5/2010. Today s material comes from p and in the text book. Please read and understand all of this material! GG450 April 6, 2010 Seismic Reflection I Today s material comes from p. 32-33 and 81-116 in the text book. Please read and understand all of this material! Back to seismic waves Last week we talked about

More information

Option G 1: Refraction

Option G 1: Refraction Name: Date: Option G 1: Refraction 1. The table below relates to the electromagnetic spectrum. Complete the table by stating the name of the region of the spectrum and the name of a possible source of

More information

GPR DATA ANALYSIS OF AIRFIELD RUNWAY USING MIGRATION VELOCITY SIMULATION ALGORITHM

GPR DATA ANALYSIS OF AIRFIELD RUNWAY USING MIGRATION VELOCITY SIMULATION ALGORITHM GPR DATA ANALYSIS OF AIRFIELD RUNWAY USING MIGRATION VELOCITY SIMULATION ALGORITHM Ramya M and Krishnan Balasubramaniam Centre for Nondestructive Evaluation, Department of Mechanical Engineering, Indian

More information

PLEASE NOTE THAT THERE ARE QUESTIONS IN SOME OF THESE SECTIONS THAT ARE TO BE TURNED IN AS HOMEWORK.

PLEASE NOTE THAT THERE ARE QUESTIONS IN SOME OF THESE SECTIONS THAT ARE TO BE TURNED IN AS HOMEWORK. Seismic Reflection Lab for Geology 594 BEFORE YOU DO ANYTHING INSERT THE DONGLE ON THE LEFT SIDE OF THE KEYBOARD (LIGHT SIDE UP). The little green light will come on showing the dongle is activated. You

More information

Shot-profile migration of GPR data

Shot-profile migration of GPR data Shot-profile migration of GPR data Jeff Shragge, James Irving, and Brad Artman 1 ABSTRACT Multi-offset ground-penetrating radar data possess a number of important advantages over constant-offset data,

More information

Extension of delay time analysis for 3-D seismic refraction statics

Extension of delay time analysis for 3-D seismic refraction statics Extension of delay time analysis for 3-D Extension of delay time analysis for 3-D seismic refraction statics Jocelyn Dufour and Don C. Lawton ABSTRACT This current research is on the extension of delay

More information

Three-dimensional inversion of borehole, time-domain, electromagnetic data for highly conductive ore-bodies.

Three-dimensional inversion of borehole, time-domain, electromagnetic data for highly conductive ore-bodies. Three-dimensional inversion of borehole, time-domain, electromagnetic data for highly conductive ore-bodies. Nigel Phillips, Doug Oldenburg, Eldad Haber, Roman Shekhtman. UBC-Geophysical Inversion Facility

More information

A Level. A Level Physics. WAVES: Wave Properties (Answers) AQA, Edexcel, OCR. Name: Total Marks: /30

A Level. A Level Physics. WAVES: Wave Properties (Answers) AQA, Edexcel, OCR. Name: Total Marks: /30 Visit http://www.mathsmadeeasy.co.uk/ for more fantastic resources. AQA, Edexcel, OCR A Level A Level Physics WAVES: Wave Properties (Answers) Name: Total Marks: /30 Maths Made Easy Complete Tuition Ltd

More information

AP Physics Problems -- Waves and Light

AP Physics Problems -- Waves and Light AP Physics Problems -- Waves and Light 1. 1975-4 (Physical Optics) a. Light of a single wavelength is incident on a single slit of width w. (w is a few wavelengths.) Sketch a graph of the intensity as

More information

Physics 1502: Lecture 28 Today s Agenda

Physics 1502: Lecture 28 Today s Agenda Physics 1502: Lecture 28 Today s Agenda Announcements: Midterm 2: Monday Nov. 16 Homework 08: due next Friday Optics Waves, Wavefronts, and Rays Reflection Index of Refraction 1 Waves, Wavefronts, and

More information

APPLICATION OF MATLAB IN SEISMIC INTERFEROMETRY FOR SEISMIC SOURCE LOCATION AND INTERPOLATION OF TWO DIMENSIONAL OCEAN BOTTOM SEISMIC DATA.

APPLICATION OF MATLAB IN SEISMIC INTERFEROMETRY FOR SEISMIC SOURCE LOCATION AND INTERPOLATION OF TWO DIMENSIONAL OCEAN BOTTOM SEISMIC DATA. APPLICATION OF MATLAB IN SEISMIC INTERFEROMETRY FOR SEISMIC SOURCE LOCATION AND INTERPOLATION OF TWO DIMENSIONAL OCEAN BOTTOM SEISMIC DATA. BY: ISAAC KUMA YEBOAH. Department of Engineering, Regent University

More information

Downward propagation: using true near-surface velocity model, one-way wave- equation extrapolator:

Downward propagation: using true near-surface velocity model, one-way wave- equation extrapolator: Class 9: Beyond Seismic Statics Corrections Wed, Oct 7, 2009 Dynamic corrections: wave-equation and wavefield datuming methods Skipping the near-surface by interferometry (no model needed) Common-Focus

More information

L 5 Seismic Method. Courtesy of ExxonMobil. Mitchum et al., 1977b

L 5 Seismic Method. Courtesy of ExxonMobil. Mitchum et al., 1977b Courtesy of ExxonMobil L 5 Seismic Method AAPG 1977 reprinted with permission of the AAPG whose permission is required for further use. Mitchum et al., 1977b Basic Exploration Workflow Identify Opportunities

More information

Let s review the four equations we now call Maxwell s equations. (Gauss s law for magnetism) (Faraday s law)

Let s review the four equations we now call Maxwell s equations. (Gauss s law for magnetism) (Faraday s law) Electromagnetic Waves Let s review the four equations we now call Maxwell s equations. E da= B d A= Q encl ε E B d l = ( ic + ε ) encl (Gauss s law) (Gauss s law for magnetism) dφ µ (Ampere s law) dt dφ

More information

CECOS University Department of Electrical Engineering. Wave Propagation and Antennas LAB # 1

CECOS University Department of Electrical Engineering. Wave Propagation and Antennas LAB # 1 CECOS University Department of Electrical Engineering Wave Propagation and Antennas LAB # 1 Introduction to HFSS 3D Modeling, Properties, Commands & Attributes Lab Instructor: Amjad Iqbal 1. What is HFSS?

More information

HALF YEARLY EXAMINATIONS 2015/2016. Answer ALL questions showing your working Where necessary give your answers correct to 2 decimal places.

HALF YEARLY EXAMINATIONS 2015/2016. Answer ALL questions showing your working Where necessary give your answers correct to 2 decimal places. Track 3 GIRLS SECONDARY, MRIEHEL HALF YEARLY EXAMINATIONS 2015/2016 FORM: 4 PHYSICS Time: 1½ hrs Name: Class: Answer ALL questions showing your working Where necessary give your answers correct to 2 decimal

More information

GEOPHYS 242: Near Surface Geophysical Imaging. Class 5: Refraction Migration Methods Wed, April 13, 2011

GEOPHYS 242: Near Surface Geophysical Imaging. Class 5: Refraction Migration Methods Wed, April 13, 2011 GEOPHYS 242: Near Surface Geophysical Imaging Class 5: Refraction Migration Methods Wed, April 13, 2011 Migration versus tomography Refraction traveltime and wavefield migration The theory of interferometry

More information

Index of Refraction and Total Internal Reflection

Index of Refraction and Total Internal Reflection Index of Refraction and Total Internal Reflection Name: Group Members: Date: TA s Name: Materials: Ray box, two different transparent blocks, two letter size white pages, pencil, protractor, two nails,

More information

Ground Penetrating Radar in Tree Root Detection

Ground Penetrating Radar in Tree Root Detection Senior Thesis Ground Penetrating Radar in Tree Root Detection by Teresa Van Vleck 1999 Submitted as partial hlfillment of the requirements for the degree of Bachelor of Science in Geological Sciences at

More information

Optics INTRODUCTION DISCUSSION OF PRINCIPLES. Reflection by a Plane Mirror

Optics INTRODUCTION DISCUSSION OF PRINCIPLES. Reflection by a Plane Mirror Optics INTRODUCTION Geometric optics is one of the oldest branches of physics, dealing with the laws of reflection and refraction. Reflection takes place on the surface of an object, and refraction occurs

More information

REFLECTION & REFRACTION

REFLECTION & REFRACTION Name_ Date Period NOTES/LAB DIRECTIONS: REFLECTION & REFRACTION SHOW ALL WORK USING G.U.E.S.S. WRITE ANSWERS IN A COMPLETE SENTENCE IN CONTEXT OF THE PROBLEM. BOX FINAL ANSWERS PHYSICS U6-10 DUE: End of

More information

Reflection and Refraction

Reflection and Refraction Reflection and Refraction INTRODUCTION Geometric optics is one of the oldest branches of physics, dealing with the laws of refraction and reflection. The law of reflection 1 was known to the ancient Greeks

More information

Physics 1202: Lecture 17 Today s Agenda

Physics 1202: Lecture 17 Today s Agenda Physics 1202: Lecture 17 Today s Agenda Announcements: Team problems today Team 10, 11 & 12: this Thursday Homework #8: due Friday Midterm 2: Tuesday April 10 Office hours if needed (M-2:30-3:30 or TH

More information

Geogiga Seismic Pro 8.0 Release Notes

Geogiga Seismic Pro 8.0 Release Notes Geogiga Seismic Pro 8.0 Release Notes Copyright 2015, All rights reserved. Table of Contents Introduction...1 Part 1 General Enhancements...3 Trace Display...4 Color Section Display...6 Curve Plotting...8

More information

Finite-difference elastic modelling below a structured free surface

Finite-difference elastic modelling below a structured free surface FD modelling below a structured free surface Finite-difference elastic modelling below a structured free surface Peter M. Manning ABSTRACT This paper shows experiments using a unique method of implementing

More information

Wave-equation migration from topography: Imaging Husky

Wave-equation migration from topography: Imaging Husky Stanford Exploration Project, Report 123, October 31, 2005, pages 49 56 Short Note Wave-equation migration from topography: Imaging Husky Jeff Shragge 1 INTRODUCTION Imaging land seismic data is wrought

More information

Geogiga Seismic Pro 8.1 Release Notes

Geogiga Seismic Pro 8.1 Release Notes Geogiga Seismic Pro 8.1 Release Notes Copyright 2016, All rights reserved. Table of Contents Introduction...1 Part 1 General Enhancements...3 Well Data...4 Data Format...6 Data Import...7 Trace Magnifier...8

More information

KULLEGG MARIA REGINA BOYS SECONDARY MOSTA HALF-YEARLY EXAMINATIONS 2012/2013. SUBJECT: PHYSICS Form 4 TIME: 1 HR 30 MIN NAME :

KULLEGG MARIA REGINA BOYS SECONDARY MOSTA HALF-YEARLY EXAMINATIONS 2012/2013. SUBJECT: PHYSICS Form 4 TIME: 1 HR 30 MIN NAME : KULLEGG MARIA REGINA BOYS SECONDARY MOSTA HALF-YEARLY EXAMINATIONS 2012/2013 SUBJECT: PHYSICS Form 4 TIME: 1 HR 30 MIN NAME : CLASS : INDEX NO : Track 2 Answer ALL questions in the spaces provided on the

More information

AVO Analysis with Multi-Offset VSP Data

AVO Analysis with Multi-Offset VSP Data AVO Analysis with Multi-Offset VSP Data Z. Li*, W. Qian, B. Milkereit and E. Adam University of Toronto, Dept. of Physics, Toronto, ON, M5S 2J8 zli@physics.utoronto.ca T. Bohlen Kiel University, Geosciences,

More information

SUBSURFACE TARGETS IMAGING WITH AN IMPROVED BACK- PROJECTION ALGORITHM

SUBSURFACE TARGETS IMAGING WITH AN IMPROVED BACK- PROJECTION ALGORITHM SUBSURFACE TARGETS IMAGING WITH AN IMPROVED BACK- PROJECTION ALGORITHM Alireza Akbari 1, *Mirsattar Meshinchi-Asl 1, Mohmmad-Ali Riyahi 2 1 Department of Geophysics, Science and Research Branch, Islamic

More information

GeOlympus. GeoPACS GeoTR GeoStaR GeoWZ

GeOlympus. GeoPACS GeoTR GeoStaR GeoWZ GeOlympus GeoPACS GeoTR GeoStaR GeoWZ GeOlympus Workstation Work station Reflection time Refracted waves first arrivals Additional information Static and NMO corrections Layer by layer delay and statics

More information

Lecture 7 Notes: 07 / 11. Reflection and refraction

Lecture 7 Notes: 07 / 11. Reflection and refraction Lecture 7 Notes: 07 / 11 Reflection and refraction When an electromagnetic wave, such as light, encounters the surface of a medium, some of it is reflected off the surface, while some crosses the boundary

More information

index of refraction-light speed

index of refraction-light speed AP Physics Study Guide Chapters 22, 23, 24 Reflection, Refraction and Interference Name Write each of the equations specified below, include units for all quantities. Law of Reflection Lens-Mirror Equation

More information

Airborne IP for Kimberlite

Airborne IP for Kimberlite The University of British Columbia Geophysical Inversion Facility Airborne IP for Kimberlite Douglas W. Oldenburg and Seogi Kang IP workshop 2016 June 7 th 2016 gif.eos.ubc.ca slide 1 Acknowledgements

More information

AP* Optics Free Response Questions

AP* Optics Free Response Questions AP* Optics Free Response Questions 1978 Q5 MIRRORS An object 6 centimeters high is placed 30 centimeters from a concave mirror of focal length 10 centimeters as shown above. (a) On the diagram above, locate

More information

Chapter 12 Notes: Optics

Chapter 12 Notes: Optics Chapter 12 Notes: Optics How can the paths traveled by light rays be rearranged in order to form images? In this chapter we will consider just one form of electromagnetic wave: visible light. We will be

More information

Seismic physical modeling I: acquisition of 2D and 3D surveys involving HTI targets

Seismic physical modeling I: acquisition of 2D and 3D surveys involving HTI targets Physical modeling of 2D and 3D surveys Seismic physical modeling I: acquisition of 2D and 3D surveys involving HTI targets Joe Wong ABSTRACT Scaled-down physical modeling of 2D land and 3D marine seismic

More information

Lab 3: Depth imaging using Reverse Time Migration

Lab 3: Depth imaging using Reverse Time Migration Due Wednesday, May 1, 2013 TA: Yunyue (Elita) Li Lab 3: Depth imaging using Reverse Time Migration Your Name: Anne of Cleves ABSTRACT In this exercise you will familiarize yourself with full wave-equation

More information

UtilityScan. Quick Start Guide. A Fast Check List For Field Operation

UtilityScan. Quick Start Guide. A Fast Check List For Field Operation Quick Start Guide A Fast Check List For Field Operation Section 1: Startup System... 1 Section 2: Data Collection Setup... 2 Section 3: Collecting Data... 5 Section 4: Data Playback and Review... 7 Section

More information

Exploring IX1D The Terrain Conductivity/Resistivity Modeling Software

Exploring IX1D The Terrain Conductivity/Resistivity Modeling Software Exploring IX1D The Terrain Conductivity/Resistivity Modeling Software You can bring a shortcut to the modeling program IX1D onto your desktop by right-clicking the program in your start > all programs

More information

CHAPTER 2 MEDICAL IMAGING WITH NON-IONIZING RADIATION

CHAPTER 2 MEDICAL IMAGING WITH NON-IONIZING RADIATION CHAPTER 2 MEDICAL IMAGING WITH NON-IONIZING RADIATION 1 Ultrasound Imaging 1.1 Ultrasound Production and Detection Ultrasound is frequency vibration. To produce and detect ultrasound, we use crystals which

More information

Stevens High School AP Physics II Work for Not-school

Stevens High School AP Physics II Work for Not-school 1. Gravitational waves are ripples in the fabric of space-time (more on this in the next unit) that travel at the speed of light (c = 3.00 x 10 8 m/s). In 2016, the LIGO (Laser Interferometry Gravitational

More information

Tom Boyd (project leader) tel: fax: Copyright (c) Thomas M. Boyd, All rights reserved.

Tom Boyd (project leader) tel: fax: Copyright (c) Thomas M. Boyd, All rights reserved. This home page introduces a prototype of a new educational program being developed with the support of the Society of Exploration Geophysicists. It is currently under development and will be changing almost

More information

Coupled Wave Field Migration. Coupled Wave Field Migration

Coupled Wave Field Migration. Coupled Wave Field Migration Coupled Wave Field Migration Coupled Wave Field Migration Vp=1650 m/s T=750 ms Vp=4000 m/s Surface seismic exploration uses reflected and refracted waves for imaging purposes. In this case, special conditions

More information

Angle Gathers for Gaussian Beam Depth Migration

Angle Gathers for Gaussian Beam Depth Migration Angle Gathers for Gaussian Beam Depth Migration Samuel Gray* Veritas DGC Inc, Calgary, Alberta, Canada Sam Gray@veritasdgc.com Abstract Summary Migrated common-image-gathers (CIG s) are of central importance

More information

Physics Midterm Exam (3:00-4:00 pm 10/20/2009) TIME ALLOTTED: 60 MINUTES Name: Signature:

Physics Midterm Exam (3:00-4:00 pm 10/20/2009) TIME ALLOTTED: 60 MINUTES Name: Signature: Physics 431 - Midterm Exam (3:00-4:00 pm 10/20/2009) TIME ALLOTTED: 60 MINUTES Name: SID: Signature: CLOSED BOOK. ONE 8 1/2 X 11 SHEET OF NOTES (double sided is allowed), AND SCIENTIFIC POCKET CALCULATOR

More information

Ray Optics I. Last time, finished EM theory Looked at complex boundary problems TIR: Snell s law complex Metal mirrors: index complex

Ray Optics I. Last time, finished EM theory Looked at complex boundary problems TIR: Snell s law complex Metal mirrors: index complex Phys 531 Lecture 8 20 September 2005 Ray Optics I Last time, finished EM theory Looked at complex boundary problems TIR: Snell s law complex Metal mirrors: index complex Today shift gears, start applying

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

4. Seismic Methods. 4.1 Introduction

4. Seismic Methods. 4.1 Introduction 4. Seismic Methods 4.1 Introduction In seismic surveying, seismic waves are created by controlled sources and propagate through the subsurface. These waves will return to the surface after reflection or

More information

Section 3.1 Graphing Using the Rectangular Coordinate System

Section 3.1 Graphing Using the Rectangular Coordinate System Objectives Section 3.1 Graphing Using the Rectangular Coordinate System n Construct a rectangular coordinate system n Plot ordered pairs and determine the coordinates of a point n Graph paired data n Read

More information

Figure 1 - Refraction

Figure 1 - Refraction Geometrical optics Introduction Refraction When light crosses the interface between two media having different refractive indices (e.g. between water and air) a light ray will appear to change its direction

More information

Reflection seismic Method - 2D

Reflection seismic Method - 2D Reflection seismic Method - 2D Acoustic Impedance Seismic events Wavelets Convolutional model Resolution Stacking and Signal/Noise Data orders Reading: Sheriff and Geldart, Chapters 6, 8 Acoustic Impedance

More information

Ice-Basement Mapping of Eisriesenwelt Cave Using Ground Penetrating Radar

Ice-Basement Mapping of Eisriesenwelt Cave Using Ground Penetrating Radar Ice-Basement Mapping of Eisriesenwelt Cave Using Ground Penetrating Radar Master Thesis Presentation Ao Kaidong Supervisors: Prof. Dr. Manfred F.Buchroithner Dr. Ing. Holger Kumke 31.01.2018 International

More information

Effective Medium Theory, Rough Surfaces, and Moth s Eyes

Effective Medium Theory, Rough Surfaces, and Moth s Eyes Effective Medium Theory, Rough Surfaces, and Moth s Eyes R. Steven Turley, David Allred, Anthony Willey, Joseph Muhlestein, and Zephne Larsen Brigham Young University, Provo, Utah Abstract Optics in the

More information

Headwave Stacking in Terms of Partial Derivative Wavefield

Headwave Stacking in Terms of Partial Derivative Wavefield Geosystem Engineering, 7(1), 21-26 (March 2004) Headwave Stacking in Terms of Partial Derivative Wavefield Changsoo Shin School of Civil, Urban and Geosystem Engineering, Seoul National University, San

More information

LECTURE 37: Ray model of light and Snell's law

LECTURE 37: Ray model of light and Snell's law Lectures Page 1 Select LEARNING OBJECTIVES: LECTURE 37: Ray model of light and Snell's law Understand when the ray model of light is applicable. Be able to apply Snell's Law of Refraction to any system.

More information

Refraction of Light. Research Problem. Materials. Procedure. Due Date. Glass Block Protractor Ruler PENCIL 4 Pins Cardboard

Refraction of Light. Research Problem. Materials. Procedure. Due Date. Glass Block Protractor Ruler PENCIL 4 Pins Cardboard Name SI Physics Period Date Lab #0(90 pts) Mrs. Nadworny Due Date Research Problem Materials Refraction of Light When a ray of light passes obliquely (at an angle) from air to glass, it is refracted. The

More information

Unit 11 Light and Optics Holt Chapter 14 Student Outline Light and Refraction

Unit 11 Light and Optics Holt Chapter 14 Student Outline Light and Refraction Holt Chapter 14 Student Outline Light and Refraction Variables introduced or used in chapter: Quantity Symbol Units Speed of light frequency wavelength angle Object Distance Image Distance Radius of Curvature

More information

Stepwise instructions for getting started

Stepwise instructions for getting started Multiparameter Numerical Medium for Seismic Modeling, Planning, Imaging & Interpretation Worldwide Tesseral Geo Modeling Tesseral 2D Tutorial Stepwise instructions for getting started Contents Useful information...1

More information

Lab 10 - GEOMETRICAL OPTICS

Lab 10 - GEOMETRICAL OPTICS L10-1 Name Date Partners OBJECTIVES OVERVIEW Lab 10 - GEOMETRICAL OPTICS To examine Snell s Law. To observe total internal reflection. To understand and use the lens equations. To find the focal length

More information

Physics 4C Chapter 33: Electromagnetic Waves

Physics 4C Chapter 33: Electromagnetic Waves Physics 4C Chapter 33: Electromagnetic Waves Our greatest glory is not in never failing, but in rising up every time we fail. Ralph Waldo Emerson If you continue to do what you've always done, you'll continue

More information

3D S wave statics from direct VSP arrivals Michael J. O'Brien, Allied Geophysics, and Paritosh Singh, Colorado School of Mines

3D S wave statics from direct VSP arrivals Michael J. O'Brien, Allied Geophysics, and Paritosh Singh, Colorado School of Mines 3D S wave statics from direct VSP arrivals Michael J. O'Brien, Allied Geophysics, and Paritosh Singh, Colorado School of Mines Summary We observe that direct S wave arrivals in 3D VSP data contain the

More information

NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT. Physics 211 E&M and Quantum Physics Spring Lab #7: Reflection & Refraction

NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT. Physics 211 E&M and Quantum Physics Spring Lab #7: Reflection & Refraction NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT Physics 211 E&M and Quantum Physics Spring 2018 Lab #7: Reflection & Refraction Lab Writeup Due: Mon/Wed/Thu/Fri, March 26/28/29/30, 2018 Background Light

More information

f. (5.3.1) So, the higher frequency means the lower wavelength. Visible part of light spectrum covers the range of wavelengths from

f. (5.3.1) So, the higher frequency means the lower wavelength. Visible part of light spectrum covers the range of wavelengths from Lecture 5-3 Interference and Diffraction of EM Waves During our previous lectures we have been talking about electromagnetic (EM) waves. As we know, harmonic waves of any type represent periodic process

More information

WAVE OPTICS-I. A linear source produces cylindrical wavefront. (Draw diagram).

WAVE OPTICS-I. A linear source produces cylindrical wavefront. (Draw diagram). WAVE OPTICS-I Wavefront: It is the locus of points in space which are simultaneously disturbed and are vibrating in same phase. Wavefront can be spherical, plane or cylindrical. Note that the wavefront

More information

An imaging technique for subsurface faults using Teleseismic-Wave Records II Improvement in the detectability of subsurface faults

An imaging technique for subsurface faults using Teleseismic-Wave Records II Improvement in the detectability of subsurface faults Earth Planets Space, 52, 3 11, 2000 An imaging technique for subsurface faults using Teleseismic-Wave Records II Improvement in the detectability of subsurface faults Takumi Murakoshi 1, Hiroshi Takenaka

More information

Physical or wave optics

Physical or wave optics Physical or wave optics In the last chapter, we have been studying geometric optics u light moves in straight lines u can summarize everything by indicating direction of light using a ray u light behaves

More information

IXRefraX Shootout Tutorial. Interpretation of SAGEEP 2011 Shootout refraction tomography data using IXRefraX 2011 Interpex Limited

IXRefraX Shootout Tutorial. Interpretation of SAGEEP 2011 Shootout refraction tomography data using IXRefraX 2011 Interpex Limited IXRefraX Shootout Tutorial Interpretation of SAGEEP 2011 Shootout refraction tomography data using IXRefraX 2011 Interpex Limited Description There was a special Blind Test refraction tomography on Monday

More information

Effects of multi-scale velocity heterogeneities on wave-equation migration Yong Ma and Paul Sava, Center for Wave Phenomena, Colorado School of Mines

Effects of multi-scale velocity heterogeneities on wave-equation migration Yong Ma and Paul Sava, Center for Wave Phenomena, Colorado School of Mines Effects of multi-scale velocity heterogeneities on wave-equation migration Yong Ma and Paul Sava, Center for Wave Phenomena, Colorado School of Mines SUMMARY Velocity models used for wavefield-based seismic

More information

3D modeling of the Quest Projects Geophysical Datasets. Nigel Phillips

3D modeling of the Quest Projects Geophysical Datasets. Nigel Phillips 3D modeling of the Quest Projects Geophysical Datasets Nigel Phillips Advanced Geophysical Interpretation Centre Undercover Exploration workshop KEG-25 April 2012 Mineral Physical Properties: density sus.

More information

E x Direction of Propagation. y B y

E x Direction of Propagation. y B y x E x Direction of Propagation k z z y B y An electromagnetic wave is a travelling wave which has time varying electric and magnetic fields which are perpendicular to each other and the direction of propagation,

More information

Introduction. Experiment A: Snell s Law. Physics 1CL REFLECTION AND REFRACTION OF LIGHT Summer Session II 2010

Introduction. Experiment A: Snell s Law. Physics 1CL REFLECTION AND REFRACTION OF LIGHT Summer Session II 2010 Introduction This laboratory is a quantitative investigation of the reflection and refraction of light off optical interfaces. An optical interface is a boundary between two transparent media of different

More information

Seismic physical modeling II: VVAZ and AVAZ effects observed on reflections from isolated HTI targets

Seismic physical modeling II: VVAZ and AVAZ effects observed on reflections from isolated HTI targets Seismic physical modeling II: VVAZ and AVAZ effects observed on reflections from isolated HTI targets Joe Wong ABSTRACT Seismic physical modeling was used to investigate VVAZ and AVAZ phenomena associated

More information

Multifocusing. The Breakthrough in Seismic Imaging

Multifocusing. The Breakthrough in Seismic Imaging Multifocusing The Breakthrough in Seismic Imaging Conventional Processing GeoMage MF Processing Conventional Processing GeoMage MF Processing Time versus Depth Recorded seismic data Wavefield parameter

More information

Static corrections in challenging cases

Static corrections in challenging cases P-146 Static corrections in challenging cases Seweryn Tlalka, Geofizyka Torun, Poland Summary Seismic data processing in challenging areas such as sand or rock desserts of Asia, North Africa, or Middle

More information

specular diffuse reflection.

specular diffuse reflection. Lesson 8 Light and Optics The Nature of Light Properties of Light: Reflection Refraction Interference Diffraction Polarization Dispersion and Prisms Total Internal Reflection Huygens s Principle The Nature

More information

Reflection and Refraction

Reflection and Refraction Reflection and Refraction Theory: Whenever a wave traveling in some medium encounters an interface or boundary with another medium either (or both) of the processes of (1) reflection and (2) refraction

More information

The Effect of a Dipping Layer on a Reflected Seismic Signal.

The Effect of a Dipping Layer on a Reflected Seismic Signal. The Effect of a Dipping Layer on a Reflected Seismic Signal. Edward O. Osagie, Ph.D. Lane College, Jackson, TN 38305 E-mail: eosagiee@yahoo.com ABSTRACT Modern seismic reflection prospecting is based on

More information

Physics 122 Spring 2013 Test 1

Physics 122 Spring 2013 Test 1 Name: Instructions: Physics 122 Spring 2013 Test 1 All answers should be decimal numbers (not functions or fractions) using scientific notation to three significant figures. SI units must be included on

More information

MAPPING POISSON S RATIO OF UNCONSOLIDATED MATERIALS FROM A JOINT ANALYSIS OF SURFACE-WAVE AND REFRACTION EVENTS INTRODUCTION

MAPPING POISSON S RATIO OF UNCONSOLIDATED MATERIALS FROM A JOINT ANALYSIS OF SURFACE-WAVE AND REFRACTION EVENTS INTRODUCTION MAPPING POISSON S RATIO OF UNCONSOLIDATED MATERIALS FROM A JOINT ANALYSIS OF SURFACE-WAVE AND REFRACTION EVENTS Julian Ivanov, Choon B. Park, Richard D. Miller, and Jianghai Xia Kansas Geological Survey

More information

Seismic refraction surveys

Seismic refraction surveys Seismic refraction surveys Seismic refraction surveys generate seismic waves that are refracted back to Earth s surface from velocity and density discontinuities at depth. Uses : Small-scale: geotechnical

More information

Migration from a non-flat datum via reverse-time extrapolation

Migration from a non-flat datum via reverse-time extrapolation Stanford Exploration Project, Report 84, May 9, 2001, pages 1 50 Migration from a non-flat datum via reverse-time extrapolation Gopal Palacharla 1 ABSTRACT Land surveys usually have elevation changes,

More information

Super Gelatin. Explore Your challenge is to find the index of refraction for your gelatin sample.

Super Gelatin. Explore Your challenge is to find the index of refraction for your gelatin sample. Super Gelatin Activity: Materials Checklist: q Gelatin sample (red, yellow, or clear) q Laser pointer and binder clip q One sheet of graph paper q Protractor q Pencil q Scientific calculator Explore Your

More information

Lab 2: Snell s Law Geology 202 Earth s Interior

Lab 2: Snell s Law Geology 202 Earth s Interior Introduction: Lab 2: Snell s Law Geology 202 Earth s Interior As we discussed in class, when waves travel from one material to another, they bend or refract according to Snell s Law: = constant (1) This

More information

Name Section Date. Experiment Reflection and Refraction

Name Section Date. Experiment Reflection and Refraction Name Section Date Introduction: Experiment Reflection and Refraction The travel of light is often represented in geometric optics by a light ray, a line that is drawn to represent the straight-line movement

More information

Fermat s principle and ray tracing in anisotropic layered media

Fermat s principle and ray tracing in anisotropic layered media Ray tracing in anisotropic layers Fermat s principle and ray tracing in anisotropic layered media Joe Wong ABSTRACT I consider the path followed by a seismic signal travelling through velocity models consisting

More information

Main Menu. Summary. Introduction

Main Menu. Summary. Introduction Multi-Region Finite Difference Time Domain Simulation for Airborne Radar Lei Fu*, University of Connecticut, on leave from Jilin University; Zhao Zhao, University of Connecticut, also at Ion GX Technology;

More information

Seismic modelling with the reflectivity method

Seismic modelling with the reflectivity method Yongwang Ma, Luiz Loures, and Gary F. Margrave ABSTRACT Seismic modelling with the reflectivity method Numerical seismic modelling is a powerful tool in seismic imaging, interpretation and inversion. Wave

More information

Chapter 8: Physical Optics

Chapter 8: Physical Optics Chapter 8: Physical Optics Whether light is a particle or a wave had puzzled physicists for centuries. In this chapter, we only analyze light as a wave using basic optical concepts such as interference

More information

IXRefraX Shootout Tutorial. Interpretation of Trimmed SAGEEP 2011 Shootout refraction tomography data using IXRefraX 2011 Interpex Limited

IXRefraX Shootout Tutorial. Interpretation of Trimmed SAGEEP 2011 Shootout refraction tomography data using IXRefraX 2011 Interpex Limited IXRefraX Shootout Tutorial Interpretation of Trimmed SAGEEP 2011 Shootout refraction tomography data using IXRefraX 2011 Interpex Limited Description There was a special Blind Test refraction tomography

More information

Foolproof AvO. Abstract

Foolproof AvO. Abstract Foolproof AvO Dr. Ron Masters, Geoscience Advisor, Headwave, Inc Copyright 2013, The European Association of Geoscientists and Engineers This paper was prepared for presentation during the 75 th EAGE Conference

More information

Phys 1020, Day 18: Questions? Cameras, Blmfld Reminders: Next Up: digital cameras finish Optics Note Final Project proposals next week!

Phys 1020, Day 18: Questions? Cameras, Blmfld Reminders: Next Up: digital cameras finish Optics Note Final Project proposals next week! Lights. Action. Phys 1020, Day 18: Questions? Cameras, Blmfld 15.1 Reminders: Next Up: digital cameras finish Optics Note Final Project proposals next week! 1 What have we learned in this section: 1) Lasers

More information

Lab 9. Reflection and Refraction

Lab 9. Reflection and Refraction Lab 9. Reflection and Refraction Goals To explore the reflection of a light ray from a shiny smooth surface. To observe and understand how a curved mirror focuses incoming parallel light rays to a single

More information

General Physics (PHY 2130)

General Physics (PHY 2130) General Physics (PHY 2130) Lecture XIII Refraction of light Snell s law Dispersion and rainbow Mirrors and lens Plane mirrors Concave and convex mirrors Thin lenses http://www.physics.wayne.edu/~apetrov/phy2130/

More information

Rules for Deviation of Light Rays During Refraction

Rules for Deviation of Light Rays During Refraction REFLECTION OF LIGHT Refraction of light is the phenomenon due to which a ray of light deviates from its path, at the surface of separation of two media, when the ray of light is travelling from one optical

More information

It is widely considered that, in regions with significant

It is widely considered that, in regions with significant Multifocusing-based multiple attenuation Alex Berkovitch and Kostya Deev, Geomage Evgeny Landa, OPERA It is widely considered that, in regions with significant geologic complexity, methods which work directly

More information

Simultaneous joint inversion of refracted and surface waves Simone Re *, Claudio Strobbia, Michele De Stefano and Massimo Virgilio - WesternGeco

Simultaneous joint inversion of refracted and surface waves Simone Re *, Claudio Strobbia, Michele De Stefano and Massimo Virgilio - WesternGeco Simultaneous joint inversion of refracted and surface waves Simone Re *, Claudio Strobbia, Michele De Stefano and Massimo Virgilio - WesternGeco Summary In this paper, we review the near-surface challenges

More information