Skip to content

gwpy/gwsumm

Repository files navigation

Gravitational-wave Summary Information Generator

GWSumm is a python toolbox used by the LIGO Scientific Collaboration to summarise and archive sundry facets of the performance of the LIGO instruments, and archive these data in a nested HTML structure.

PyPI version Conda version

DOI License Supported Python versions

Build Status Coverage Status Code Climate

https://gwsumm.readthedocs.io

Installation

GWSumm is best installed with conda:

conda install -c conda-forge gwsumm

but can also be installed with pip:

python -m pip install gwsumm

Contributing

All code should follow the Python Style Guide outlined in PEP 0008; users can use the flake8 package to check their code for style issues before submitting.

See the contributions guide for the recommended procedure for proposing additions/changes.