Revision f26702be568e3c613857548d8158e9baa1c66daf authored by Collin Capano on 11 August 2016, 14:17:52 UTC, committed by Christopher M. Biwer on 11 August 2016, 14:17:52 UTC
* add catch if kombine returns blob

* add seed to inference

* remove leftover print statement

* add whitespace back
1 parent 4fb6976
Raw File
README.md
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://github.com/ligo-cbc/pycbc

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

[![PyPI version](https://badge.fury.io/py/pycbc.svg)](http://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)
back to top