panoptes/POCS

Inconsistency in `focuser.move_by`

danjampro opened this issue · 0 comments

The abstract Focuser.move_by returns the final focuser position:

return self.move_to(self.position + increment)

Whereas the Birger version returns the change in focuser position: