Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to slew_to_target does not raise a PanError #1011

Open
danjampro opened this issue Oct 8, 2020 · 0 comments
Open

Failure to slew_to_target does not raise a PanError #1011

danjampro opened this issue Oct 8, 2020 · 0 comments
Labels

Comments

@danjampro
Copy link
Collaborator

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 :

self.logger.warning(f"Problem slewing to mount coordinates: {mount_coords} {e}")

@wtgee wtgee added the mount label Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants