Revision e42285ae7683fc2b89e3252f00601f63aa6a4088 authored by Christopher M. Biwer on 20 November 2017, 15:03:59 UTC, committed by GitHub on 20 November 2017, 15:03:59 UTC
1 parent 417e88e
Raw File
README.md
![GW150914](docs/_static/gw150914st.png)

Welcome to PyCBC, a python toolkit for analysis of data from gravitational-wave
laser interferometer detectors with the goal of detecting and studying signals
from compact binary coalescences (CBCs).

The PyCBC home page is located on github at

 * https://ligo-cbc.github.io/

Documentation is automatically built nightly and available from

 * http://ligo-cbc.github.io/pycbc/latest/html/

To download and install PyCBC follow the instructions at

  * http://ligo-cbc.github.io/pycbc/latest/html/install.html
  
You can start up an interactive jupyter notebook with PyCBC using either of the links below.

[![azure](https://img.shields.io/badge/azure-notebook-pi.svg)](https://notebooks.azure.com/nitz/libraries/pycbc)
[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org:/repo/ligo-cbc/binder)

If you use any code from PyCBC in a scientific publication, then we ask that
it is cited in the following way:

```
These results were generated using the PyCBC software package
\cite{Canton:2014ena,Usman:2015kfa,pycbc-software}
```

For the citation ``pycbc-software``,  please use a bibtex entry and DOI for the
appropriate release of the PyCBC software (or the latest available release).
A bibtex key and DOI for each release is avaliable from [Zenodo](http://zenodo.org/).
A key for the latest release is available at:

[![DOI](https://zenodo.org/badge/31596861.svg)](https://zenodo.org/badge/latestdoi/31596861)

Please see our [citation guidelines](http://ligo-cbc.github.io/pycbc/latest/html/credit.html) for 
more details.

[![PyPI version](https://badge.fury.io/py/PyCBC.svg)](https://badge.fury.io/py/PyCBC)
[![Build Status](https://travis-ci.org/ligo-cbc/pycbc.svg?branch=master)](https://travis-ci.org/ligo-cbc/pycbc)
[![Code Health](https://landscape.io/github/ligo-cbc/pycbc/master/landscape.svg?style=flat)](https://landscape.io/github/ligo-cbc/pycbc/master)
[![Research software impact](http://depsy.org/api/package/pypi/PyCBC/badge.svg)](http://depsy.org/package/python/PyCBC)
back to top