Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.8 KB

README.rst

File metadata and controls

59 lines (43 loc) · 1.8 KB

GWVET

The Gravitational-wave Veto Evaluation and Testing suite (python:gwvet) is a plugin for GWSumm designed to enable and assist with review of data-quality veto products.

PyPI version Conda version

License Supported Python versions

Build Status Coverage Status

Installation

GWVET is best installed with conda:

conda install -c conda-forge gwvet

but can also be installed with pip:

python -m pip install gwvet

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.