diff --git a/gwinc/gwinc.py b/gwinc/gwinc.py index 9bf2072c5263f769e1ec981027c83451d3531460..215ef68b6df3120704192b073fd5a545c1cb3786 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)