Skip to content

Commit

Permalink
Unset reference frame when changing pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jul 26, 2023
1 parent e85ec3a commit e4008e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lvmguider/guider.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def set_pixel(self, pixel_x: float | None = None, pixel_z: float | None = None):
# towards a new target position.
self.command.actor.status |= GuiderStatus.DRIFTING
self.pixel = new_pixel
self.set_reference_frames()

return self.pixel

Expand Down

0 comments on commit e4008e6

Please sign in to comment.