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

fix gwinc for new top-level seismic noise change

parent 0b553c18
No related branches found
No related tags found
No related merge requests found
Pipeline #52758 passed
......@@ -29,7 +29,7 @@ def noise_calc(f, ifo):
noises['Coating Thermo-Optic'] = noise.coatingthermal.thermooptic(f, ifo)
noises['Substrate Thermo-Elastic'] = noise.substratethermal.subtherm(f, ifo)
noises['Substrate Brownian'] = noise.substratethermal.subbrownian(f, ifo)
noises['Seismic'] = noise.seismic.seismic(f, ifo)[0]
noises['Seismic'] = noise.seismic.seismic(f, ifo)
noises['Newtonian Gravity'] = noise.newtonian.gravg(f, ifo)
noises['Excess Gas'] = noise.residualgas.gas(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