simonsobs / scheduler

Scheduler for SO
0 stars 1 forks source link

decompose move_to into separate az and el movements #100

Closed guanyilun closed 1 month ago

guanyilun commented 1 month ago

Currently both az and el change during move_to. #89 suggests changing that to two moves, with azimuth first and then elevation. This PR implements it.

yoshinori-0778 commented 1 month ago

Thanks for your development. It looks fine to me.