Skip to content

Commit

Permalink
Address PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRocchietti committed Nov 15, 2024
1 parent c1f50f2 commit c7e4532
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/lsst/ts/observatory/control/maintel/mtcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,9 +1002,6 @@ async def park_mount(self, position: MTMount.ParkPosition) -> None:
message="All components need to be enabled for parking the TMA."
)

# check first if Mount is already in PARKED state (?)
# to implement

await self.rem.mtmount.cmd_park.start(
position=position, timeout=self.long_timeout
)
Expand All @@ -1016,9 +1013,6 @@ async def unpark_mount(self) -> None:
message="All components need to be enabled for unparking the TMA."
)

# check first if Mount is PARKED state (?)
# to implement

await self.rem.mtmount.cmd_unpark.start(timeout=self.long_timeout)

async def prepare_for_flatfield(self, check: typing.Any = None) -> None:
Expand Down

0 comments on commit c7e4532

Please sign in to comment.