swh:1:snp:3a699297f000109a1bc833f294a54171df990207
Raw File
Tip revision: 693210e77b2d7d24332f345dc4d8f1aa9bc54b99 authored by Ian Harry on 17 April 2020, 08:16:41 UTC
Prepare for new release
Tip revision: 693210e
catalog.rst
###################################################
Catalog of Observed Gravitational-wave Mergers
###################################################

Information about the growing catalog of gravitational-wave mergers can be 
accessed through the :py:mod:`pycbc.catalog` package.

===========================================
Which mergers do we have information about?
===========================================

.. literalinclude:: ../examples/catalog/what.py
.. command-output:: python ../examples/catalog/what.py

==============================================
Plotting some key statistics from the catalog
==============================================

.. plot:: ../examples/catalog/stat.py
   :include-source:

==============================================
Accessing data around each event
==============================================

Data around each event can also be easily accessed for any detector.

.. plot:: ../examples/catalog/data.py
   :include-source:
back to top