Skip to content
Snippets Groups Projects
Commit 8240c13d authored by Kevin Kuns's avatar Kevin Kuns
Browse files

fix bug in Force calibration introduced by old refactoring

parent bb32fbee
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,8 @@ class Force(nb.Calibration):
"""Calibrate displacement to force
"""
def calc(self):
from ..noise.coatingthermal import mirror_struct
mass = mirror_struct(self.ifo, 'ETM').MirrorMass
return (mass * (2*pi*self.freq)**2)**2
......
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