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

update precomp_quantum to work with new ifo_power function

parent 6fb8177d
No related branches found
No related tags found
No related merge requests found
Pipeline #164038 failed
This commit is part of merge request !94. Comments created here will be created in the context of that merge request.
......@@ -148,8 +148,7 @@ def precomp_suspension(f, ifo):
def precomp_quantum(f, ifo):
pc = Struct()
mirror_mass = mirror_struct(ifo, 'ETM').MirrorMass
pbs, parm, _, _, _ = ifo_power(ifo)
power = Struct(parm=parm, pbs=pbs)
power = ifo_power(ifo)
noise_dict = noise.quantum.shotrad(f, ifo, mirror_mass, power)
pc.ASvac = noise_dict['ASvac']
pc.SEC = noise_dict['SEC']
......
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