Skip to content

Commit

Permalink
Merge pull request #119 from lsst-ts/tickets/DM-41718
Browse files Browse the repository at this point in the history
Tickets/dm 41718
  • Loading branch information
dsanmartim authored Dec 6, 2023
2 parents f5d5f79 + 03842fa commit 846985f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/news/DM-41718.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed a bug in `latiss_base_align.py` module when trying to flush the `ataos.evt_detailedState` event before resetting resetting the hexapod to its initial position.
That flush was not needed, redundant and it was causing an error.
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 846985f

Please sign in to comment.