Revision 76dc9f39f2d17b554608c636354220f37be6040a authored by Thomas Dent on 13 April 2020, 13:54:41 UTC, committed by GitHub on 13 April 2020, 13:54:41 UTC
* Change unused newsnr_sgchisq_psdvar function

New stat scales both SNR and chisq by psd_var

* codeclimate

* fix more codeclimate

* couple of brackets to be more explicit
1 parent 629428c
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