From 499917fbce10af47fcdadd2fcba1b3a5a5ad6ec0 Mon Sep 17 00:00:00 2001 From: Evan Hall <evan.hall@ligo.org> Date: Mon, 30 Sep 2019 17:04:01 -0700 Subject: [PATCH] Get rid of beta in gravg_rayleigh --- gwinc/noise/newtonian.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gwinc/noise/newtonian.py b/gwinc/noise/newtonian.py index 09c21d62..edbfbee9 100644 --- a/gwinc/noise/newtonian.py +++ b/gwinc/noise/newtonian.py @@ -85,9 +85,6 @@ def gravg_rayleigh(f, ifo): gamma = ifo.Seismic.Gamma ggcst = const.G rho = ifo.Seismic.Rho - # factor to account for correlation between masses - # and the height of the mirror above the ground - beta = ifo.Seismic.Beta h = ifo.Seismic.TestMassHeight c_rayleigh = ifo.Seismic.RayleighWaveSpeed -- GitLab