From 7df2171e4a6eb8dff5764ce74d86ff5f4a9a8807 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Wed, 20 Jun 2018 16:28:29 +1000 Subject: [PATCH] Adds docs for reading in data --- docs/index.txt | 3 ++- tupak/gw/detector.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 5833124c0..5ec3d4b2d 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -10,11 +10,12 @@ Welcome to tupak's documentation! installation basics-of-parameter-estimation - compact-binary-coalescence-parameter-estimation prior likelihood samplers tupak-output + compact-binary-coalescence-parameter-estimation + transient-gw-data writing-documentation hyperparameters diff --git a/tupak/gw/detector.py b/tupak/gw/detector.py index 7584b94bc..569b71bcc 100644 --- a/tupak/gw/detector.py +++ b/tupak/gw/detector.py @@ -376,7 +376,7 @@ class Interferometer(object): This uses the `interferometer.power_spectral_density` object to set the `strain_data` to a noise realization. See - `tupak.gw.detector.InterferometerStrainData for further information. + `tupak.gw.detector.InterferometerStrainData` for further information. Parameters ---------- @@ -701,7 +701,7 @@ class Interferometer(object): """ Inject a signal into noise and adds the requested signal to self.strain_data Parameters - ------- + ---------- waveform_polarizations: dict polarizations of the waveform parameters: dict -- GitLab