Hveto is a python implementation of the HierarchicalVeto algorithm. It is a package designed for gravitational-wave detector characterisation and data quality.
The Hveto algorithm is fully described in Smith et al. 2011 (Classical and Quantum Gravity).
Hveto is best installed with conda:
conda install -c conda-forge hveto
but can also be installed with pip:
python -m pip install hveto
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.