A python implementation of the HierarchicalVeto (hveto) algorithm


Keywords
detector-characterization, gravitational-waves, python
Licenses
GPL-3.0/GPL-3.0+
Install
pip install hveto==2.1.4

Documentation

Hierarchical Veto

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).

PyPI version Conda version

DOI License Supported Python versions

Build Status Coverage Status Documentation Status

https://hveto.readthedocs.io

Installation

Hveto is best installed with conda:

conda install -c conda-forge hveto

but can also be installed with pip:

python -m pip install hveto

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.