A python package for gravitational-wave detector characterisation


Keywords
detector-characterization, gravitational-waves, ligo, python
License
CNRI-Python-GPL-Compatible
Install
pip install gwdetchar==2.2.6

Documentation

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.