Program flatten reads in an input seismic or attribute volume as well as a picked horizon and generates a flattened output volume:

Size: px
Start display at page:

Download "Program flatten reads in an input seismic or attribute volume as well as a picked horizon and generates a flattened output volume:"

Transcription

1 FLATTENING A SCALAR DATA VOLUME PROGRAM flatten Computation Flow Chart Program flatten reads in an input seismic or attribute volume as well as a picked horizon and generates a flattened output volume: Input volume Horizon flatten Flattened volume Output file naming convention Program convolutional_modeling will always generate the following output files: Output file description Flattened data volume program log information program error/completion information File name syntax flattened_unique_project_name_suffix.h convolutional_modeling_unique_project_name_suffix.log convolutional_modeling_unique_project_name_suffix.err where the values in red are defined by the program GUI. The errors we anticipated will be written to the *.err file and be displayed in a pop-up window upon program termination. These errors, much of the input information, a description of intermediate variables, and any software trace-back errors will be contained in the *.log file. Overview Attribute-Assisted Seismic Processing and Interpretation March 8, 2019 Page 1

2 Extracting phantom horizon slices and stratal (or proportional) slices two some of the more common interpretation activities performed in interpretation workstation software. Since the interpretation workstation is the place where you picked your horizons, it is the obvious place to do such slicing and subsequent analysis. Nevertheless, there are reasons to create flattened or stratal sliced subvolumes in the AASPI software. Generating flattened volumes has value if your commercial software does not have a state-of-the-art spectral decomposition algorithm and you wish to generate a suite of volumes about a target horizon. Similarly, AASPI provides horizon-based clustering (also called classification) algorithms. AASPI programs flatten, complex_spectral_flatten, and vector_flatten flatten a user-defined window of input data defined about a picked horizon. AASPI program unflatten complex_spectral_unflatten, and vector_unflatten reverse this process. AASPI program stratal_slice, complex_spectral_stratal_slice, and vector_stratal_slice generate a suite of stratal (proportional slices) between two user-defined horizons. Flattened slices are computed by interpolating the input data using a φ=2πfδt Fourier phase shift of each Fourier component. Because the distance between stratal slices varies from trace to trace, it is more efficient to compute stratal slices using a simple six-point interpolation in the time (or depth) domain. Program flatten, unflatten, and stratal_slice work on scalar data volumes. Because there is a discontinuity about ±180, phase and azimuth cannot be interpolated along the vertical axes. For this reason, complex spectra and vector quantities such as dip magnitude and dip azimuth should be flattened as pairs using programs complex_spectral_flatten, and vector_flatten. The same argument holds for interpolating to generate complex and vector stratal slices. Program flatten reads in a single data volume and a horizon file and outputs a flattened volume. Program flatten is launched from the Formation Attributes within in the main aaspi_util GUI: The following GUI appears: Attribute-Assisted Seismic Processing and Interpretation March 8, 2019 Page 2

3 Begin by (1) entering the input data volume file name and (2) the input horizon. Click (3) to view the horizon. If the file is generated using Windows-based software (e.g. Petrel), they will have the annoying carriage return (^M) at the end of each line (Shown in Figure 1). Use this button to delete those carriage returns if you prefer. Their presence will not negatively impact the software. Then (5) choose the horizon format. Currently gridded (e.g. EarthVision in Petrel) and interpolated (ASCII free format, e.g. SeisX) formats are supported. Gridded horizons are x, y location based and often define the location of knots in a B-spline surface in the North and East directions. In general, a gridded surface is independent of the location of inlines and crosslines. In contrast, interpolated horizons are inline- and crossline-based, where each trace has an x and y value. Examples of both formats are shown in Figure 1. If interpolated is selected, the user needs to manually define each column in the file. The only other value needed for a gridded horizon is (11) the value of the znull identifying a missing portion of the horizon. The interpolated horizon needs other parameters to define its format including (6) the number header lines to skip, (7) the total number of columns, (8) the column number containing the inline indices, (9) the column number containing the crossline (or CDP) indices, and (10) the column number containing the two-way travel time (or depth) value. Next, (12 and 13) define the limits of the output data about the picked horizon (in this case ±0.100 s). Finally (14) choose the direction of the vertical axis defined in the horizon file to be positive down or negative down (e.g. Petrel uses negative down) and (15) the time unit used in the horizon files (usually s or ms, depending on the software used). Attribute-Assisted Seismic Processing and Interpretation March 8, 2019 Page 3

4 Selector 15: The input data looks like this while the flattened volume looks like this The phantom horizon slice s above the picked horizon shows some turbidite channels: Attribute-Assisted Seismic Processing and Interpretation March 8, 2019 Page 4

5 Attribute-Assisted Seismic Processing and Interpretation March 8, 2019 Page 5

FLATTENING AND GENERATING STRATAL SLICES PROGRAMS flatten, vector_flatten, stratal_slice, and vector_stratal_slice

FLATTENING AND GENERATING STRATAL SLICES PROGRAMS flatten, vector_flatten, stratal_slice, and vector_stratal_slice FLATTENING AND GENERATING STRATAL SLICES PROGRAMS flatten, vector_flatten, stratal_slice, and vector_stratal_slice Extracting phantom horizon and stratal slices is one of the more common interpretation

More information

Volumetric Classification: Program pca3d

Volumetric Classification: Program pca3d Volumetric principle component analysis for 3D SEISMIC FACIES ANALYSIS PROGRAM pca3d Overview Principal component analysis (PCA) is widely used to reduce the redundancy and excess dimensionality of the

More information

MODULATING A POLYCHROMATIC IMAGE BY ONE PLOTTED AGAINST LIGHTNESS: PROGRAM hlplot

MODULATING A POLYCHROMATIC IMAGE BY ONE PLOTTED AGAINST LIGHTNESS: PROGRAM hlplot MODULATING A POLYCHROMATIC IMAGE BY ONE PLOTTED AGAINST LIGHTNESS: PROGRAM hlplot Multiattribute display of dip magnitude modulating dip azimuth Program hlplot AASPI provides two ways to blend a polychromatic

More information

2D Seismic Utilities Programs: aaspi_segy_read_batch aaspi_2d_combine aaspi_pseudo3d_split aaspi_mega2d_split aaspi_segy_write_batch

2D Seismic Utilities Programs: aaspi_segy_read_batch aaspi_2d_combine aaspi_pseudo3d_split aaspi_mega2d_split aaspi_segy_write_batch 2D Seismic Utilities Programs: aaspi_segy_read_batch aaspi_2d_combine aaspi_pseudo3d_split aaspi_mega2d_split aaspi_segy_write_batch Most of AASPI utilities, such as dip3d, spec_cwt, and som3d, are designed

More information

(1B) Click Browse and select the AASPI-format file (*.H) that you want to display. After you browse the file, the Colorbar file name (1C), plot title

(1B) Click Browse and select the AASPI-format file (*.H) that you want to display. After you browse the file, the Colorbar file name (1C), plot title QC PLOTTING OF AASPI-FORMAT DATA AND ATTRIBUTES Program aaspi_plot The AASPI QC Plotting tab To further quality control the conversion process, you will wish to plot your data before computing seismic

More information

Volumetric Classification: Program psvm3d

Volumetric Classification: Program psvm3d Proximal Support Vector Machine Classification on Seismic Data Program psvm3d Overview Support vector machine (SVM) is a recent supervised machine learning technique that is widely used in text detection,

More information

MULTIATTRIBUTE DISPLAY: PROGRAMS hlplot, hsplot, hlsplot, rgbplot, and crossplot

MULTIATTRIBUTE DISPLAY: PROGRAMS hlplot, hsplot, hlsplot, rgbplot, and crossplot MULTIATTRIBUTE DISPLAY: PROGRAMS hlplot, hsplot, hlsplot, rgbplot, and crossplot Multiattribute display of dip magnitude modulating dip azimuth Programs hlplot and hsplot In section 6, pages 12-13, we

More information

Iterative Fault Enhancement Workflow

Iterative Fault Enhancement Workflow Iterative Fault Enhancement Workflow. Introduction A greater degree of filtering can be obtained using three methods: (1) applying more aggressive filter parameters using the original window, (2) applying

More information

COMPUTING APPARENT DIP AND AMPLITUDE GRADIENTS PROGRAM apparent_cmpt. Apparent curvature computation flow charts

COMPUTING APPARENT DIP AND AMPLITUDE GRADIENTS PROGRAM apparent_cmpt. Apparent curvature computation flow charts COMPUTING APPARENT DIP AND AMPLITUDE GRADIENTS PROGRAM apparent_cmpt Apparent curvature computation flow charts inline dip crossline dip apparent_cmpt p(φ=-90 0 ) p(φ=0 0 ) p(φ=+30 0 ) p(φ=-60 0 ) p(φ=+60

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM E&P SOLUTIONS Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Cropped & Flattened Volumes in *Petrel Geophysicists who use D volumes often want to work on a smaller part of the volume or they want

More information

Stratigraphic coordinates, a coordinate system tailored to seismic interpretation a

Stratigraphic coordinates, a coordinate system tailored to seismic interpretation a Stratigraphic coordinates, a coordinate system tailored to seismic interpretation a a Published in Geophysical Prospecting, v. 63, 1246-1255, (2015) Parvaneh Karimi and Sergey Fomel ABSTRACT In certain

More information

Enhancing faults and axial planes Program fault_enhancement

Enhancing faults and axial planes Program fault_enhancement Enhancing faults and axial planes Program fault_enhancement Overview The fault enhancement attribute is a post-stack attribute which enhances locally planar features within a seismic attribute volume.

More information

Well Log Utilities: Program LAS file importer

Well Log Utilities: Program LAS file importer Overview The well log modules in AASPI allow you to: import LAS format *.las files and convert them to *.H AASPI format, display the curves, and export AASPI-format *.H files as LAS-format *.las files.

More information

Flattening without picking

Flattening without picking Stanford Exploration Project, Report 112, November 11, 2002, pages 141 151 Flattening without picking Jesse Lomask and Jon Claerbout 1 ABSTRACT We introduce an analytical method for integrating dip information

More information

MAXIMUM ENTROPY SPECTRAL ANALYSIS PROGRAM spec_max_entropy

MAXIMUM ENTROPY SPECTRAL ANALYSIS PROGRAM spec_max_entropy MAXIMUM ENTROPY SPECTRAL ANALYSIS PROGRAM spec_max_entropy Alternative Spectral Decomposition Algorithms Spectral decomposition methods can be divided into three classes: those that use quadratic forms,

More information

Prestack Workflows: Prestack Structure-Oriented Filtering. The Prestack Structure-Oriented Filtering Workflow. Introduction

Prestack Workflows: Prestack Structure-Oriented Filtering. The Prestack Structure-Oriented Filtering Workflow. Introduction The Prestack Structure-Oriented Filtering Workflow. Introduction Structure-Oriented Filtering (SOF) involve many programs in AASPI software. Particularly, prestack SOF is tedious and time-consuming. To

More information

COMPUTING APPARENT CURVATURE PROGRAM euler_curvature. Euler curvature computation flow chart. Computing Euler curvature

COMPUTING APPARENT CURVATURE PROGRAM euler_curvature. Euler curvature computation flow chart. Computing Euler curvature COMPUTING APPARENT CURVATURE PROGRAM euler_curvature Euler curvature computation flow chart Inline dip Crossline dip curvature3d k 1 Strike of k 1 k 2 Strike of k 1 euler_curvature (φ=-90 0 ) (φ=0 0 )

More information

Volumetric Attributes: Constrained least-squares spectral analysis Program spec_clssa

Volumetric Attributes: Constrained least-squares spectral analysis Program spec_clssa CONSTRAINED LEAST-SQUARES SPECTRAL ANALYSIS PROGRAM spec_clssa Alternative Spectral Decomposition Algorithms Spectral decomposition methods can be divided into three classes: those that use quadratic forms,

More information

PRESTACK STRUCTURE-ORIENTED FILTERING PROGRAM sof_prestack

PRESTACK STRUCTURE-ORIENTED FILTERING PROGRAM sof_prestack PRESTAK STRUTURE-ORIENTED FILTERING PROGRAM sof_prestack omputation Flow hart Program sof_prestack is a generalization of program sof3d For this reason, the input parameters and workflow of the two algorithms

More information

Seismic imaging PROGRAM aaspi_azim_offset_mig

Seismic imaging PROGRAM aaspi_azim_offset_mig Seismic imaging PROGRAM aaspi_azim_offset_mig Program aaspi_azim_offset_mig is a prestack time migration based on the Kirchhoff algorithm which adds the anti_aliasing operator based on Gray, S. H. (1992).

More information

Improving Dip Estimates Program filter_dip_components

Improving Dip Estimates Program filter_dip_components Improving Dip Estimates Program filter_dip_components Computation flow chart The input to program filter_dip_components is generally computed from program dip3d and includes estimates of the inline and

More information

Volumetric Self-Organizing Maps for 3D SEISMIC FACIES ANALYSIS PROGRAM som3d

Volumetric Self-Organizing Maps for 3D SEISMIC FACIES ANALYSIS PROGRAM som3d Volumetric Self-Organizing Maps for 3D SEISMIC FACIES ANALYSIS PROGRAM som3d Computation flow chart This self-organizing map (SOM) 3D facies analysis program is a tool to generate a seismic facies map

More information

Spectral Attributes Program spec_cmp. COMPUTING SPECTRAL COMPONENTS USING A COMPLEX MATCHING PURSUITE ALGORITHM PROGRAM spec_cmp

Spectral Attributes Program spec_cmp. COMPUTING SPECTRAL COMPONENTS USING A COMPLEX MATCHING PURSUITE ALGORITHM PROGRAM spec_cmp COMPUTING SPECTRAL COMPONENTS USING A COMPLEX MATCHING PURSUITE ALGORITHM PROGRAM spec_cmp Alternative Spectral Decomposition Algorithms Spectral decomposition methods can be divided into three classes:

More information

Using Similarity Attribute as a Quality Control Tool in 5D Interpolation

Using Similarity Attribute as a Quality Control Tool in 5D Interpolation Using Similarity Attribute as a Quality Control Tool in 5D Interpolation Muyi Kola-Ojo Launch Out Geophysical Services, Calgary, Alberta, Canada Summary Seismic attributes in the last two decades have

More information

Correlating Production or Injection Volumes to Volumetric Attributes Program cigar_probe. Computation flow chart

Correlating Production or Injection Volumes to Volumetric Attributes Program cigar_probe. Computation flow chart Correlating Production or Injection Volumes to Volumetric Attributes Program cigar_probe Computation flow chart Program cigar_probe uses a suite of seismic amplitude volumes and a table containing the

More information

MODULATING A POLYCHROMATIC IMAGE BY A 2 ND IMAGE PLOTTED AGAINST SATURATION AND A 3 RD IMAGE PLOTTED AGAINST LIGHTNESS: PROGRAM hlsplot

MODULATING A POLYCHROMATIC IMAGE BY A 2 ND IMAGE PLOTTED AGAINST SATURATION AND A 3 RD IMAGE PLOTTED AGAINST LIGHTNESS: PROGRAM hlsplot MODULATING A POLYCHROMATIC IMAGE BY A 2 ND IMAGE PLOTTED AGAINST SATURATION AND A 3 RD IMAGE PLOTTED AGAINST LIGHTNESS: PROGRAM hlsplot Plotting dip vs. azimuth vs. coherence Program hlsplot Earlier, we

More information

Changing the Graph Appearance in the MSA

Changing the Graph Appearance in the MSA Changing the Graph Appearance in the MSA The appearance of graphs in the MSA can be customized by selection of general Appearances, or by setting trace colors and widths. This document describes how. Appearances

More information

Key areas of updates in GeoTeric Volumetrics

Key areas of updates in GeoTeric Volumetrics Release notes GeoTeric 2018.2 Volumetrics calculation is an essential step for understanding and quantifying the size of plays, leads, prospects and fields to track changing hydrocarbon volumes over time.

More information

Software Installation - Accessing Linux and Checking your Environmental Variables

Software Installation - Accessing Linux and Checking your Environmental Variables Accessing Linux and Checking your Environmental Although you may be fortunate enough to have a powerful multi-processor desktop running Linux, most of our sponsors do not. Most of our sponsors will have

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM E&P SOLUTIONS Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Petrel Inspector The Petrel Inspector was introduced in Petrel 2012 and was augmented with new features in Petrel 2013. It contains a variety

More information

Well Analysis: Program psvm_welllogs

Well Analysis: Program psvm_welllogs Proximal Support Vector Machine Classification on Well Logs Overview Support vector machine (SVM) is a recent supervised machine learning technique that is widely used in text detection, image recognition

More information

AASPI SOFTWARE PARALLELIZATION

AASPI SOFTWARE PARALLELIZATION AASPI SOFTWARE PARALLELIZATION Introduction Generation of multitrace and multispectral seismic attributes can be computationally intensive. For example, each input seismic trace may generate 50 or more

More information

3D Horizon/Fault Interpretation Exercise Using Seismic Micro-Technology s PC based 2d/3dPAK Seismic Interpretation Software

3D Horizon/Fault Interpretation Exercise Using Seismic Micro-Technology s PC based 2d/3dPAK Seismic Interpretation Software 3D Horizon/Fault Interpretation Exercise Using Seismic Micro-Technology s PC based 2d/3dPAK Seismic Interpretation Software Prepared by Tom Wilson, Appalachian Region Resource Center, Petroleum Technology

More information

Stanford Exploration Project, Report 120, May 3, 2005, pages

Stanford Exploration Project, Report 120, May 3, 2005, pages Stanford Exploration Project, Report 120, May 3, 2005, pages 167 179 166 Stanford Exploration Project, Report 120, May 3, 2005, pages 167 179 Non-linear estimation of vertical delays with a quasi-newton

More information

Random Forest Classification and Attribute Selection Program rfc3d

Random Forest Classification and Attribute Selection Program rfc3d Random Forest Classification and Attribute Selection Program rfc3d Overview Random Forest (RF) is a supervised classification algorithm using multiple decision trees. Program rfc3d uses training data generated

More information

Ground-roll characterization: Cold Lake 3-D seismic example

Ground-roll characterization: Cold Lake 3-D seismic example Ground-rollcharacterization Ground-roll characterization: Cold Lake 3-D seismic example Robert J. Ferguson ABSTRACT A procedure to characterize regional variation of ground-roll for 3-D seismic data is

More information

Constructing a Geometric Attribute Workflow

Constructing a Geometric Attribute Workflow Constructing a Geometric Attribute Workflow. Introduction Attribute computation of very large data volumes can take considerable time. Experienced interpreters may already have familiarity with other data

More information

Volumetric Classification: Program gtm3d

Volumetric Classification: Program gtm3d 3D PROBABILISTIC SEISMIC FACIES ANALYSIS PROGRAM gtm3d (Generative Topographic Mapping) Overview Like Self-organizing Maps (SOM), Generative Topographic Mapping (GTM) maps high-dimensional data (e.g. five

More information

Anisotropy-preserving 5D interpolation by hybrid Fourier transform

Anisotropy-preserving 5D interpolation by hybrid Fourier transform Anisotropy-preserving 5D interpolation by hybrid Fourier transform Juefu Wang and Shaowu Wang, CGG Summary We present an anisotropy-preserving interpolation method based on a hybrid 5D Fourier transform,

More information

Interactive Velocity Analysis (aaspi_iva): Program: Precompute Velocity Semblance, Interactive Velocity Analysis, Velocity Interpolation

Interactive Velocity Analysis (aaspi_iva): Program: Precompute Velocity Semblance, Interactive Velocity Analysis, Velocity Interpolation Interactive Velocity Analysis (aaspi_iva): Program: Precompute Velocity Semblance, Interactive Velocity Analysis, Velocity Interpolation Computational Flowchart Time Migrated Prestack Gathers Post Stack

More information

Structurally oriented coherent noise filtering

Structurally oriented coherent noise filtering Structurally oriented coherent noise filtering Geoffrey A. Dorn 1* presents a novel post-stack structurally oriented coherent noise filter that removes footprint of any orientation and wavelength from

More information

Release Notes Software Release HRS-9 / R-1.1

Release Notes Software Release HRS-9 / R-1.1 Release Notes Software Release HRS-9 / R-1.1 New Features and Enhancements Summary Start up (last revision: May 2, 2012) Software Release Date: March 29, 2012 This is a patch release, containing rigorous

More information

ENGI Parametric & Polar Curves Page 2-01

ENGI Parametric & Polar Curves Page 2-01 ENGI 3425 2. Parametric & Polar Curves Page 2-01 2. Parametric and Polar Curves Contents: 2.1 Parametric Vector Functions 2.2 Parametric Curve Sketching 2.3 Polar Coordinates r f 2.4 Polar Curve Sketching

More information

We Survey Design and Modeling Framework for Towed Multimeasurement Seismic Streamer Data

We Survey Design and Modeling Framework for Towed Multimeasurement Seismic Streamer Data We-04-12 Survey Design and Modeling Framework for Towed Multimeasurement Seismic Streamer Data K. Eggenberger* (Schlumberger), P. Christie (Schlumberger), M. Vassallo (Schlumberger) & D.J. van Manen (Schlumberger)

More information

Volumetric Curvature-Attribute Applications for Detection of Fracture Lineaments and their Calibration

Volumetric Curvature-Attribute Applications for Detection of Fracture Lineaments and their Calibration Volumetric Curvature-ttribute pplications for Detection of Fracture Lineaments and their Calibration By Satinder Chopra, Kurt J. Marfurt rcis Corporation, Calgary; University of Houston, Houston Introduction

More information

Unsupervised seismic facies from mixture models to highlight channel features Robert Hardisty* 1 and Bradley C. Wallet 1 1)

Unsupervised seismic facies from mixture models to highlight channel features Robert Hardisty* 1 and Bradley C. Wallet 1 1) Unsupervised seismic facies from mixture models to highlight channel features Robert Hardisty* 1 and Bradley C. Wallet 1 1) University of Olahoma, OK USA Summary Unsupervised seismic facies are a convenient

More information

New Features. Version (0)

New Features. Version (0) New Features Version 2015 contact@eliis.fr - +33(0) 4.67.41.31.16 Copyright Notice All rights reserved. No part of this document may be reproduced, stored in a retrieval system, or translated in any form

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

PSPRO AZIMUTHAL. Big Data Software for Interactive Analysis and Interpretation of Full-Azimuth Seismic Gathers. Power to Decide

PSPRO AZIMUTHAL. Big Data Software for Interactive Analysis and Interpretation of Full-Azimuth Seismic Gathers. Power to Decide Power to Decide PSPRO AZIMUTHAL Big Data Software for Interactive Analysis and Interpretation of Full-Azimuth Seismic Gathers Full-Azi Horizon Tracking Dynamic Sectoring COV/COCA Data Input Interactive

More information

3-D vertical cable processing using EOM

3-D vertical cable processing using EOM Carlos Rodriguez-Suarez, John C. Bancroft, Yong Xu and Robert R. Stewart ABSTRACT Three-dimensional seismic data using vertical cables was modeled and processed using equivalent offset migration (EOM),

More information

VISTA. Desktop seismic data processing software

VISTA. Desktop seismic data processing software VISTA Desktop seismic data processing software VERSION 2017 VISTA desktop seismic data processing software VISTA Desktop seismic data processing software Comprehensive seismic processing and QC software

More information

Background on Kingdom Suite for the Imperial Barrel Competition 3D Horizon/Fault Interpretation Parts 1 & 2 - Fault Interpretation and Correlation

Background on Kingdom Suite for the Imperial Barrel Competition 3D Horizon/Fault Interpretation Parts 1 & 2 - Fault Interpretation and Correlation Background on Kingdom Suite for the Imperial Barrel Competition 3D Horizon/Fault Interpretation Parts 1 & 2 - Fault Interpretation and Correlation Wilson (2010) 1 Fault/Horizon Interpretation Using Seismic

More information

Anisotropic model building with well control Chaoguang Zhou*, Zijian Liu, N. D. Whitmore, and Samuel Brown, PGS

Anisotropic model building with well control Chaoguang Zhou*, Zijian Liu, N. D. Whitmore, and Samuel Brown, PGS Anisotropic model building with well control Chaoguang Zhou*, Zijian Liu, N. D. Whitmore, and Samuel Brown, PGS Summary Anisotropic depth model building using surface seismic data alone is non-unique and

More information

Using the Link to Petrel

Using the Link to Petrel Using the Link to Petrel Prerequisites: * Petrel installed (Current supported versions are 2014, 2015 and 2016) * GeoTeric installed * Valid GeoTeric license The Link for Petrel connects automatically

More information

Tu N Maximising the Value of Seismic Data for Continued Mature Field Development in the East Shetland Basin

Tu N Maximising the Value of Seismic Data for Continued Mature Field Development in the East Shetland Basin Tu N103 16 Maximising the Value of Seismic Data for Continued Mature Field Development in the East Shetland Basin P. Mitchell (TAQA Bratani Limited), J. Raffle* (ION GXT), P. Brown (ION GXT), I. Humberstone

More information

Hampson-Russell A CGGVeritas Company Release Notes - Software Release CE8/R1.2 (Last Revision: July 16, 2007) Software Release Date: July 16, 2007

Hampson-Russell A CGGVeritas Company Release Notes - Software Release CE8/R1.2 (Last Revision: July 16, 2007) Software Release Date: July 16, 2007 List of Products: Hampson-Russell A CGGVeritas Company Release Notes - Software Release CE8/R1.2 (Last Revision: July 16, 2007) Software Release Date: July 16, 2007 Product Name: Features supplied and

More information

Seamless Pre-Stack Integration of Streamer Datasets with Q-Marine Dataset A Case Study from Eastern Coast of India

Seamless Pre-Stack Integration of Streamer Datasets with Q-Marine Dataset A Case Study from Eastern Coast of India P-247 Summary: Seamless Pre-Stack Integration of Streamer Datasets with Q-Marine Dataset A Case Study from Eastern Coast of India V P Singh*, D K Vishnoi, S Basu, Mrs S Mohapatra, Rajeev Mohan, A C Mandal

More information

GUIDE TO ISMap. This tutorial is divided into two parts and each one can be run independently. These parts are:

GUIDE TO ISMap. This tutorial is divided into two parts and each one can be run independently. These parts are: ISMap Guide Introduction to ISMap... 1 Part 1: Depth Structure Example... 2 Reading the Seismic Data into ISMap... 8 Cross Plots... 15 Variogram Modeling... 18 Kriging the Well Log Data... 23 Cokriging

More information

Attribute combinations for image segmentation

Attribute combinations for image segmentation Attribute combinations for image segmentation Adam Halpert and Robert G. Clapp ABSTRACT Seismic image segmentation relies upon attributes calculated from seismic data, but a single attribute (usually amplitude)

More information

Geology 554 3D Horizon/Fault Interpretation Labs 1 & 2 - Fault Interpretation and Correlation

Geology 554 3D Horizon/Fault Interpretation Labs 1 & 2 - Fault Interpretation and Correlation Geology 554 3D Horizon/Fault Interpretation Labs 1 & 2 - Fault Interpretation and Correlation Wilson (2005) *This workshop is based on procedural steps developed by Mike Enomoto of Seismic MicroTechnology

More information

Software Installation: AASPI Windows Installation

Software Installation: AASPI Windows Installation AASPI Windows Installation This guide shows a step-by-step installation, running, and uninstallation of AASPI software on Windows machine. Compatibility Currently we support 64-bit Windows XP, 7, 8, 8.1,

More information

Using Kingdom Suite for 3D Horizon/Fault Interpretation Parts 3 & 4 - Horizon Interpretation and Correlation

Using Kingdom Suite for 3D Horizon/Fault Interpretation Parts 3 & 4 - Horizon Interpretation and Correlation Using Kingdom Suite for 3D Horizon/Fault Interpretation Parts 3 & 4 - Horizon Interpretation and Correlation Wilson (2010) 1 A footnote to last week's exercise Double Vision? - Last week when you were

More information

Plus-Minus Method of Refraction Seismic Data Analysis in RadExPro Software

Plus-Minus Method of Refraction Seismic Data Analysis in RadExPro Software Plus-Minus Method of Refraction Seismic Data Analysis in RadExPro Software (Revision of 28.11.2016) DECO Geophysical SC Moscow State University Science Park 1-77 Leninskie Gory Moscow 119992, Russia Tel.:

More information

3D pyramid interpolation

3D pyramid interpolation 3D pyramid interpolation Xukai Shen ABSTRACT Seismic data geometries are not always as nice and regular as we want due to various acquisition constraints. In such cases, data interpolation becomes necessary.

More information

7. Vertical Layering

7. Vertical Layering 7.1 Make Horizons 7. Vertical Layering The vertical layering process consists of 4 steps: 1. Make Horizons: Insert the input surfaces into the 3D Grid. The inputs can be surfaces from seismic or well tops,

More information

Offset Scaling. Irfan Saputra. December 2008/CE8R3 SAMPLE IMAGE

Offset Scaling. Irfan Saputra. December 2008/CE8R3 SAMPLE IMAGE Offset Scaling SAMPLE IMAGE Irfan Saputra HRS Jakarta December 2008/CE8R3 Why offset scaling is needed? To correct systematic offset-dependent amplitude distortion in the gathers. This error is common

More information

Improved Imaging through Pre-stack Trace Interpolation for missing offsets of OBC data A case study from North Tapti area of West Coast, India

Improved Imaging through Pre-stack Trace Interpolation for missing offsets of OBC data A case study from North Tapti area of West Coast, India P-256 Improved Imaging through Pre-stack Trace Interpolation for missing offsets of OBC data A case study from North Tapti area of West Coast, India M Lal, CPS Rana, Ramji Pathak, BN Bhatta, DP Sinha,

More information

PGS hyperbeam - rapid scenario-testing of velocity models to optimize depth imaging

PGS hyperbeam - rapid scenario-testing of velocity models to optimize depth imaging A Publication of Petroleum Geo-Services Vol. 10 No. 4 April 2010 PGS hyperbeam - rapid scenario-testing of velocity models to optimize depth imaging Introduction Depth imaging is now established as a key

More information

Geology Interpretation Project Big Injun Sand & Trenton-Black River plays, Central Appalachian Basin, WV

Geology Interpretation Project Big Injun Sand & Trenton-Black River plays, Central Appalachian Basin, WV Geology 554 - Interpretation Project Big Injun Sand & Trenton-Black River plays, Central Appalachian Basin, WV Part 1 - Access and Basic Interpretation of the Seismic Data Using Kingdom T. H. Wilson (2005)

More information

AUTOMATIC DETECTION AND EXTRACTION OF FAULTS FROM THREE- DIMENSIONAL SEISMIC DATA. Trygve Randen, Stein Inge Pedersen, and Lars Sønneland

AUTOMATIC DETECTION AND EXTRACTION OF FAULTS FROM THREE- DIMENSIONAL SEISMIC DATA. Trygve Randen, Stein Inge Pedersen, and Lars Sønneland AUTOMATIC DETECTION AND EXTRACTION OF FAULTS FROM THREE- DIMENSIONAL SEISMIC DATA Trygve Randen, Stein Inge Pedersen, and Lars Sønneland Schlumberger Stavanger Research, P.O. Box 801, 4068 Stavanger, Norway

More information

Geology 554 Environmental and Exploration Geophysics II Final Exam

Geology 554 Environmental and Exploration Geophysics II Final Exam Geology 554 Environmental and Exploration Geophysics II Final Exam In this exam, you are asked to apply some of the seismic interpretation skills you ve learned during the semester to the analysis of another

More information

Observing fracture lineaments with Euler curvature

Observing fracture lineaments with Euler curvature Coordinated by Ezequiel Gonzalez Observing fracture lineaments with Euler curvature Satinder Chopra, Arcis Seismic Solutions, TGS, Calgary, Alberta, Canada Kurt J. Marfurt, University of Oklahoma, Norman,

More information

Tutorial for Response Spectrum Analysis using CAEPIPE

Tutorial for Response Spectrum Analysis using CAEPIPE Tutorial for Response Spectrum Analysis using CAEPIPE The following are the Steps for performing the Response Spectrum Analysis using CAEPIPE. General The Response Spectrum is a plot of the maximum response

More information

Because they are second-order derivatives, seismic curvature

Because they are second-order derivatives, seismic curvature Coordinated by Alan Jackson Structural curvature versus amplitude curvature Satinder Chopra, Arcis Seismic Solutions, Calgary, Canada Kurt J. Marfurt, University of Oklahoma, Norman, USA Because they are

More information

for on the Local Imaging). is common NORSAR Synthetic

for on the Local Imaging). is common NORSAR Synthetic NORSAR Synthetic Petrel (available 3D Seismic plug in on the Ocean Store) for Check your surface interpretation by modeling the seismic response The plug-in generates synthetic migrated 3D seismic that

More information

Geometric Seismic Attribute Estimation using Data-adaptive Windows

Geometric Seismic Attribute Estimation using Data-adaptive Windows Geometric Seismic Attribute Estimation using Data-adaptive Windows Journal: Manuscript ID Manuscript Type: Date Submitted by the Author: Complete List of Authors: Keywords: Subject Areas: INT-0-0.R 0-0

More information

A comparison between time domain and depth domain inversion to acoustic impedance Laurence Letki*, Kevin Darke, and Yan Araujo Borges, Schlumberger

A comparison between time domain and depth domain inversion to acoustic impedance Laurence Letki*, Kevin Darke, and Yan Araujo Borges, Schlumberger Laurence Letki*, Kevin Darke, and Yan Araujo Borges, Schlumberger Summary Geophysical reservoir characterization in a complex geologic environment remains a challenge. Conventional amplitude inversion

More information

We N Depth Domain Inversion Case Study in Complex Subsalt Area

We N Depth Domain Inversion Case Study in Complex Subsalt Area We N104 12 Depth Domain Inversion Case Study in Complex Subsalt Area L.P. Letki* (Schlumberger), J. Tang (Schlumberger) & X. Du (Schlumberger) SUMMARY Geophysical reservoir characterisation in a complex

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

Reflection seismic Method - 3D

Reflection seismic Method - 3D Reflection seismic Method - 3D 3-D acquisition 3-D binning Land Marine 3-D data processing and display Reading: Sheriff and Geldart, Chapter 12 Land 3-D acquisition Key considerations: Cost minimize the

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

Well Path Design Part III

Well Path Design Part III Well Path Design Part III This TIPS&TRICKS is the final installment of a three-part series intended to aid the geoscientist working in Petrel and tasked with providing proposed well paths to a well engineering

More information

Non-stationary interpolation in the f-x domain

Non-stationary interpolation in the f-x domain Stanford Exploration Project, Report 129, May 6, 2007, pages 75 85 Non-stationary interpolation in the f-x domain William Curry ABSTRACT Interpolation of seismic data has previously been performed using

More information

Multi 2D-Line Inversion Using STRATA. Irfan Saputra, Simon Voisey HRS November, 2008, CE8R2.1

Multi 2D-Line Inversion Using STRATA. Irfan Saputra, Simon Voisey HRS November, 2008, CE8R2.1 Multi 2D-Line Inversion Using STRATA Irfan Saputra, Simon Voisey HRS November, 2008, CE8R2.1 This document illustrates the multi-2d lines inversion in CE8R2.1. Some essential points before started : It

More information

Downloaded 10/29/15 to Redistribution subject to SEG license or copyright; see Terms of Use at

Downloaded 10/29/15 to Redistribution subject to SEG license or copyright; see Terms of Use at Pitfalls in seismic processing: part 1 groundroll sourced acquisition footprint Sumit Verma*, Marcus P. Cahoj, Tengfei Lin, Fangyu Li, Bryce Hutchinson and Kurt J. Marfurt, the University of Oklahoma Summary

More information

Transform Software and Services

Transform Software and Services TM Transform Software and Services 801 West Mineral Avenue; Suite 205 Littleton, Colorado 80120 Main (800) 791-5010 Direct (720)222-5010 Fax(720)274-1196 support@transformsw.com March 5, 2009 Subject:

More information

Five Dimensional Interpolation:exploring different Fourier operators

Five Dimensional Interpolation:exploring different Fourier operators Five Dimensional Interpolation:exploring different Fourier operators Daniel Trad CREWES-University of Calgary Summary Five-Dimensional interpolation has become a very popular method to pre-condition data

More information

STRUCTURE-ORIENTED FILTERING OF POSTSTACK DATA Program sof3d

STRUCTURE-ORIENTED FILTERING OF POSTSTACK DATA Program sof3d STRUCTURE-ORIENTED FILTERING OF POSTSTACK DATA Program sof3d Computation flow chart Program sof3d provides the application and blending of anisotropic diffusion filtering described by Fehmers and Höecker

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

Pecos Users' Guide for ProMAX/SeisSpace

Pecos Users' Guide for ProMAX/SeisSpace Pecos Users' Guide for ProMAX/SeisSpace 1 Installation You must be running SeisSpace version 5000.8.5.0 or above to use Pecos in SeisSpace. Download and extract the prowess_xtgeo.tar.gz folder into the

More information

Which curvature is right for you? Part - 1

Which curvature is right for you? Part - 1 Which curvature is right for you? Part - 1 Satinder Chopra*, Arcis Seismic Solutions, Calgary, Alberta, Canada schopra@arcis.com and Kurt J. Marfurt, The University of Oklahoma, Norman, Oklahoma, US. Summary

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

Searching for similarity in a slab of seismic data

Searching for similarity in a slab of seismic data Searching for similarity in a slab of seismic data STEPHEN J. HILL, Colorado School of Mines, Golden, USA KURT MARFURT, University of Houston, USA SATINDER CHOPRA, Arcis Corporation, Calgary, Canada In

More information

Application of 3D source deghosting and designature to deep-water ocean bottom node data Xu Li*, Jing Yang, Hui Chen, Melanie Vu, and Ping Wang (CGG)

Application of 3D source deghosting and designature to deep-water ocean bottom node data Xu Li*, Jing Yang, Hui Chen, Melanie Vu, and Ping Wang (CGG) Xu Li*, Jing Yang, Hui Chen, Melanie Vu, and Ping Wang (CGG) Summary Compared to towed-streamer data, deep-water ocean bottom node (OBN) data by nature have a broader bandwidth; however, the presence of

More information

Locating the Structural High from 2D Seismic Data

Locating the Structural High from 2D Seismic Data Locating the Structural High from 2D Seismic Data Brian Gille 5-6-10 The goal of this project was to interpolate a surface that represented the depth to a surface that was picked on a 2D seismic survey.

More information

Th ELI1 12 Joint Crossline Reconstruction and 3D Deghosting of Shallow Seismic Events from Multimeasurement Streamer Data

Th ELI1 12 Joint Crossline Reconstruction and 3D Deghosting of Shallow Seismic Events from Multimeasurement Streamer Data Th ELI1 12 Joint Crossline Reconstruction and 3D Deghosting of Shallow Seismic Events from Multimeasurement Streamer Data Y.I. Kamil* (Schlumberger), M. Vassallo (Schlumberger), W. Brouwer (Schlumberger),

More information

pvextractor Documentation

pvextractor Documentation pvextractor Documentation Release 0.0.dev289 Adam Ginsburg and Thomas Robitaille Sep 12, 2017 Contents I Extracting slices programmatically 3 1 Defining a path 5 2 Extracting a slice 7 3 Saving the slice

More information

Azimuth Moveout Transformation some promising applications from western Canada

Azimuth Moveout Transformation some promising applications from western Canada Azimuth Moveout Transformation some promising applications from western Canada Satinder Chopra and Dan Negut Arcis Corporation, Calgary, Canada Summary Azimuth moveout (AMO) is a partial migration operator

More information

Dip or Strike? Complementing geophysical sampling requirements and acquisition efficiency

Dip or Strike? Complementing geophysical sampling requirements and acquisition efficiency Dip or Strike? Complementing geophysical sampling requirements and acquisition efficiency Sandeep K Chandola 1*, Low Cheng Foo 1, M Nabil El Kady 1, Thomas Olanrenwaju Ajewole 1, Satyabrata Nayak 1, M

More information

Stanford Exploration Project, Report 120, May 3, 2005, pages

Stanford Exploration Project, Report 120, May 3, 2005, pages Stanford Exploration Project, Report 120, May 3, 2005, pages 137 159 136 Stanford Exploration Project, Report 120, May 3, 2005, pages 137 159 Update on flattening without picking Jesse Lomask, Antoine

More information