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 authored and edennihy committed Dec 18, 2024
1 parent 9bcef43 commit 24dec6c
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 @@ -2628,7 +2628,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 24dec6c

Please sign in to comment.