Seismological Data Analysis 2022
Kasper D. Fischer
fc3b809875
This commit adds a new file `dataanalaysis.code-workspace` which includes the necessary configuration for a data analysis project. The file specifies the root folder path and contains default settings. |
||
---|---|---|
01-Python_Introduction | ||
02-FFT_and_Basic_Filtering | ||
03-Cross_Correlation | ||
images | ||
.gitignore | ||
dataanalaysis.code-workspace | ||
LICENSE | ||
README.md |
Seismological Data Analysis 2022
Jupyter Notebooks for class "Seismological Data Analysis" (summer term 2022)
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-2022 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-2022 Lion Krischer).
03 - Cross Correlation
- Simple Cross Correlation: Use the cross-correlation to detect and determine the time shift of two test events with one template event.
- Enhanced Picker: This has been taken from the ObsPy Tutorial. ObsPy is licensed under the LGPL v3.0
- 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).