MTEM data formats What data do we store. Outline Images of the MTEM dictionary – a dialect of the SEGY. Comments on data files.

Slides:



Advertisements
Similar presentations
Rune Hagelund, WesternGeco Stewart A. Levin, Halliburton
Advertisements

SEG Y Rev 2.0 An update to the SEG seismic data interchange standard SEG Technical Standards Committee.
Pack Folder Research. This pack folder is good as it has a very simple yet effective colour scheme, which is appealing to the user without being too bright/overpowering.
Texan Streamline Processing (TSP) Eliminating the intermediate step in converting Texan raw data to standard SEG-Y. Steven Harder Presented at the Active.
Digital audio recording Kimmo Tukiainen. My background playing music since I was five first time in a studio at fourteen recording on my own for six months.
Lesson 7 SU Data IO. SEGY format  SEG-Y: Society of Exploration Geophysicists Y format  SEG publication: Digital Tape Standards  Part I: 40 lines of.
Week 2: Primitive Data Types 1.  Programming in Java  Everything goes inside a class  The main() method is the starting point for executing instructions.
NetCDF An Effective Way to Store and Retrieve Scientific Datasets Jianwei Li 02/11/2002.
11-1 Display Technologies Hi-resolution displays come in two types: –Each takes an input signal and creates a visible image Cathode ray tube (CRT) - Streams.
Microseismic Data Exchange Standards Stewart A. Levin Stanford University.
By: Wordpress.org Present by: Bora Hong Introduction to Blogging.
Binary “There are 10 types of people in the world… those that understand binary and those that don’t.”
Higher Computing Data Representation.
Offline Performance Monitoring for Linux Abhishek Shukla.
Managing Files for Personal Computing Part 2 – File Management.
MOMA Display Screens K u r t R a l s k e.
The Four Methods All you need to know about the four methods By Eva.
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Gummy Bear Lab The Metric System.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Files and Folders What’s the difference?. What are files ? Collections of digital information created on or for computers click the mouse or press the.
Database structure for the European Integrated Tokamak Modelling Task Force F. Imbeaux On behalf of the Data Coordination Project.
FILES & FOLDERS Organization Computer hard drives hold an enormous amount of data or information. Knowing how a computer's organization system works.
The future of MINC Robert D. Vincent
IT253: Computer Organization Lecture 3: Memory and Bit Operations Tonga Institute of Higher Education.
October 21-26, 2007Data Management Workshop Kuala Lumpur, Malaysia Using SEED Using: Jrdseed PQL SAC RESP JPlotResp Using: Jrdseed PQL SAC RESP JPlotResp.
Object Orientated Data Topic 5: Multimedia Technology.
IS1825: Developing Multimedia Applications for Business Lecture 1: Introduction to CSS Rob Gleasure
Active Source Data Format Standards & Futures Stewart A. Levin Consulting Associate Faculty Dept. Geophysics, Stanford Univ.
Information Processes and Technology Multimedia: Graphics.
25th & 26th August 2009ICAT developer workshop 1.
From the colonies to now.  Most people made everything they needed with their hands.  They bought only a few things from stores. The rest of it they.
DENSITY… Will it sink or float??. Why do some things float… … and other things sink?
Chapter 17 Looking “Under the Hood”. 2Practical PC 5 th Edition Chapter 17 Getting Started In this Chapter, you will learn: − How does a computer work.
Processing Lab 2 – Geometry Bryce Hutchinson Objectives: Add a dictionary Gain a better understanding of header issues Display geometry correctly Visualize.
Claritas – 3D Land Geometry Example Workflow for an Example 3D Land Geometry Dataset supplied by USGS.
Data as the computer sees it 1.  Number systems Number systems  Data storage Data storage  Glossary Glossary 2.
General Purpose Packages DATA TYPES. Data Types Computer store information in the form of data. Information has meaning. Eg 23 May 2005 Data has no meaning.
Image File Formats. What is an Image File Format? Image file formats are standard way of organizing and storing of image files. Image files are composed.
NASSP Masters 5003F - Computational Astronomy Lecture 11 Single-dish spectra: baselines. Complex numbers refresher Fourier refresher Correlation.
WAVELET TUTORIAL GENERATION OF DESIGNATURE OPERATORS.
Quiz 3 Topics Functions – using and writing. Lists: –operators used with lists. –keywords used with lists. –BIF’s used with lists. –list methods. Loops.
Computer Programming II Lecture 9. Files Processing - We have been using the iostream standard library, which provides cin and cout methods for reading.
Chapter 17 Looking “Under the Hood”
Claritas 3D - Land Geometry Example Workflow for an Example 3D Land Geometry Dataset supplied by USGS.
Week 2 - Wednesday CS 121.
Search Engines and Search techniques
Creates the file on disk and opens it for writing
Objective - To round whole numbers.
SEG Y Rev 2.0 An update to the SEG seismic data interchange standard
Huffman Coding Based on slides by Ethan Apter & Marty Stepp
Intermediate 2 Computing
What is FITS? FITS = Flexible Image Transport System
“Real Simple Syndication” (RSS)
Land and Marine Seismic Acquisition from 2D to 3D
Functions CIS 40 – Introduction to Programming in Python
9/12/2018.
Raster and Vector Data.
Putting Images on Your Web Page
Computer Based Technology:
Header Title Header Title Header Title Header Title Header Title
Creates the file on disk and opens it for writing
Introduction to Programming
Chapter 17 Looking “Under the Hood”
Objective - To read, write and identify the values of whole numbers.
Real-World File Structures
Introduction to Programming
Research Data Dr Aoife Coffey, Research Data Coordinator
Week 1 - Friday COMP 1600.
Presentation transcript:

MTEM data formats What data do we store

Outline Images of the MTEM dictionary – a dialect of the SEGY. Comments on data files.

Dictionary – header definition We use many header spaces to describe things that are not normally associated with seismic data. The coordinates for SRC and REC midpoints would ideally also have some space for each electrode position – or spatial data in the a header that we can cross reference with the ‘peg names’ We store some ASCII text in the headers. – ‘peg’ names. There are some filter frequencies that we would like to include in the header definition but haven’t got round to putting that in yet. – ie we still require some flexibility!

Dictionary to read in segy(ish) files as provided by the observer machine.

The second part of the dictionary

Comments on Data files They are not really segy files – although they do have quite a lot in common. Start with an XML header with a whole bunch of stuff, taking advantage of the extended textual header option in SEGYrev1. We use a lot of floating point headers. Data sample rates vary quite a bit inside one EP (shot gather) a source in one position may transmit to receivers in different positions Trace lengths can be between a few thousand and 300,000(ish) samples. But looking at the data quite a bit is less than 100,000 After deconvolution the data trace are reduced in size by an enormous amount, the output traces many have only a few hundred data points in them.

Comments on Data volumes We don’t write much data to tapes, we use hard disks, sometimes ones we share with the acquisition system.