Skip to content

Commit

Permalink
In maintel/mtcs.py, remove settling time after clearing slew flag (cu…
Browse files Browse the repository at this point in the history
…rrently refered to as close booster valve in the code).
  • Loading branch information
tribeiro committed Dec 4, 2024
1 parent 19ed331 commit 14819be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/ts/observatory/control/maintel/mtcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,6 @@ async def close_m1m3_booster_valve(self) -> None:
"""Close M1M3 booster valves."""
if self.check.mtm1m3:
await self._handle_m1m3_booster_valve(open=False)
await asyncio.sleep(self.fast_timeout)

async def _handle_m1m3_booster_valve(self, open: bool) -> None:
"""Handle opening the M1M3 booster valves"""
Expand Down

0 comments on commit 14819be

Please sign in to comment.