/gwpy

Package for analysing and characterising gravitational wave data in python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

GWpy is a collaboration-driven Python package providing tools for studying data from ground-based gravitational-wave detectors.

GWpy provides a user-friendly, intuitive interface to the common time-domain and frequency-domain data produced by the LIGO and Virgo observatories and their analyses, with easy-to-follow tutorials at each step.

https://gwpy.github.io

Release status

PyPI version DOI License Supported Python versions Research software impact

Build Status Coverage Status Code Health

Development status

Build Status dev Coverage Status dev Code Health dev Maintainability

Installation

To install, you can do:

pip install gwpy

You can test your installation, and its version by

python -c "import gwpy; print(gwpy.__version__)"