A python implementation of the HierarchicalVeto (hveto) algorithm
Project description
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).
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.