Skip to content

Commit

Permalink
In mtcs, reduce m1m3 setting time.
Browse files Browse the repository at this point in the history
  • Loading branch information
tribeiro committed Nov 27, 2024
1 parent 10b3b65 commit 234282d
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 @@ -155,7 +155,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 = 0.5
self.m1m3_settle_time = 0.0

# Tolerance on the stability of the balance force magnitude
self.m1m3_force_magnitude_stable_tolerance = 50.0
Expand Down

0 comments on commit 234282d

Please sign in to comment.