Skip to content
Snippets Groups Projects

Residual gas sub-budgets and updates

Merged Kevin Kuns requested to merge kevin.kuns/pygwinc:residual-gas into master
6 unresolved threads
2 files
+ 17
20
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -763,7 +763,9 @@ class ExcessGas(nb.Noise):
)
def calc(self):
n = noise.residualgas.residual_gas_cavity(self.freq, self.ifo)
cavity = arm_cavity(self.ifo)
n = noise.residualgas.residual_gas_cavity(
self.freq, self.ifo, cavity, self.ifo.Infrastructure.ResidualGas)
# FIXME HACK: it's unclear if a phase noise in the arms like
# the excess gas noise should get the same dhdL strain
# calibration as the other displacement noises. However, we
Loading