Skip to content

Commit

Permalink
In maintel/mtcs.py, remove rotator from check
Browse files Browse the repository at this point in the history
  • Loading branch information
tribeiro committed Nov 16, 2024
1 parent ff69529 commit c3fac61
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 @@ -2523,7 +2523,6 @@ 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, Camera Hexapod or Rotator not in position.")
Expand Down

0 comments on commit c3fac61

Please sign in to comment.