SpectDetect

Microseismic detection algorithm package based on using key features in the spectrum of a source to detect earthquakes over a given time period.


License
MIT
Install
pip install SpectDetect==0.0.4

Documentation

SpectDetect

This package contains a microseismic detection algorithm based on using key features in the spectrum of a source to detect earthquakes over a given time period.

It is available from the SpectDetect GitHub repository.

To install: python setup.py install Then can import as SpectDetect

Usage: A simple example of how to use the SpectDetect package is given in the jupyter-notebook in the 'example' directory.