-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Support for LX200 align command #145
Comments
how would you propose to do the push-to if the align command can't be used? |
I see this as an alternative to the built in bright star alignment and potential object alignment. Basically just another way to tell the PiFinder 'Hey the telescope is pointed here!' |
That would be fine, my question is how will you replace the push-to feature which is now using the align command? |
Not sure how it's implemented behind the scenes, but in SkySafari there are two buttons, one for Align and one for GoTo (see image). We currently do the same thing on both buttons, but I suspect SkySafari is sending different commands for align and GoTo, but I'm not sure. The user requested that we use the Align button to do sort of what it does on the LX200, which is to snap the telescope reticle on to the selected item. Similar to our current Bright Star Alignment. This might not be a useful enough feature to implement, especially if we implement object alignment ourselves. |
In our current implementation this function in SkySafari or other LX200 control apps acts like a go-to command and starts a push-to cycle on the PiFinder.
For some use cases where the telescope pointing position is far outside the camera FOV, this could server as an alternate alignment method. It should cause the PiFinder to store the offset between the provided RA/DEC and current solution and apply this to future solutions.
Some notes:
The text was updated successfully, but these errors were encountered: