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

FIX docstring

parent 9d7f673b
No related branches found
No related tags found
No related merge requests found
......@@ -13,12 +13,13 @@ from . import plot
def noise_calc(ifo, f):
"""Calculate all IFO noises and return as dict
Assumes ifo has already been run through precompIFO().
"""
##############################
# suspension transfer functions
# suspension transfer function
#
# this needs to be done here, instead of in precompIFO, because it
# requires the frequency vector
# used in seismic and susptherm calculations
fname = eval('suspension.susp{}'.format(ifo.Suspension.Type))
hForce, vForce, hTable, vTable = fname(f, ifo)
......@@ -112,7 +113,6 @@ def gwinc(freq, ifoin, source=None, fig=False, PRfixed=True):
Returns tuple of (score, noises, ifo)
"""
ifo = copy.deepcopy(ifoin)
# add some precomputed info to the ifo struct
......
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