Revision ab5cae54e29175a1ac7672e4a83788ea5c0e77dd authored by Alex Nitz on 06 November 2020, 21:00:02 UTC, committed by GitHub on 06 November 2020, 21:00:02 UTC
* update for gwtc-2 catalog

* Update catalog.py
1 parent 579d481
Raw File
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