Tutorial
- Pre-requisites
- Project Initialization
- Download Seismic Data
- Preprocess Seismic Data
- Make Network File
- Compute P-/S-wave travel Times
- Load station metadata
- Read the velocity model from Karabulut et al. 2011
- Build a 3D Grid of P-/S-wave Velocities
- Compute the P-/S-wave travel times
- Store travel time table for backprojection
- Store travel time tables for
NLLoc
- Plot the travel time field for a given station
- Bonus: Do you need a downsampled grid for efficient earthquake detection (backprojection)?
- Backprojection of the Seismic Wavefield
- Load metadata
- Load the data
- Compute the waveform features
- Initialize the
Beamformer
instance - Inform the
Beamformer
instance of the data and metadata - Define the phase-specific weights
- Define the source-specific weights
- Run the backprojection
- Define the earthquake detections
- Extract the detected events from the continuous data
- Store the metadata of the detected earthquakes in a database
- Relocation
- Build Template Database
- Template Matching
- Build Earthquake Catalog
- Reminders on Earthquake Magnitudes:Seismic Moment, Moment Magnitude and Local Magnitude
- Magnitude Computation