POCS
POCS copied to clipboard
Failure to slew_to_target does not raise a PanError
The current behaviour of POCS
is to log a warning message if the slew is not possible. This can obviously lead to a lot of problems down the line if not handled properly. This problem exists for the bisque
mount as well as in the abstract mount
class.
Suggest raising a PanError
if the slew fails.
Code : https://github.com/panoptes/POCS/blob/e6df64bdcc482b3f10f9e424b71dfd339728e3b4/src/panoptes/pocs/mount/bisque.py#L186