AstroHuntsman / huntsman-pocs

POCS on the Huntsman Telescope
MIT License
7 stars 8 forks source link

Propagate focus filter #459

Closed danjampro closed 3 years ago

danjampro commented 3 years ago

Currently the logic for choosing the filter name and moving the FW is duplicated in the both the observatory and focuser code. This PR moves the logic for deciding which filter is used for focusing into the observatory, and moves the code to actually move the FW into the focuser's autofocus method.

Skipped tests will require panoptes/POCS#1109 to pass.

Closes #459