Skip to content

Commit

Permalink
Pass -PA to guider
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Oct 18, 2023
1 parent 39dab85 commit 3452406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gort/observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async def acquire(self, guide_tolerance: float = 1, timeout: float = 180):
self.gort.guiders[tel].guide(
ra=coords.ra,
dec=coords.dec,
pa=coords.pa,
pa=-coords.pa, # -1 since k-mirror handiness is opposite to tile PA
guide_tolerance=guide_tolerance,
pixel=pixel,
)
Expand Down

0 comments on commit 3452406

Please sign in to comment.