Skip to content
Snippets Groups Projects
Commit a11aaa19 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

remove unused modeSR variable in gwinc

parent 6dbf518e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment