Skip to content

Commit a0b39ec

Browse files
authored
Update readme.md
Added links.
1 parent 5ffbb7a commit a0b39ec

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed
Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,35 @@
1-
## Geoscience Hackathon 2024
1+
![](../2024-Geoscience-Hackathon-Logo.jpg)
22

3-
Project directory for SoundFX team
3+
# Project directory for the SoundFX team
44

5-
### Overview
5+
## Overview
66

7-
The primary objective of our project is to reproduce the influential geophysics paper "Trace Interpolation using the F-X Domain" by Simon Spitz (1991). Trace interpolation is a crucial step in enhancing the migration of seismic data. Traditional interpolation methods, such as spline or sinc functions, often struggle to prevent spatial aliasing during the interpolation process. Spitz proposed a novel approach utilizing the **Frequency-Time (F-X)** domain, allowing for the interpolation of regularly sampled data without requiring prior knowledge of event dips. This method involves estimating an interpolation operator through a spatial prediction filter derived from the recorded traces.
7+
The primary objective of our project is to reproduce computations from the influential geophysics paper "Trace Interpolation Using the F-X Domain" by Simon Spitz (1991). Trace interpolation is a crucial step in enhancing the processing of seismic data. Traditional interpolation methods, such as spline or sinc functions, often struggle to prevent spatial aliasing during the interpolation process. Spitz proposed a novel approach utilizing the **Frequency-Time (F-X)** domain, allowing for interpolating regularly sampled data without requiring estimation or prior knowledge of event dips. This method estimates an interpolation operator using a spatial prediction filter derived from the recorded traces.
88

9-
Our project not only aims to reproduce the methodologies outlined in these papers but also provides a comprehensive resource for researchers and practitioners interested in seismic data interpolation techniques. We believe integrating our project to **Madagascar software package** will allow other researchers to utilize and build upon these results.
9+
Additionally, we have decided to reproduce examples from the paper "Comparisons of Interpolation Methods" by Ray Abma and Nurul Kabir (2005).
1010

11-
### Key milestones
11+
Our project aims to reproduce the methodologies outlined in these papers and provides a comprehensive resource for researchers and practitioners interested in seismic data interpolation techniques. Integrating our project into the Madagascar software package should allow other researchers to verify our experiments and build upon these results.
12+
13+
## Key milestones
1214

1315
- [x] **Synthetic Data Reproduction**: All synthetic results from Spitz's 1991 paper are meticulously recreated, allowing for validation and exploration of the F-X interpolation method.
14-
- [X] **Application on real data and comparison with alternate methods**: Reproduced examples from Abma and Kabir's 2005 paper which provide insights into the performance of interpolation methods and comparison on real data examples, bridging the gap between theory and field application.
15-
- [X] **Application of machine learming**: The trained fully-connected Artificial Neural Netwrok (ANN) is able to reconstruct the missing traces in our real data examples.
16+
- [X] **Application on real data and comparison with alternate methods**: Reproduced examples from Abma and Kabir's 2005 paper, which provide insights into the performance of interpolation methods and comparison on real data examples, bridging the gap between theory and field application.
17+
- [X] **Application of machine learning**: The trained fully connected Artificial Neural Network (ANN) can reconstruct the missing traces in our real data examples.
18+
19+
## Project structure
1620

17-
### Project structure
21+
### Synthetic data results [synthspitz](synthspitz/SConstruct)
1822

19-
During this hackathon, our team successfully reproduced all synthetic results presented in Spitz's original paper. These results can be found in the directory:
23+
During this hackathon, our team successfully reproduced all synthetic results presented in Spitz's original paper.
2024

21-
* Synthetic data results : ```./synthspitz/```
25+
### Synthetic data results [synthabma](abma/SConstruct)
2226

23-
Additionally, we have reproduced examples from the paper "Comparisons of Interpolation Methods" by Ray Abma and Nurul Kabir (2005). This study evaluates various interpolation techniques, including F-X interpolation (as proposed by Spitz, 1991) and T-X interpolation (introduced by Clearbout, 1992). The comparisons extend to real data from the North Sea, which can be accessed in the directory:
27+
Synthetic examples from Abma and Kabir (2005) evaluate various interpolation techniques, including F-X interpolation (as proposed by Spitz, 1991) and T-X interpolation (introduced by Clearbout, 1992). The nonstationary T-X interpolation is reproduced from [Liu and Fomel (2011)](../../tccs/apefint/ray/SConstruct).
2428

25-
* Synthetic data results : ```./synthabma/```
26-
* Real data results : ```./real/```
29+
### Real data results [real](abma/SConstruct)
2730

28-
In addition to traditional interpolation methods, our team has explored the implementation of a straight-forward machine learning technique to interpolate the trace. We utilize fully-connected network to predict the missing seismic traces by training them on a decimated version of the real data.
31+
The comparisons extend to a field dataset from the North Sea.
2932

30-
* Machine Learning : ```SFX_ML.ipynb```
33+
### Machine Learning [SFX_ML.ipynb](SFX_ML.ipynb)
3134

35+
In addition to traditional interpolation methods, our team has implemented a straightforward machine-learning technique for trace interpolation. We utilized a fully connected network to predict the missing seismic traces by training the prediction on a decimated version of the input data in the FX domain.

0 commit comments

Comments
 (0)