Reports until 08:35, Tuesday 15 October 2024
H1 SEI (SUS)
jeffrey.kissel@LIGO.ORG - posted 08:35, Tuesday 15 October 2024 (80673)
H1ISIHAM2 SUSPOINT EUL2CART Matrix Populated with Projection from H1SUSPR3 Suspension Point Euler Basis
J. Kissel
WP 12140

Per investigations described in WP 12140, I've installed elements for driving the H1 ISI HAM2 ISI in the H1 SUS PR3 suspension point's Euler basis into the ISI's H1:ISI-HAM2_SUSPOINT_EUL2CART matrix. The elements had been pre-calculated using the math from T1100617, and pulled from pre-saved collection of these matrices in 
    /opt/rtcds/userapps/release/isc/common/projections/ISI2SUS_projection_file.mat


To install, I ran the following code in matlab from a control room work station,
>> addpath /ligo/svncommon/SeiSVN/seismic/Common/MatlabTools/ % this adds fill_matrix_values.m to the path, needed below
>> cd /opt/rtcds/userapps/release/isc/common/projections/
>> load ISI2SUS_projection_file.mat
>> drvmatrx = ISI2SUSprojections.h1.pr3.EUL2CART
>> drvmatrx =
            1      -0.0112            0      -0.0115      -1.0243      -0.1768
       0.0112            1            0       1.0243      -0.0115      -0.3308
            0            0            0            0            0            1
            0            0            1       0.1805       0.3288            0
            0            0            0            1      -0.0112            0
            0            0            0       0.0112            1            0
>> fill_matrix_values('H1:ISI-HAM2_SUSPOINT_EUL2CART',drvmatrx) % this actually installs the coefficients into EPICs.


These channels are *NOT* monitored in SDF. However, to make sure they stick, I've accepted the values in both the safe and OBSERVE safe snap files.
Images attached to this report