Skip to content

Commit

Permalink
In maintel/mtcs.py, increase m1m3 settling time.
Browse files Browse the repository at this point in the history
  • Loading branch information
tribeiro committed Nov 16, 2024
1 parent 4149076 commit ff69529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/observatory/control/maintel/mtcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff69529

Please sign in to comment.