Revision e7dc760ffceebe5a46cd7f68419848a26f1c1b3b authored by Alex Nitz on 09 March 2021, 18:25:01 UTC, committed by GitHub on 09 March 2021, 18:25:01 UTC
* update h5py requirements

* update

* put python version requirement in specifically
1 parent f8f5715
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