SOD 3.0. Standing Order for Data A product of the University of South Carolina pro bono publico

Size: px
Start display at page:

Download "SOD 3.0. Standing Order for Data A product of the University of South Carolina pro bono publico"

Transcription

1 SOD 3.0 Standing Order for Data A product of the University of South Carolina pro bono publico

2 Waveform arm

3 Command Line SOD find_events find_stations find_seismograms find_responses

4 ga109:~ crotwell$ find_events --help Usage: find_events [-vrh] [-p <props>] [-S <server>] [-R <box>] [-d <donut>] [-b <begin>] [-e <end>] [-m <magnitude>] [-t <types>] [-D <depth>] -o <output> [-c <catalogs>] [--seis-regions <seismicregions>] [--geo-regions <geographicregions>] -v/--version Print SOD's version and exit -r/--recipe Print the created recipe to stdout instead of running it -h/--help Print this message. -p/--props <props> Use an additional props file --allow-duplicates Without this very similar events are rejected -S/--server <server> The event server to use. -R/--box-area <box> Event constraining box as west/east/south/north -d/--donut <donut> Event constraining donut as lat/lon/minradius/maxradius -b/--begin <begin> The earliest time for an accepted event -e/--end <end> The latest time for an accepted event -m/--magnitude <magnitude> The range of acceptable magnitudes -t/--types t1,t2,...,tn The types of magnitudes to retrieve. -D/--depth <depth> The range of acceptable depths in kilometers -o/--output <output> The format for output to standard out. -c/--catalogs c1,c2,...,cn A comma separated list of catalogs to search --seis-regions 1,2,...,n A comma separated list of seismic regions --geo-regions 1,2,...,n A comma separated list of geographic regions

5 ga109:~ crotwell$ find_events -b _307_00_56_56_ M _307_02_51_27_ M _307_03_01_50_ M _307_05_11_34_ M _307_09_09_54_ M _307_10_45_22_ M _307_11_04_00_ M _307_11_18_16_ M _307_12_09_45_ M ga109:~ crotwell$

6 ga109:~ crotwell$ find_events -b m _307_11_18_16_ M ga109:~ crotwell$

7 ga109:~/documents/tawg crotwell$ pscoast -JM8 -R-180/180/-70/70 -G200 -K -B30 > eventmap.ps ; find_events -b psxy - JM -R -Sc0.1 -G255/0/0 -O >> eventmap.ps ; pstopdf eventmap.ps ; open eventmap.pdf ga109:~/documents/tawg crotwell$

8 Stations ga109:~ crotwell$ find_stations --help Usage: find_stations [-vrh] [-p <props>] [-S <server>] [-R <box>] [-d <donut>] [-s <stations>] [-n <networks>] [-b <begin>] [-e <end>] - o <output> -v/--version Print SOD's version and exit -r/--recipe Print the created recipe to stdout instead of running it -h/--help Print this message. -p/--props <props> Use an additional props file -S/--server <server> The network server to use. -R/--box-area <box> A station constraining box as west/east/south/north -d/--donut <donut> A donut as lat/lon/minradius/maxradius -s/--stations s1,s2,...,sn The codes of stations to retrieve -n/--networks n1,n2,...,nn The codes of networks to retrieve -b/--begin <begin> The earliest time to overlap an accepted station -e/--end <end> The latest time to overlap an accepted station -o/--output <output> The format for output to standard out.

9 ga109:~ crotwell$ find_stations -n TA C Y22C V04C HAST I05A D03A A04A Y12C U05C U04C T06C R04C LAVA Q04C S04C HELL...

10 ga109:~ crotwell$ pscoast -JM8 -R-180/180/-70/70 -G200 -K -B30 > map.ps ; find_events -b psxy -JM -R -Sc0.1 -G255/0/0 -O -K >> map.ps ; find_stations -n TA psxy -JM -R -St0.1i -H1 -G0/0/255 -O >> map.ps ; pstopdf map.ps ; open map.pdf

11 Seismograms ga109:~ crotwell$ find_seismograms --help Usage: find_seismograms [-vrh] [-p <props>] [-S <server>] [-B <begin>] [-E <end>] [-l <sites>] [-c <channels>] [-f <seismogramfilename>] [--mark-phases <mark-phases>] -o <output> -v/--version Print SOD's version and exit -r/--recipe Print the created recipe to stdout instead of running it -h/--help Print this message. -p/--props <props> Use an additional props file -S/--server <server> Set the seismogram server to use for this search -B/--begin <begin> Phase name and offset for the seismogram's begin -E/--end <end> Phase name and offset for the seismogram's end -l/--sites l1,l2,...,ln The codes of sites(location codes) to retrieve -c/--channels c1,c2,...,cn The codes of channels to retrieve -f/--filename <seismogramfilename> Filename template for seismograms --mark-phases 1,2,...,n Phase arrival times to record in the SAC t headers -o/--output <output> The format for output to standard out.

12 ga109:~/documents/tawg crotwell$ find_events -b m 6 -r find_stations -n TA -s KMSC -r find_seismograms -c BHZ,BHE,BHN _307_11_18_16_ M _307_11_18_17_ M KMSC Got 1 seismograms for TA.KMSC..BHZ for eq on 2010/11/03 11:18:16 GMT Got 1 seismograms for TA.KMSC..BHN for eq on 2010/11/03 11:18:16 GMT Got 1 seismograms for TA.KMSC..BHE for eq on 2010/11/03 11:18:16 GMT Got 1 seismograms for TA.KMSC..BHZ for eq on 2010/11/03 11:18:17 GMT Got 1 seismograms for TA.KMSC..BHN for eq on 2010/11/03 11:18:17 GMT Got 1 seismograms for TA.KMSC..BHE for eq on 2010/11/03 11:18:17 GMT

13 -r to generate recipe ga109:~/documents/tawg crotwell$ find_events -b m 6 -r find_stations -n TA -s KMSC -r find_seismograms -c BHZ,BHE,BHN -r

14 Built In Processing rmean, rtrend, taper butterworth filtering instrument decon sac, mseed output decimate integrate, differentiate mul, div

15 Scripting In SOD JSR many languages (python, groovy, ruby, awk) Embedded in recipe Easy(ier) customization

16 <seismogramscript type="jython"> from jarray import array from bag import rmean, taper, rtrend, stat from edu.iris.fissures.seismogramdc import LocalSeismogramImpl print "Hello Sod: %s"%(channel,) outseis = [] for s in seismograms: s = rmean(s) s = taper(rtrend(s)) print stat(s) print outseis.append(s) out = array(outseis, LocalSeismogramImpl) result = util.waveformresult(true, out) </seismogramscript>

17

18 Thank You

Lesson 1-2: The SAC data format

Lesson 1-2: The SAC data format Lesson 1-2: The SAC data format i. Philosophy and structure ii. Converting to, within, and from SAC format Lesson 1-3: SAC processing philosophy SAC has a complete set of reliable and welltested processing

More information

STP, Unix, SAC tutorial, Ge167 Winter 2014

STP, Unix, SAC tutorial, Ge167 Winter 2014 STP, Unix, SAC tutorial, Ge167 Winter 2014 Asaf Inbal 1 Downloading waveforms In this tutorial we ll learn how to download waveforms using a tool called STP (Seismic Transfer Program) and manipulate them

More information

Practice of Seismic Analysis Code

Practice of Seismic Analysis Code IISEE Lecture Note 2007-2008 Practice of Seismic Analysis Code Waveforam stacking(sss) Determination of Mwp(macro) by Kenji Kanjo Kuninori Okamoto Mar.25.26.2008 2007-2008 International Institute of Seismology

More information

TauP Toolkit Flexible Seismic Travel-Time and Raypath Utilities Version 2.0

TauP Toolkit Flexible Seismic Travel-Time and Raypath Utilities Version 2.0 1 TauP Toolkit Flexible Seismic Travel-Time and Raypath Utilities Version 2.0 H. Philip Crotwell, Thomas J. Owens Department of Geological Sciences University of South Carolina http://www.seis.sc.edu crotwell@seis.sc.edu

More information

Intro to GMT Part 1. Beth Meyers Matt Herman

Intro to GMT Part 1. Beth Meyers Matt Herman Intro to GMT Part 1 Beth Meyers Matt Herman By the end of of this tutorial you will be able to create the following figures: By the end of of this tutorial you will be able to create the following figures:

More information

Geogiga Seismic Pro 9.0 Release Notes

Geogiga Seismic Pro 9.0 Release Notes Geogiga Seismic Pro 9.0 Release Notes Copyright 2018, All rights reserved. Table of Contents Introduction...1 Part 1 New Modules...3 Modeling2D...3 Surface RT...4 Part 2 General Enhancements...5 Part 3

More information

Introduction to GMT (Part 1)

Introduction to GMT (Part 1) Introduction to GMT (Part 1) An example of what you can make with GMT! Beth Meyers Matt Herman Last updated: 31 January 2018 Objectives Basic GMT commands psbasemap pscoast psxy GMT syntax and command

More information

1 Requirements Installation Running SplitLab The Project Configuration Window The "Database Viewer window...

1 Requirements Installation Running SplitLab The Project Configuration Window The Database Viewer window... UserGuide Table of Contents: 1 Requirements...2 1.1 License:...2 1.2 Bug report:...2 1.3 Suggestions:...2 2 Installation... 3 3 Running SplitLab...3 4 The Project Configuration Window...4 4.1 The "General"

More information

SMARTOffline v3.5. User s Guide. Offline Data Retrieval and Conversion Tool. Copyright Geotech Instruments, LLC Dallas, Texas

SMARTOffline v3.5. User s Guide. Offline Data Retrieval and Conversion Tool. Copyright Geotech Instruments, LLC Dallas, Texas SMARTOffline v3.5 Offline Data Retrieval and Conversion Tool User s Guide Copyright 2003-2011 Geotech Instruments, LLC Dallas, Texas DOCUMENT HISTORY Date ECN Rev Initials Description unkwn 1.0 MR Initial

More information

Automatic Moment Tensor solution for SeisComP3

Automatic Moment Tensor solution for SeisComP3 Second European Conference on Earthquake Engineering and Seismology, Istanbul Aug. 25-29, 2014 Automatic Moment Tensor solution for SeisComP3 Nikolaos Triantafyllis1, Efthimios Sokos2 and Aristidis Ilias1

More information

NIWA GMT Workshop. Brent Wood April 2009

NIWA GMT Workshop. Brent Wood April 2009 NIWA GMT Workshop Brent Wood April 2009 Introduction Generic Mapping Tools (GMT) is a collection of command line programs for analysing & mapping spatial data. It primarily works with text files of XY

More information

Contents: Download WinQuake Version 2.8. Update: 7/10/2006

Contents: Download WinQuake Version 2.8. Update: 7/10/2006 WinQuake 32 Documentation WinQuake Version 2.8 Documentation Download WinQuake Version 2.8 Update: 7/10/2006 Contents: Introduction Features System Requirements Installation Using WinQuake Event Window

More information

Dr. Saji P. K. Assistant Professor, CUSAT.

Dr. Saji P. K. Assistant Professor, CUSAT. Dr. Saji P. K. Assistant Professor, CUSAT. Sessions 1 2 3 4 5 6 7 8 9 10 Session - 1 What is GMT? GMT stands for Generic ping Tools. GMT is a collection of commands that can be executed at the terminal

More information

Package gmt. September 12, 2017

Package gmt. September 12, 2017 Version 2.0-1 Date 2017-09-12 Package gmt September 12, 2017 Title Interface Between GMT Map-Making Software and R Imports utils SystemRequirements gmt LazyData yes Interface between the GMT map-making

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

User Manual. Lupisoft

User Manual. Lupisoft EKIO User Manual Lupisoft TABLE OF CONTENTS Introduction... 3 Software Installation... 3 Setting up your system... 3 Overview of the EKIO interface... 5 Menu... 6 Config Selection... 7 Inputs/Outputs Tab...

More information

The gmt Package. October 19, URL

The gmt Package. October 19, URL The gmt Package October 19, 2005 Version 1.0-3 Date 2005-10-18 Title Interface between GMT 4.0 map-making software and R Author Arni Magnusson Maintainer Arni Magnusson Depends

More information

Site Effects Assessment Using Ambient Excitations SESAME WP06

Site Effects Assessment Using Ambient Excitations SESAME WP06 Site Effects Assessment Using Ambient Excitations SESAME European Commission Research General Directorate Project No. EVG1-CT-2000-00026 SESAME Report on the Interface software University of Potsdam, Germany

More information

2015 ORFEUS Annual Observatory Coordination meeting September 2015, Bucharest, Romania

2015 ORFEUS Annual Observatory Coordination meeting September 2015, Bucharest, Romania 2015 ORFEUS Annual Observatory Coordination meeting 21-24 September 2015, Bucharest, Romania Nikolaos Triantafyllis 1, Efthimios Sokos 2, Aristidis Ilias 1 & Jiří Zahradník 3 University of Patras, Department

More information

Department of Earth and Planetary Sciences Northwestern University

Department of Earth and Planetary Sciences Northwestern University Department of Earth and Planetary Sciences Northwestern University Summer 2012 1 Notes and Tricks on GMT (Generic Mapping Tools) Amir Salaree 2 Foreword: This text is to address some subtle needs of the

More information

Executing Commands through the Execute VM Command Task

Executing Commands through the Execute VM Command Task Executing Commands through the Execute VM Command Task This chapter contains the following sections: Execute VM Command Task, page 1 Execute VM Command Task Examples, page 2 Execute VM Command Task You

More information

NAME rdseed Read an FDSN SEED format volume. SYNOPSIS rdseed -{aclssrtdoxzei} [-f filename] [v (n)]

NAME rdseed Read an FDSN SEED format volume. SYNOPSIS rdseed -{aclssrtdoxzei} [-f filename] [v (n)] NAME rdseed Read an FDSN SEED format volume SYNOPSIS rdseed -{aclssrtdoxzei} [-f filename] [v (n)] OPTIONS The following options may be selected: a b c l q Q s S R t d o x retrieve the abbreviation dictionaries.

More information

DW Tomo 8.1 User Guide

DW Tomo 8.1 User Guide DW Tomo 8.1 User Guide Copyright 2016, All rights reserved. Table of Contents Preface...1 Conventions Used in This Guide...1 Where to Find Information...1 Technical Support...2 Feedback...2 Chapter 1 Introducing

More information

PH5: AN INTRODUCTION. A Look at the PH5 Format and a Hands-On Demonstration to Build Your Own Archive

PH5: AN INTRODUCTION. A Look at the PH5 Format and a Hands-On Demonstration to Build Your Own Archive PH5: AN INTRODUCTION A Look at the PH5 Format and a Hands-On Demonstration to Build Your Own Archive Agenda Introduction to PH5 Hands-on building a PH5 archive Validating and viewing a PH5 archive Sending

More information

Data Analysis in Geophysics ESCI Bob Smalley Room 103 in 3892 (long building), x-4929

Data Analysis in Geophysics ESCI Bob Smalley Room 103 in 3892 (long building), x-4929 Data Analysis in Geophysics ESCI 7205 Bob Smalley Room 103 in 3892 (long building), x-4929 Tu/Th - 13:00-14:30 CERI MAC (or STUDENT) LAB Lab 15, 17/10/13 Go to IRIS DMC (http://www.iris.edu/wilber3/find_event)

More information

ACH Module ACH Processing ACH Import Pass-Thru Create a new batch in Busey system

ACH Module ACH Processing ACH Import Pass-Thru Create a new batch in Busey system ACH Processing - Choose MT Admin from the drop down menu 1. ACH Import Send a file created from other software which does not have to contain an offset transaction. This type only imports the 6 records.

More information

SV3C DPRX MIPI D-PHY Analyzer. Data Sheet

SV3C DPRX MIPI D-PHY Analyzer. Data Sheet SV3C DPRX MIPI D-PHY Analyzer Data Sheet Table of Contents Table of Contents Table of Contents... 1 List of Figures... 2 List of Tables... 2 Introduction... 3 Overview... 3 Key Benefits... 3 Applications...

More information

Mapping and modeling Earth Science Data

Mapping and modeling Earth Science Data Mapping and modeling Earth Science Data Segment II: Making maps with GMT, an introduction Thorsten Becker University of Southern California, Los Angeles Universita di Roma TRE, June 2012 The problem Produce

More information

Quick Guide to TIDE: Adding Users and Students

Quick Guide to TIDE: Adding Users and Students Quick Guide to TIDE: Adding Users and Students Test Coordinators use TIDE to add and manage user accounts and to add students participating in the South Carolina Alternate Assessment. This Quick Guide

More information

Semi conductor fuses PSC 690 V DIN 43620

Semi conductor fuses PSC 690 V DIN 43620 Semi conductor fuses PSC 690 V DIN 4620 URD 690 VAC Semiconductor Fuses PSC - URD 690 VAC Ferraz Shawmut PSC-URD 690 VAC fuse-links provide maximum flexibility in equipment design and ultimate protection

More information

SN388 New Features. Summer SN388 Software Release 8.4. SQC-Pro Release 1.2. VE432 Release 3.0. CoPilot

SN388 New Features. Summer SN388 Software Release 8.4. SQC-Pro Release 1.2. VE432 Release 3.0. CoPilot SN388 New Features Summer 1999 SN388 Software Release 8.4 SQC-Pro Release 1.2 VE432 Release 3.0 CoPilot SN388 Software Release 8.4 Remote access of the SN388 : CoPilot. Installation procedure of the Solaris

More information

IXRefraX Tutorial. Version How to import and interpret seismic refraction data using IXRefraX 2005, 2006 Interpex Limited

IXRefraX Tutorial. Version How to import and interpret seismic refraction data using IXRefraX 2005, 2006 Interpex Limited IXRefraX Tutorial Version 1.02 How to import and interpret seismic refraction data using IXRefraX 2005, 2006 Interpex Limited Import & Interpretation Sequence Use File/Create Spread to import data. Use

More information

CSCI 4210 Operating Systems CSCI 6140 Computer Operating Systems Project 1 (document version 1.3) Process Simulation Framework

CSCI 4210 Operating Systems CSCI 6140 Computer Operating Systems Project 1 (document version 1.3) Process Simulation Framework CSCI 4210 Operating Systems CSCI 6140 Computer Operating Systems Project 1 (document version 1.3) Process Simulation Framework Overview This project is due by 11:59:59 PM on Thursday, October 20, 2016.

More information

Webservices and Fetch. Chuck Ammon and Danielle Sumy Slides adapted from C. Trabant and A. Hutko (IRIS)

Webservices and Fetch. Chuck Ammon and Danielle Sumy Slides adapted from C. Trabant and A. Hutko (IRIS) Webservices and Fetch Chuck Ammon and Danielle Sumy Slides adapted from C. Trabant and A. Hutko (IRIS) WILBER3 Event- Related Waveforms Scenario: Need to download data from a specific event StaIons: various

More information

Session 16. Process-Oriented Data Handling

Session 16. Process-Oriented Data Handling Session 16 Process-Oriented Data Handling Combining performance, flexibility, code reuse, and collaboration Igor Morozov igor.morozov@usask.ca Outline Six rules of the processing game Overview of IGeoS

More information

TGP USER MANUAL Automatic Praat's TextGrid File Parser

TGP USER MANUAL Automatic Praat's TextGrid File Parser TGP USER MANUAL Automatic Praat's TextGrid File Parser release 1.0 Pere Milà 20 August, 2008 IRCS, University of Pennsylvania pere@peremila.com tgp.peremila.com CONTENTS 1 Introduction...3 2 Installing

More information

Shells and Shell Programming

Shells and Shell Programming Shells and Shell Programming 1 Shells A shell is a command line interpreter that is the interface between the user and the OS. The shell: analyzes each command determines what actions are to be performed

More information

5100 Digital Indicator Operator Guide

5100 Digital Indicator Operator Guide 5100 Digital Indicator Operator Guide 5100-612-100 Main display Auxiliary display OVERVIEW: 5100 is a general purpose indicator therefore it has to be optioned and programmed appropriately to do batching

More information

Reflectivity modeling for stratified anelastic media

Reflectivity modeling for stratified anelastic media Reflectivity modeling for stratified anelastic media Peng Cheng and Gary F. Margrave Reflectivity modeling ABSTRACT The reflectivity method is widely used for the computation of synthetic seismograms for

More information

SV3C DPRX MIPI D-PHY Analyzer. Data Sheet

SV3C DPRX MIPI D-PHY Analyzer. Data Sheet SV3C DPRX MIPI D-PHY Analyzer Data Sheet Table of Contents Table of Contents Table of Contents... 1 List of Figures... 2 List of Tables... 3 Introduction... 4 Overview... 4 Key Benefits... 4 Applications...

More information

Help Volume Hewlett Packard Company. All rights reserved. Toolsets: IA Format Utility

Help Volume Hewlett Packard Company. All rights reserved. Toolsets: IA Format Utility Help Volume 1997-2002 Hewlett Packard Company. All rights reserved. Toolsets: IA Format Utility Using the IA Format Utility The IA Format Utility tool lets you convert a.r (dot R) file into an inverse

More information

Appendix K: The making of the GMT High-Resolution Coastline Database

Appendix K: The making of the GMT High-Resolution Coastline Database GMT TECHNICAL REFERENCE & COOKBOOK K 1 Appendix K: The making of the GMT High-Resolution Coastline Database Starting with version 3.0, GMT use a completely new coastline database and the pscoast utility

More information

Refractor 8.1 User Guide

Refractor 8.1 User Guide Refractor 8.1 User Guide Copyright 2016, All rights reserved. Table of Contents Preface...1 Conventions Used in This Guide...1 Where to Find Information...1 Technical Support...2 Feedback...2 Chapter 1

More information

Veritas VCS-318. Administration of Veritas Backup Exec

Veritas VCS-318. Administration of Veritas Backup Exec Veritas VCS-318 Administration of Veritas Backup Exec 2014 http://killexams.com/exam-detail/vcs-318 QUESTION: 122 What is the result when running a GRT backup of a VMware virtual machine with the option

More information

Quick Start Guide for IS-EPOS

Quick Start Guide for IS-EPOS Quick Start Guide for IS-EPOS IS-EPOS is a prototype of Anthropogenic Hazard (AH) Thematic Core Service (TCS), in European Plate Observing System (EPOS) integration program. IS-EPOS integrates data describing

More information

PM210v Multi-Function Panel Meter. Modbus Reference. DAE Instrument Corp.

PM210v Multi-Function Panel Meter. Modbus Reference. DAE Instrument Corp. DAE Instrument Corp. v312 11 Multi- Panel Meter Modbus Reference Revision 2.6.1e Updated 2015/1/22 Prepared By: David Ling Firmware: v312 Table of Contents General Information! 3 Register Tables! 4 Real

More information

What is the Advantage of Seismic Array Processing?

What is the Advantage of Seismic Array Processing? What is the Advantage of Seismic Array Processing? Seismic arrays are geographic distributions of matched seismic sensors whose data can be used to infer certain seismic wavefield properties The spatial

More information

Directional Survey File Format Guide

Directional Survey File Format Guide Directional Survey File Format Guide March 2016 Version 1.4 1 OVERVIEW...2 2 FILE NAMING AND FORMATTING...3 1 1 Overview 1.1 Overview The BC Oil and Gas Commission (Commission) has mandated the electronic

More information

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc.

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. GD22-4 1 2 Agenda Introduction Overview of dbconnect Configure a data source Connect database to AutoCAD

More information

Grep and Shell Programming

Grep and Shell Programming Grep and Shell Programming Comp-206 : Introduction to Software Systems Lecture 7 Alexandre Denault Computer Science McGill University Fall 2006 Teacher's Assistants Michael Hawker Monday, 14h30 to 16h30

More information

Basic SeismicHandler Introduction

Basic SeismicHandler Introduction Basic SeismicHandler Introduction Sebastian Rost October 2006 SeismicHandler (SH) is a tool for analyzing digital seismograms. It can be used for the analysis of earthquake records, as well as for examining

More information

GMT. Generic Mapping Tools or Gravity, Magnetics and Topography. Lecture #1 Mapping and Plotting with GMT

GMT. Generic Mapping Tools or Gravity, Magnetics and Topography. Lecture #1 Mapping and Plotting with GMT GMT Generic Mapping Tools or Gravity, Magnetics and Topography Lecture #1 Mapping and Plotting with GMT GMT World Domination GMT Began as a set of subroutines to write Postscript commands Grew with Paul

More information

Depth Conversion Methods & Petrel Workflows

Depth Conversion Methods & Petrel Workflows Depth Conversion Methods & Petrel Workflows Course Information Alan Atkinson March 2016 Depth Conversion Methods & Petrel Workflows 2016 Alan Atkinson, AA Geophysical Ltd Course Description Depth Conversion

More information

Team 1. Common Questions to all Teams. Team 2. Team 3. CO200-Computer Organization and Architecture - Assignment One

Team 1. Common Questions to all Teams. Team 2. Team 3. CO200-Computer Organization and Architecture - Assignment One CO200-Computer Organization and Architecture - Assignment One Note: A team may contain not more than 2 members. Format the assignment solutions in a L A TEX document. E-mail the assignment solutions PDF

More information

1 Data Portal Tutorial

1 Data Portal Tutorial Introduction EEG@UCSB 1 Data Portal Tutorial The EEG@UCSB web data-portal gives anyone access to sensor waveform data from our seismic monitoring stations. This is data primarily from accelerometers, seismometers

More information

MESS Snuffler and more... Outline

MESS Snuffler and more... Outline MESS 2012 - Snuffler and more... Outline 1. Autokiwi - automatic data preparation 2. Cake - classical ray theory for Python 3. Snuffler - a waveform browser 4. Snufflings - plugins for Snuffler Autokiwi

More information

System Administration HW3

System Administration HW3 System Administration HW3 - Happy Shell Script programming ymli Overview 3-1 Process Inspector (20%) A one-liner script to show statistics of all processes 3-2 Polyglot (25%) How many languages can you

More information

REDUCING INFORMATION OVERLOAD IN LARGE SEISMIC DATA SETS. Jeff Hampton, Chris Young, John Merchant, Dorthe Carr and Julio Aguilar-Chang 1

REDUCING INFORMATION OVERLOAD IN LARGE SEISMIC DATA SETS. Jeff Hampton, Chris Young, John Merchant, Dorthe Carr and Julio Aguilar-Chang 1 REDUCING INFORMATION OVERLOAD IN LARGE SEISMIC DATA SETS Jeff Hampton, Chris Young, John Merchant, Dorthe Carr and Julio Aguilar-Chang 1 Sandia National Laboratories and 1 Los Alamos National Laboratory

More information

by Chris Scheingraber, Kasra Hosseini, Robert Barsch, and Karin Sigloch

by Chris Scheingraber, Kasra Hosseini, Robert Barsch, and Karin Sigloch Electronic Supplement to ObsPyLoad - a tool for fully automated retrieval of seismological waveform data doi: 10.1785/0220120103 by Chris Scheingraber, Kasra Hosseini, Robert Barsch, and Karin Sigloch

More information

Programming in Python 2014

Programming in Python 2014 Practical No. 1 Write a program that prompts the user for following information: a. Number b. Choice (Choice value can be 1 or 2) If user enters choice 1 then it should check whether the given number is

More information

G034 Improvements in 4D Seismic Processing - Foinaven 4 Years On

G034 Improvements in 4D Seismic Processing - Foinaven 4 Years On G034 Improvements in 4D Seismic Processing - Foinaven 4 Years On C. Lacombe* (CGGVeritas UK), S. Campbell (BP Aberdeen) & S. White (CGGVeritas UK) SUMMARY Using a case history from West of Shetlands, the

More information

TA Instruments New Features in DSCRun TM Software

TA Instruments New Features in DSCRun TM Software TA Instruments New Features in DSCRun TM Software Notice The material contained in this manual, and in the online help for the software used to support TA Instruments products, is believed adequate for

More information

Lab #8: Introduction to UNIX and GMT

Lab #8: Introduction to UNIX and GMT Geol 335.3 1 Lab #8: Introduction to UNIX and GMT In this lab, you ll familiarize yourself with some of the leading components of scientific computing: UNIX operating system, and a free, open-source, GIS/plotting

More information

STATS Data Analysis using Python. Lecture 15: Advanced Command Line

STATS Data Analysis using Python. Lecture 15: Advanced Command Line STATS 700-002 Data Analysis using Python Lecture 15: Advanced Command Line Why UNIX/Linux? As a data scientist, you will spend most of your time dealing with data Data sets never arrive ready to analyze

More information

Report Generator for DPOPWR

Report Generator for DPOPWR Online Help Report Generator for DPOPWR Adapted from the Report Generator for DPOPWR Online Help www.tektronix.com Copyright Tektroni x. All rights reserved. Licensed software products are owned by Tektronix

More information

Lab 9 Part 2. GMT: Texas Map

Lab 9 Part 2. GMT: Texas Map Lab 9 Part 2 GMT: Texas Map 1 Open a X-window terminal Before you begin Part 2, create a new folder on //geobase called Lab9_Part2 PCs: If you need to, launch Cygwin, then in the black window, type: startxwin.bat.

More information

TextPlus Release Module for Ascent Capture 3.0 Release Notes

TextPlus Release Module for Ascent Capture 3.0 Release Notes TextPlus Release Module for Ascent Capture 3.0 Release Notes v 3.00 Beta June 1999 Page 1 1. Introduction This document provides information on the TextPlus release script which is a sample script available

More information

AMSR IDL (read_amsr_day_v5.pro): .pro. : PRO example (means this script starts here and it s name is example.pro)

AMSR IDL (read_amsr_day_v5.pro): .pro. : PRO example (means this script starts here and it s name is example.pro) IDL 2007/1/17~18, C202 - REMSS (free, ) http//wwwremsscom AMSR IDL (read_amsr_day_v5pro) HomePage -> AMSR -> Download Data (via ftpssmicom/amsre) -> FTP server -> support/idl/read_amsr_day_v5pro AMSR HomePage

More information

EM 120 Multibeam Echosounder

EM 120 Multibeam Echosounder EM 120 Multibeam Echosounder The EM 120 multibeam echosounder from Kongsberg was used for bathymetric surveying. The system has an operating frequency of 12 khz, suitable for deep ocean waters, and 191

More information

Downhole Data Dictionary and Data Formatting Requirements Jamison Steidl. University of California at Santa Barbara Institute for Crustal Studies

Downhole Data Dictionary and Data Formatting Requirements Jamison Steidl. University of California at Santa Barbara Institute for Crustal Studies Downhole Data Dictionary and Data Formatting Requirements Jamison Steidl University of California at Santa Barbara Institute for Crustal Studies OUTLINE Geotechnical and Earthquake Engineering Database

More information

Python lab session 1

Python lab session 1 Python lab session 1 Dr Ben Dudson, Department of Physics, University of York 28th January 2011 Python labs Before we can start using Python, first make sure: ˆ You can log into a computer using your username

More information

gmtex10 : ARGIS_GMT 胡植慶國立臺灣大學地質科學系 Jyr-Ching HU, Department of Geosciences, NTU

gmtex10 : ARGIS_GMT 胡植慶國立臺灣大學地質科學系 Jyr-Ching HU, Department of Geosciences, NTU gmtex10 : ARGIS_GMT 胡植慶國立臺灣大學地質科學系 Jyr-Ching HU, Department of Geosciences, NTU ArcGMT Extension of ArcView Function 1. convert GMT grid to Arc/INFO grid 2. convert Arc/INFO grid to GMT grid 3. convert

More information

Employee User s Guide

Employee User s Guide Employee User s Guide INTRODUCTION The instructions and information contained in this document outline the steps necessary to use the ivisitor application. This guide is designed to help facilitate your

More information

(multiple paths, buffering, packet loss, etc)

(multiple paths, buffering, packet loss, etc) SCSN/Caltech - Rayo Bhadha Data Handling (multiple paths, buffering, packet loss, etc) Use multiple paths for increasing redundancy possibly use cloud resources EEW considerations for buffering and recovering

More information

Manual Instrumentation 2 Manual Instrumentation Process Throughout this document we will refer to the code in an unsupported language as the original

Manual Instrumentation 2 Manual Instrumentation Process Throughout this document we will refer to the code in an unsupported language as the original CodeTEST Tools Application Note Manual Instrumentation Manually insert test-point instructions, or tags, in source code to gather real time execution analysis using the Freescale CodeTEST Tools. Purpose

More information

More Scripting and Regular Expressions. Todd Kelley CST8207 Todd Kelley 1

More Scripting and Regular Expressions. Todd Kelley CST8207 Todd Kelley 1 More Scripting and Regular Expressions Todd Kelley kelleyt@algonquincollege.com CST8207 Todd Kelley 1 Regular Expression Summary Regular Expression Examples Shell Scripting 2 Do not confuse filename globbing

More information

PERL Bioinformatics. Nicholas E. Navin, Ph.D. Department of Genetics Department of Bioinformatics. TA: Dr. Yong Wang

PERL Bioinformatics. Nicholas E. Navin, Ph.D. Department of Genetics Department of Bioinformatics. TA: Dr. Yong Wang PERL Bioinformatics Nicholas E. Navin, Ph.D. Department of Genetics Department of Bioinformatics TA: Dr. Yong Wang UNIX Background and History PERL Practical Extraction and Reporting Language Developed

More information

EIDA European Integrated Data Archives

EIDA European Integrated Data Archives EIDA European Integrated Data Archives Marcelo B. de Bianchi Joachim Saul IT Coordination Meeting KNMI / Utrecht 08.02.2012 Data acquisition Seismometer / Accelerometer Orthogonal (continuous) ground displacement

More information

Using the SQL Editor. Overview CHAPTER 11

Using the SQL Editor. Overview CHAPTER 11 205 CHAPTER 11 Using the SQL Editor Overview 205 Opening the SQL Editor Window 206 Entering SQL Statements Directly 206 Entering an SQL Query 206 Entering Non-SELECT SQL Code 207 Creating Template SQL

More information

Introducing WinQuake 2.5

Introducing WinQuake 2.5 WinQuake 2.5 1 of 11 Introducing WinQuake 2.5 Background Windows users currently have two programs available for analyzing seimograms, SWAP and WinQuakes. SWAP is freeware and WinQuakes is free to schools

More information

End User Monitoring. AppDynamics Pro Documentation. Version Page 1

End User Monitoring. AppDynamics Pro Documentation. Version Page 1 End User Monitoring AppDynamics Pro Documentation Version 4.1.1 Page 1 End User Monitoring....................................................... 4 Browser Real User Monitoring.............................................

More information

Virtual Machine Tutorial

Virtual Machine Tutorial Virtual Machine Tutorial CSA2201 Compiler Techniques Gordon Mangion Virtual Machine A software implementation of a computing environment in which an operating system or program can be installed and run.

More information

Groovy and Grails in Google App Engine

Groovy and Grails in Google App Engine Groovy and Grails in Google App Engine Benefit from a Java-like dynamic language to be more productive on App Engine Guillaume Laforge Head of Groovy Development Guillaume Laforge Groovy Project Manager

More information

IPTC Title: High Resolution, Simultaneous VSP and Land Seismic Acquisition. Scott Robinson, Qatar Petroleum

IPTC Title: High Resolution, Simultaneous VSP and Land Seismic Acquisition. Scott Robinson, Qatar Petroleum Title: High Resolution, Simultaneous VSP and Land Seismic Acquisition Authors Scott Robinson, Qatar Petroleum primary author o P. O. Box 47, Doha, Qatar; (+974) 440-1465; s_robinson@qp.com.qa Salva R Seeni,

More information

24th Seismic Research Review Nuclear Explosion Monitoring: Innovation and Integration

24th Seismic Research Review Nuclear Explosion Monitoring: Innovation and Integration COLLABORATIVE RESEARCH: SEISMIC CATALOGUE COMPLETENESS AND ACCURACY Terry C. Wallace, 1 Frank Vernon, 2 and Gary Pavlis 3 University of Arizona, 1 University of California San Diego, 2 Indiana University

More information

ASDF Definition. Release Lion Krischer, James Smith, Jeroen Tromp

ASDF Definition. Release Lion Krischer, James Smith, Jeroen Tromp ASDF Definition Release 1.0.0 Lion Krischer, James Smith, Jeroen Tromp March 22, 2016 Contents 1 Introduction 2 1.1 Why introduce a new seismic data format?............................. 2 2 Big Picture

More information

HMA-T G-POD Web Service Acceptance Test Report

HMA-T G-POD Web Service Acceptance Test Report HMA-T G-POD Web Service Acceptance Test Report Terradue Srl page ii of iv Short Title HMA-T G-POD Web Service Acceptance Test Report Prepared by Terradue Srl Approved by Fabrice Brito Reference T2-ESA-GPOD-TP-09-003

More information

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1 Version 1 Instructions 1. Write your name and version number on the top of the yellow paper and the routing tables sheet. 2. Answer Question 2 on the routing tables sheet. 3. Answer Questions 1, 3, 4,

More information

OPERATING SYSTEMS. Systems with Multi-programming. CS 3502 Spring Chapter 4

OPERATING SYSTEMS. Systems with Multi-programming. CS 3502 Spring Chapter 4 OPERATING SYSTEMS CS 3502 Spring 2018 Systems with Multi-programming Chapter 4 Multiprogramming - Review An operating system can support several processes in memory. While one process receives service

More information

Using the ChipScope Pro for Testing HDL Designs on FPGAs

Using the ChipScope Pro for Testing HDL Designs on FPGAs Using the ChipScope Pro for Testing HDL Designs on FPGAs Compiled by OmkarCK CAD Lab, Dept of E&ECE, IIT Kharagpur. Introduction: Simulation based method is widely used for debugging the FPGA design on

More information

ARENA_Modules 7/28/98 page 1

ARENA_Modules 7/28/98 page 1 ARENA_Modules 7/28/98 page 1 author This Hypercard stack was prepared by: Dennis L. Bricker, Dept. of Industrial Engineering, University of Iowa, Iowa City, Iowa 52242 e-mail: dennis-bricker@uiowa.edu

More information

About This Version ParkSEIS 2.0

About This Version ParkSEIS 2.0 PS User Guide Series - About This Version 2.0 2016 About This Version ParkSEIS 2.0 Prepared By Choon B. Park, Ph.D. September 2016 Table of Contents Page 1. Summary 2 2. Velocity (Vs) Cross Section - Topographic

More information

Exercises. Computer Tech Tom Browder Northwest Florida Linux User Group [nwflug.org]

Exercises. Computer Tech Tom Browder Northwest Florida Linux User Group [nwflug.org] Exercises Computer Tech 2018 Tom Browder [tom.browder@gmail.com] Northwest Florida Linux User Group [nwflug.org] 2018-01-27 Exercise 1 Using the gedit editor (or the editor of your choice), write a program

More information

Bash Programming for Geophysicists

Bash Programming for Geophysicists First NIGS workshop on Bash Programming for Geophysicists Abdolreza Ghods Institute of Advanced Studies in Basic Sciences, IASBS, Iran Version 1.0 June 2013 1 Why Bash Scripting? As geophysicists, we are

More information

EBID Extract (Excel-CSV) File Format

EBID Extract (Excel-CSV) File Format EBID Update Extract (Microsoft Excel-CSV Format) This document describes the file format used to communicate updates to subscribers who have elected to use the Excel-CSV file format. The Excel-CSV update

More information

High Cost Universal Broadband (HUBB) Data Formatting Instructions for Middle Mile

High Cost Universal Broadband (HUBB) Data Formatting Instructions for Middle Mile High Cost Universal Broadband (HUBB) Data Formatting Instructions for Middle Mile Contents Preparing Your Data Upload Use the USAC Template Use the Correct File Format Include a Header Row Use Quotes for

More information

IceWarp Unified Communications. Server Variables. Version 11

IceWarp Unified Communications. Server Variables. Version 11 IceWarp Unified Communications Server Variables Version 11 Printed on 16 April, 2012 Contents Server Variables ii Examples v Simple Auto Responder... v Advanced Auto Responder With An Attachment... v

More information

Programming Team Report

Programming Team Report Programming Team Report George Carpeni, Chetan Naratain, James Tate, Will Peng (and John Valentino) 1 1 Summary of Process 1.1 Project Process Figure 1: Project Process Schematic 2 1. Students look up

More information

Eclipse Command Language

Eclipse Command Language Cracow, Poland Eclipse Day 2012, September 13 Bartosz Czerwiński bczerwinski@luxoft.com 2 Agenda DSL Scripting in Eclipse ECL Core Concepts Architecture Applicability Future Live Demo 3 DSL 4 Domain Specific

More information