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

remove redundant calculation from gwinc

this is already handled in precomp
parent 619cb819
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,6 @@ def noise_calc(ifo, f):
ifo.Suspension.hTable = hTable
ifo.Suspension.vTable = vTable
if 'Temp' not in ifo.Materials.Substrate:
ifo.Materials.Substrate.Temp = ifo.Constants.Temp
noises['Quantum Vacuum'] = noise.quantum.shotrad(f, ifo)
noises['Suspension Thermal'] = noise.suspensionthermal.suspR(f, ifo)
......
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