Introduction

Description

Fully automated workflow for earthquake detection and location with the backprojection and matched filtering methods.

BPMF is available at https://github.com/ebeauce/Seismic_BPMF and can be downloaded with:

$ git clone https://github.com/ebeauce/Seismic_BPMF.git

Reference

Please, refer one of the following articles if you use BPMF for your research:

  • Eric Beaucé, Robert D. van der Hilst, Michel Campillo. Microseismic Constraints on the Mechanical State of the North Anatolian Fault Zone 13 Years After the 1999 M7.4 Izmit Earthquake. Journal of Geophysical Research: Solid Earth. DOI: https://doi.org/10.1029/2022JB024416.

  • Eric Beaucé, William B. Frank, Anne Paul, Michel Campillo and Robert D. van der Hilst. Systematic Detection of Clustered Seismicity Beneath the Southwestern Alps. Journal of Geophysical Research: Solid Earth. DOI: https://doi.org/10.1029/2019JB018110.

Installation

You may need to edit the Makefile according to your OS (instructions in the Makefile’s comments).

From source

A simple make + whichever implementation does the trick. Possible make commands are:

$ make python_cpu
$ make python_gpu
$ pip install .