Skip to content

Commit

Permalink
In maintel/mtcs.py, add rotator check to tcs data taking readiness ch…
Browse files Browse the repository at this point in the history
…eck.
  • Loading branch information
tribeiro committed Nov 16, 2024
1 parent 5d19af4 commit 4149076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/ts/observatory/control/maintel/mtcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2523,10 +2523,10 @@ async def _ready_to_take_data(self) -> None:
settle_time=0.0,
component_name="Camera Hexapod",
),
self.wait_for_rotator_inposition(self.long_timeout, False),
)

except asyncio.TimeoutError:
self.log.warning("Mount and/or Camera Hexapod not in position.")
self.log.warning("Mount, Camera Hexapod or Rotator not in position.")

async def open_m1m3_booster_valve(self) -> None:
"""Open M1M3 booster valves."""
Expand Down

0 comments on commit 4149076

Please sign in to comment.