Reports until 00:03, Thursday 02 June 2016
H1 ISC
evan.hall@LIGO.ORG - posted 00:03, Thursday 02 June 2016 - last comment - 18:28, Thursday 02 June 2016(27494)
Test mass p/y actuator balancing

Craig, Sheila, Rana, Terra, Jim, Evan

In light of 27483, we wanted to try to balance the test mass PUM common/differential and hard/soft actuation. As a start, we wanted to make better common/differential actuation for the ETMs and ITMs (next we will try to make better hard/soft actuation).

We drove the ETMs in common-mode (pitch and yaw) and looked at the AS 45 Q pitch/yaw signals. We then adjusted the L2 LOCK P/Y filter gains in order to minimize the AS 45 Q signals. Gain adjustments of a few percent were required. The biggest reduction in AS 45 Q was a factor of a few; the smallest was basically nil.

Along the way we noticed that there was essentially a 1:1 cross-coupling between cHard pitch and cHard yaw when driving ETMs (i.e., driving cHard pitch would produce equally sized signals in both cHard pitch and cHard yaw). This could be explained by the transmon roll orientation causing a rotation of pitch into yaw at the QPDs. However, removing the QPD blending (i.e., using REFL A/B 9I only) for cHard reduced the cross-coupling by a factor of a few.

So it seems that the transmon QPDs are not aligned with the ETMs pitch/yaw alignment. However, the REFL pitch/yaw seems rotated from ETM pitch/yaw by ~30 deg. The ITM drives do not produce this cross-coupling. We want to minimize this to reduce the Hard looop pit/yaw instability that we saw. Should we rotate the REFL WFS matrix to align with the ETMs or ITMs?

We lost lock twice trying to switch CARM to in-vac control, so that needs to be debugged tomorrow.

Comments related to this report
rana.adhikari@LIGO.ORG - 00:14, Thursday 02 June 2016 (27495)SUS

Craig is working on a WFS rotation matrix script so that we can easily software rotate the WFS into the correct up/down left right arrangement.

Today we also tried to balance the hard/soft actuation. Looking at the aLIGO T0900511 ASC design document, we see that the dHard signal is 10x bigger than dSoft in AS. So we adjust the output matrix elements for the ITMs until we minimized the 6 Hz soft excitation in AS45. The matrix elements before/after:

Before:  ITM = 1,   ETM = 0.87

After:     ITM = 1.12,   ETM = 0.87.

The previous numbers were set by using the RoC from the metrology and the arm length. I assume that this 10% correction is due to actuator strength and not RoC. Hopefully now that common/diff and hard/sfot are balanced the WFS loops will be more smooth. Tomorrow, we need to propagate these numbers into the ASC Output Matrix.

craig.cahillane@LIGO.ORG - 18:28, Thursday 02 June 2016 (27519)ISC
C. Cahillane

The WFS rotation matrix script is done.  This code is designed to rotate the WFS pitch and yaw signal quadrature together by the same angle over 5 seconds.

It is located here: 
/ligo/home/craig.cahillane/Public/ASC_WFS_P_Y_Signal_Rotation.py
This code should be accessible for read write and execution by anyone.

To run it, choose how much you want to rotate in degrees and then the WFS you would like to rotate. The first argument is rotation in degrees, and the second is the channel name. (You must separately rotate I and Q.)
For example, I choose to rotate REFL_A_RF45_I by -10 degrees. 
To run this, type:

python /ligo/home/craig.cahillane/Public/ASC_WFS_P_Y_Signal_Rotation.py -10 ASC-REFL_A_RF45_I

Once run, this code takes 5 seconds to spin the WFS signal orientation to the one you desire.