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.
GWVET is best installed with conda:
conda install -c conda-forge gwvet
but can also be installed with pip:
python -m pip install gwvet
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.