AI4EPS / GaMMA

GaMMA: Earthquake Phase Association using a Bayesian Gaussian Mixture Model
MIT License
75 stars 29 forks source link

GaMMA: Gaussian Mixture Model Associator

1. Install

pip install git+https://github.com/wayneweiqiang/GaMMA.git

The implementation is based on the Gaussian mixture models in scikit-learn

2. Related papers

3. Examples

Note the association speed is controlled by dbscan_eps and oversampling_factor. Larger values are preferred, but at the expense of a slower association speed.

Association result

See details in the notebook: example_phasenet.ipynb

See details in the notebook: example_seisbench.ipynb

Associaiton result

More examples can be found in the earthquake detection workflow -- QuakeFlow