Seismic Imaging: An Overview and Parallel Implementation of Poststack Depth Migration

11/02/2019
by   Ahmad Shawahna, et al.
0

Seismic migration is the core step of seismic data processing which is important for oil exploration. Poststack depth migration in frequency-space (f-x) domain is one of commonly used algorithms. The wave-equation solution can be approximated as FIR filtering process to extrapolate the raw data and extract the subsurface image. Because of its computational complexity, its parallel implementation is encouraged. For calculating the next depth level, previous depth level is required. So, this part cannot be parallelized because of data dependence. But at each depth level there is plenty of roam for parallelism and can be parallelized. In case of CUDA programming, each thread calculate a single pixel on the next depth plan. After calculating the next depth plan, we can calculate the depth row by summing over all the frequencies and calculating all the depth rows results in the final migrated image. The poststack depth migration is implemented in CUDA and its performance is evaluated with the sequential code with different problem sizes.

READ FULL TEXT
research
04/23/2019

Migration patterns under different scenarios of sea level rise

We propose a framework to examine future migration patterns of people un...
research
07/29/2018

Optimum Depth of the Bounded Pipeline

The paper is devoted to studying the performance of a computational pipe...
research
12/04/2020

Supporting Round-Trip Data Migration for Web APIs: A Henshin Solution

We present a solution to the Round-Trip Migration case of the Transforma...
research
12/09/2020

The Fulib Solution to the TTC 2020 Migration Case

At Kassel University we are working on a solution for bidirectional tran...
research
03/07/2022

To Migrate or not to Migrate: An Analysis of Operator Migration in Distributed Stream Processing

One of the most important issues in data stream processing systems is to...
research
04/07/2023

Reverse time migration for imaging periodic obstacles with electromagnetic plane wave

We propose reverse time migration (RTM) methods for the imaging of perio...
research
09/28/2018

New Thread Migration Strategies for NUMA Systems

Multicore systems present on-board memory hierarchies and communication ...

Please sign up or login with your details

Forgot password? Click here to reset