From dd0293a596403dd8aa24cbdfc9168040a4348712 Mon Sep 17 00:00:00 2001 From: Te-Wei Date: Fri, 8 Nov 2024 12:41:33 -0300 Subject: [PATCH 1/2] Update the configuration of the M2 force error rule. --- Watcher/v6/_summit.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Watcher/v6/_summit.yaml b/Watcher/v6/_summit.yaml index 3457bbda..50b8647e 100644 --- a/Watcher/v6/_summit.yaml +++ b/Watcher/v6/_summit.yaml @@ -233,8 +233,11 @@ rules: poll_interval: 1.0 - classname: MTForceError configs: - - force_error_axial: 10.0 - force_error_tangent: 25.0 + - force_error_axial: 15.0 + force_error_tangent: 50.0 + max_num_axial: 10 + max_num_tangent: 2 + threshold_mtmount_acceleration: 0.05 poll_interval: 1.0 - classname: MTMirrorTemperature configs: From b90d29042961bae437282667b7ffe53137980f4c Mon Sep 17 00:00:00 2001 From: Te-Wei Tsai Date: Sat, 9 Nov 2024 11:32:09 -0300 Subject: [PATCH 2/2] Update the setting for the decayed performance. --- Watcher/v6/_summit.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Watcher/v6/_summit.yaml b/Watcher/v6/_summit.yaml index 50b8647e..555ab61f 100644 --- a/Watcher/v6/_summit.yaml +++ b/Watcher/v6/_summit.yaml @@ -235,9 +235,9 @@ rules: configs: - force_error_axial: 15.0 force_error_tangent: 50.0 - max_num_axial: 10 - max_num_tangent: 2 - threshold_mtmount_acceleration: 0.05 + max_num_axial: 15 + max_num_tangent: 3 + threshold_mtmount_acceleration: 0.08 poll_interval: 1.0 - classname: MTMirrorTemperature configs: