pycbc.catalog package¶
Submodules¶
pycbc.catalog.catalog module¶
This modules contains information about the announced LIGO/Virgo compact binary mergers
Module contents¶
This package provides information about LIGO/Virgo detections of compact binary mergers
- class pycbc.catalog.Catalog(source='gwtc-1')[source]¶
Bases:
object
Manage a set of binary mergers
- class pycbc.catalog.Merger(name, source='gwtc-1')[source]¶
Bases:
object
Informaton about a specific compact binary merger
- strain(ifo, duration=32, sample_rate=4096)[source]¶
Return strain around the event
Currently this will return the strain around the event in the smallest format available. Selection of other data is not yet available.
- Parameters
ifo (str) – The name of the observatory you want strain for. Ex. H1, L1, V1
- Returns
strain – Strain around the event.
- Return type
pycbc.types.TimeSeries