From 68c7a10d31e736bb6aff6ee149837e1d1add17a8 Mon Sep 17 00:00:00 2001
From: Colm Talbot <colm.talbot@ligo.org>
Date: Mon, 30 Jul 2018 15:56:25 -0400
Subject: [PATCH] remove calibration

---
 examples/open_data_examples/GW150914.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/examples/open_data_examples/GW150914.py b/examples/open_data_examples/GW150914.py
index c302beb1a..d619dd7e1 100644
--- a/examples/open_data_examples/GW150914.py
+++ b/examples/open_data_examples/GW150914.py
@@ -24,10 +24,6 @@ tupak.core.utils.setup_logger(outdir=outdir, label=label)
 # H1_frequency_domain_data.png and LI_frequency_domain_data.png. The two
 # objects are then placed into a list.
 interferometers = tupak.gw.detector.get_event_data(label)
-for ifo in interferometers:
-    ifo.calibration_model = tupak.gw.calibration.CubicSpline(
-        'recalib_{}'.format(ifo.name), ifo.maximum_frequency,
-        ifo.minimum_frequency, 5)
 
 # We now define the prior.
 # We have defined our prior distribution in a file packaged with TUPAK.
-- 
GitLab