From ff695294f206ca0d5c666ffa983cdf881d08b92a Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Sat, 16 Nov 2024 15:27:15 -0700 Subject: [PATCH] In maintel/mtcs.py, increase m1m3 settling time. --- python/lsst/ts/observatory/control/maintel/mtcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/ts/observatory/control/maintel/mtcs.py b/python/lsst/ts/observatory/control/maintel/mtcs.py index 35a22764..da1e57b5 100644 --- a/python/lsst/ts/observatory/control/maintel/mtcs.py +++ b/python/lsst/ts/observatory/control/maintel/mtcs.py @@ -154,7 +154,7 @@ def __init__( # timeout to raise m1m3, in seconds. self.m1m3_raise_timeout = 600.0 # time it takes for m1m3 to settle after a slew finishes. - self.m1m3_settle_time = 2.0 + self.m1m3_settle_time = 5.0 # Tolerance on the stability of the balance force magnitude self.m1m3_force_magnitude_stable_tolerance = 50.0