[Hido, YamaT]
Abstract
We updated the calibration parameters on the front-end calibration based on the measurements in klog#29974 (MICH) and klog#30091 (PRX).
We also modified VERTEX guardian in order to switch calibration parameters automatically between 1f and 3f lock.
Details
Updates for MICH
Optical gain of MICH and actuator efficiency of BS are managed in FilterBanks named K1:CAL-CS_SUM_MICH_ERR and K1:CAL-CS_SUM_MICH_BS_TM, respectively. Because actuator efficiency is not changed by the configuration of IFO, it's set on FM1 with the same manner as before. On the other hand, optical gain must be changed by the configuration of IFO, we set parameter for 1f and 3f on FM2 and FM3, respectively. FM1 is reserved for the semi-auto calibration for the OBSERVING mode. Concrete changes are as follows.
Filter Module | before | after | comment |
---|---|---|---|
K1:CAL-CS_SUM_MICH_ERR_FM1 | 1.59252e-09 | not changed | PRFPMI in O4a |
K1:CAL-CS_SUM_MICH_ERR_FM2 | NA | 8.7527e-10 | MICH 1f |
K1:CAL-CS_SUM_MICH_ERR_FM3 | NA | 9.1823e-10 | MICH 3f |
K1:CAL-CS_SUM_MICH_BS_TM_FM1 | 6.0392e-11 | 6.040e-11 |
Note that values in K1:CAL-CS_SUM_MICH_ERR_FM* are inverse of optical gains and actuator efficiency is a value for the susmod normalized at 1Hz.
Updates for PRX
For the PRCL, calibration parameters are managed in the same manner as MICH. Corresponding FilterBanks are K1:CAL-CS_SUM_PRCL_ERR and K1:CAL-CS_SUM_PRCL_PRM_TM. Exact changes are as follows.
Filter Module | before | after | comment |
---|---|---|---|
K1:CAL-CS_SUM_PRCL_ERR_FM1 | 7.08103e-10 | not changed | PRFPMI in O4a |
K1:CAL-CS_SUM_PRCL_ERR_FM2 | NA | 1.4393e-09 | PRX 1f |
K1:CAL-CS_SUM_PRCL_ERR_FM3 | NA | 7.3965e-10 | PRY 3f |
K1:CAL-CS_SUM_PRCL_PRM_TM_FM1 | -8.8179e-12 | -7.401e-12 | - |
Note that actuator efficiency is a value for the susmod normalized at 10Hz.
Automation of 1f, 3f switching
For serving correct displacement in both 1f lock and 3f lock, we modified VERTEX guardian in order to change calibration parameter automatically. It's implemented as the similar manner with the state control of each OPTIC (ALIGNED/MISALIGNED). Switching filter is done in PREP_FM_FOR_MICH state based on the REQUESTED state. When MICH_1F_LOCKED or MICH_LOCKED is requested MICH parameter is changed to 1f value. On the other hand, MICH_3F_LOCKED is requested, 3f value is set. In the PRX case, guardian shows same behavior. So 1f value and 3f value is set when PRX_1F_LOCKED and PRX_3F_LOCKED is requested, respectively.