Skip to content
/ vet Public

The Gravitational-wave Veto Evaluation and Testing suite

License

Notifications You must be signed in to change notification settings

gwpy/vet

Repository files navigation

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.