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
detector.rst
###################################################
Gravitational-wave Detectors
###################################################

The pycbc.detector module provides the :py:mod:`pycbc.detector.Detector` class
to access information about gravitational wave detectors and key information
about how their orientation and position affects their view of a source

=====================================
Detector Locations
=====================================

.. literalinclude:: ../examples/detector/loc.py
.. command-output:: python ../examples/detector/loc.py

=====================================
Light travel time between detectors
=====================================

.. literalinclude:: ../examples/detector/travel.py
.. command-output:: python ../examples/detector/travel.py

======================================================
Time source gravitational-wave passes through detector
======================================================

.. literalinclude:: ../examples/detector/delay.py
.. command-output:: python ../examples/detector/delay.py

================================================================
Antenna Patterns and Projecting a Signal into the Detector Frame
================================================================

.. literalinclude:: ../examples/detector/ant.py
.. command-output:: python ../examples/detector/ant.py

back to top