Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 2.35 KB

README.rst

File metadata and controls

69 lines (51 loc) · 2.35 KB

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.