Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 1.04 KB

README.md

File metadata and controls

7 lines (4 loc) · 1.04 KB

Build Status

Point implements interfaces to telescope mounts. It currently supports two mount types: Celestron NexStar and Losmandy Gemini 2. This package requires Python 3. Python 2 is not supported.

Class NexStar wraps the serial commands supported by the Celestron NexStar telescope hand controllers. All of the commands in this document are supported. See the comments in the source code for information on each function. This project has been tested by the author with a Celestron NexStar 130 SLT.

Class Gemini2 wraps the serial commands for the Gemini 2 mount computer. Both the serial and UDP protocol interfaces to Gemini 2 are supported. The command set is documented here and the UDP protocol is documented here.