From a11aaa19ce979dec3d33070f1b7170884fd5ca79 Mon Sep 17 00:00:00 2001
From: Jameson Graef Rollins <jrollins@finestructure.net>
Date: Tue, 15 May 2018 10:48:10 -0700
Subject: [PATCH] remove unused modeSR variable in gwinc

---
 gwinc/gwinc.py | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gwinc/gwinc.py b/gwinc/gwinc.py
index 9bf2072c..215ef68b 100644
--- a/gwinc/gwinc.py
+++ b/gwinc/gwinc.py
@@ -95,7 +95,7 @@ def noise_calc(ifo, f):
     return noises
 
 
-def gwinc(freq, ifoin, source=None, fig=False):
+def gwinc(freq, ifoin, source=None, fig=False, PRfixed=True):
     """Calculate strain noise budget for a specified interferometer model.
 
     Argument `freq` is the frequency array for which the noises will
@@ -114,12 +114,6 @@ def gwinc(freq, ifoin, source=None, fig=False):
 
     ifo = copy.deepcopy(ifoin)
 
-    modeSR = False
-    PRfixed = True
-
-    # stick it into the IFO so that it gets passed around
-    ifo.modeSR = modeSR
-
     # add some precomputed info to the ifo struct
     ifo = precompIFO(ifo, PRfixed)
 
-- 
GitLab