5. Main ProgramΒΆ
PyMPA contains an efficient code for the detection of microseismicity starting from well located templates. The code is stored on github, and is free to be cloned on your platform. It supports Python 2.7, 3.4, 3.5, 3.6, 3.7 releases and uses ObsPy for reading and writing seismic data, and for handling most of the event metadata. Matched-filter correlations are calculated using ObsPy v. 1.2.0 correlate_template released on March 2019. Important: we recommend to use an updated version of ObsPy.
Main packages contains:
- Template matching by using daily estimation of MAD and all the available channels;
- Template matching by using daily estimation of MAD and a limited number of channels;
- Template matching by using daily chunks (MAD estimated along the chunk duration) and a limited number of channels;
This package is written by the PyMPA developers, and is distributed under the LGPL GNU Licence, Copyright PyMPA developers 2019.