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
gw150914.rst
###################################################
Signal Processing with GW150914
###################################################

Here are some interesting examples of how to process LIGO data using GW150914
as an example.

=====================================
Plotting the whitened strain
=====================================

.. plot:: ../examples/gw150914/gw150914_shape.py
   :include-source:

==============================================
Calculate the signal-to-noise
==============================================

.. plot:: ../examples/gw150914/gw150914_h1_snr.py
   :include-source:

==============================================
Listen to GW150914 in Hanford
==============================================


Here we'll make a frequency shifted and slowed version of GW150914 as
it can be heard in the Hanford data. 

.. literalinclude:: ../examples/gw150914/audio.py

:download:`The audio <resources/gw150914_h1_chirp.wav>`

Note, google chrome may not play wav files correctly, please download to listen.

.. raw:: html
    
    <audio controls><source src='_downloads/gw150914_h1_chirp.wav' type='audio/wav'</audio>


back to top