An open API service indexing awesome lists of open source software.

https://github.com/leonard-seydoux/covseisnet

Covariance matrix analysis of network seismic data
https://github.com/leonard-seydoux/covseisnet

Last synced: 2 months ago
JSON representation

Covariance matrix analysis of network seismic data

Awesome Lists containing this project

README

        

# Covseisnet

Covseisnet Logo Normal

![](https://img.shields.io/github/license/leonard-seydoux/covseisnet) ![](https://img.shields.io/github/issues/leonard-seydoux/covseisnet) ![](https://img.shields.io/github/forks/leonard-seydoux/covseisnet) ![](https://img.shields.io/github/stars/leonard-seydoux/covseisnet)

**Covseisnet** is a Python package for array signal processing, with a focus on data from seismic networks. The core mathematical object of the package is the network covariance matrix, used for signal detection, source separation, localisation, and plane-wave beamforming. The signal detection and processing methods are based on the analysis of the covariance matrix spectrum. The covariance matrix can be used as input for classical array processing tools such as beamforming and inter-station cross-correlations. You can access the documentation at https://leonard-seydoux.github.io/covseisnet/.

To provide user-friendly and efficient tools, the package builds on [ObsPy](https://github.com/obspy/obspy/wiki/), a Python toolbox for seismology, as well as [SciPy](https://www.scipy.org) and [NumPy](https://numpy.org), two Python libraries for scientific computing and linear algebra.

This library is distributed under the GNU General Public License v3.0. Contributions are welcome, and can be made via pull requests on the GitHub repository.