Skip to content

Commit

Permalink
In latiss_base_align.py fix a bug in the cleanup method.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Nov 18, 2023
1 parent 81e0ddc commit 3d36cf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/ts/externalscripts/auxtel/latiss_base_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,6 @@ async def cleanup(self):
f"{self.max_iter}. Returning hexapod to its initial position."
)

self.rem.ataos.evt_detailedState.flush()

# Return hexapod to original position
await self.atcs.offset_aos_lut(
z=-self.offset_total_focus,
Expand Down

0 comments on commit 3d36cf8

Please sign in to comment.