Skip to content

gwdetchar/gwdetchar

Repository files navigation

Gravitational-wave Detector Characterisation

GWDetChar is a python package for for gravitational-wave detector characterisation and data quality.

PyPI version Conda version

DOI License Supported Python versions

Build Status Coverage Status Documentation Status

https://gwdetchar.readthedocs.io

Installation

GWDetChar is best installed with conda:

conda install -c conda-forge gwdetchar

but can also be installed with pip:

python -m pip install gwdetchar

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.