From 20c1f28b7f2379887c06ec01107e3703d721a0cb Mon Sep 17 00:00:00 2001
From: Virginia d'Emilio <virginia.demilio@ligo.org>
Date: Tue, 18 Dec 2018 08:32:34 -0600
Subject: [PATCH] Adding a comment in GW150914.py for running pe on other
 events available on LOSC, i.e. for GW170817 the kwarg "tag" is required to
 download the data.

---
 examples/open_data_examples/GW150914.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/open_data_examples/GW150914.py b/examples/open_data_examples/GW150914.py
index f406b535f..6fc284ea7 100644
--- a/examples/open_data_examples/GW150914.py
+++ b/examples/open_data_examples/GW150914.py
@@ -23,6 +23,8 @@ bilby.core.utils.setup_logger(outdir=outdir, label=label)
 # makes sense, for each detector a plot is created in the `outdir` called
 # H1_frequency_domain_data.png and LI_frequency_domain_data.png. The two
 # objects are then placed into a list.
+# For GW170817, 170608 and 170814 add the following line to select clean data.
+# kwargs = {"tag": 'CLN'}
 interferometers = bilby.gw.detector.get_event_data(label)
 
 # We now define the prior.
-- 
GitLab