Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 475 Bytes

File metadata and controls

13 lines (8 loc) · 475 Bytes

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.