This is a continuation of alog 48366.
I tried fitting the Ward DARM model to the "2019 08 19 August Spots No SRCL Offset" DARM plant measurement.
I thought SRC losses might be sufficient to explain the lowering of the Q of the DARM spring resonance.
While the SRC losses do lower the DARM spring resonance, it also lowers the DARM pole frequency, as is expected (fDARM = farm (1 + rSRM)/(1 - rSRM)).
The level of SRC losses needed to explain the lowered DARM spring Q is far too high to be realistic (~10-15%). These sorts of losses would lower the DARM pole far too much (~310 Hz for 10% losses).
Allowing an MCMC to try to fit the Ward model to the measurement produces the pdfs below.
Fit Parameters:
Phi = Detuning Angle ~ 89.5 degs
Zeta = Homodyne Angle ~ 90 degs
Pbs = Power on the Beamsplitter = Input Power * PRG ~ 32 * 44 = 1.4 kW
Losses in the Arms ~ 100 ppm
Losses in the SRC ~ 1 % ??
Losses in the OMC (including OFI, tip-tilts, etc) ~ 10 %
The walkers want to lower the DARM spring Q by reducing the power on the beamsplitter and lock at some incorrect homodyne angle. The power on the beamsplitter the MCMC wants is far too low (PRG would be ~30).
In the posted corner plots, I have plotted my "initial guess" parameter values as the red lines. We trust the homodyne angle and power on the beamsplitter guesses here pretty well, but the losses guesses are not well-informed.
The priors on the parameters are
-90 < phi > 270 [degs]
85 < zeta > 95 [degs]
0 < Pbs > 2000 [W]
0 < arm_loss > 500e-6
0 < SRC_loss > 1
0 < post_SRM_loss > 1
SRC losses were implemented as scattering losses in the SRC, i.e. TSRM = 32%, RSRM = 1 - TSRM - LSRC.
Dan Brown has produced a Finesse model of this same effect, with similar results to be reported soon. We are in the process of checking the overall gain of the Ward model versus the Finesse model.
Relevant code lives in the darmplant git repo.