Go to file
Janis Heuel a47d87bc9b Add all notebooks for part ii of the lecture. (#13)
Reviewed-on: #13
Co-authored-by: Janis Heuel <janis.heuel@ruhr-uni-bochum.de>
Co-committed-by: Janis Heuel <janis.heuel@ruhr-uni-bochum.de>
2021-06-26 16:15:46 +02:00
01-Python_Introduction add slideshow cell meta-data 2021-04-18 20:58:41 +02:00
02-FFT_and_Basic_Filtering add exercise 03 (#11) 2021-05-17 14:38:08 +02:00
03-Cross_Correlation Add example of Ambient Seismic Noise Analysis using cross-correlation 2021-06-14 12:28:58 +02:00
04-FFT_DFT_and_Applications Add all notebooks for part ii of the lecture. (#13) 2021-06-26 16:15:46 +02:00
05-Spectrogram Add all notebooks for part ii of the lecture. (#13) 2021-06-26 16:15:46 +02:00
06-Surface_Waves Add all notebooks for part ii of the lecture. (#13) 2021-06-26 16:15:46 +02:00
07-Receiver_Functions Add all notebooks for part ii of the lecture. (#13) 2021-06-26 16:15:46 +02:00
images Add all notebooks for part ii of the lecture. (#13) 2021-06-26 16:15:46 +02:00
.gitignore Lecture 01 - Python Introduction (#1) 2021-04-11 23:25:24 +02:00
LICENSE Initial commit 2021-04-11 22:53:16 +02:00
README.md Add all notebooks for part ii of the lecture. (#13) 2021-06-26 16:15:46 +02:00

Seismological Data Analysis 2021

Jupyter Notebooks for class "Seismological Data Analysis" (Summerterm 2021)

License

The content of this repository is licensed under Creative Commons Attribution 4.0 International (CC-BY 4.0) unless otherwise stated (see below)

Lectures

01 - Python Introduction

This has been forked from Seismo Live. The source code is available at https://github.com/krischer/seismo_live (licensed under a CC BY-NC-SA 4.0 License. © 2015-2019 Lion Krischer).

02 - Fourier-Transform and Basic Filtering

This has been forked from Seismo Live. The source code is available at https://github.com/krischer/seismo_live (licensed under a CC BY-NC-SA 4.0 License. © 2015-2019 Lion Krischer).

03 - Cross Correlation

  1. Simple Cross Correlation: Use the cross-correlation to detect and determine the time shift of two test events with one template event.
  2. Enhanced Picker: This has been taken from the ObsPy Tutorial. ObsPy is licensed under the LGPL v3.0
  3. Ambient Seismic Noise Analysis from Seismo Live. The source code is available at https://github.com/krischer/seismo_live (licensed under a CC BY-NC-SA 4.0 License. © 2015-2019 Lion Krischer).

04 - FFT, DFT and Applications

Interpolation and Deciamtion of Time Series using the DFT

05 - Spectrogram

  1. Analysing dispersive signals. How to visualize changes in frequency content over time (moving window analysis, mutiple filter technique, instantaneous frequency, continuous wavelet transform, the uncertainty problem).
  2. Filtering time series with non spectral filtering method.

06 - Surface Waves

Analysing phase and group velocity of recorded earthquake signals at one and two seismological stations.

07 - Receiver Functions

How to get receiver functions from seismograms.