Python interface for the SeeStar telescope control system
Project description
A light-weight python module to drive the Seestar smart telescopes
This package is on ReadTheDocs. See seestarpy.readthedocs.io
If you've found the package useful - how about buying me a coffee, to keep the creative juices flowing ;)
Quickstart
Install seestarpy using pip:
$ pip install seestarpy
Usage example:
from seestarpy import connection as conn
from seestarpy import raw
conn.DEFAULT_IP = "192.168.1.243" # NOTE - set your own IP address! This is mine.
raw.test_connection() # Test if the seestar is connected to the wifi in station mode
raw.scope_move_to_horizon() # Turn on telescope
raw.iscope_start_view(ra=13.4, dec=54.9, target_name="Mizar") # Move to target and turn on camera
raw.iscope_start_stack() # Start stacking sub-frames
raw.iscope_stop_view("Stack") # Turn off frame stacking
raw.iscope_stop_view("ContinuousExposure") # Turn off camera
raw.pi_shutdown(True) # force=True to avoid mistakenly shutting down
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seestarpy-0.4.1.tar.gz.
File metadata
- Download URL: seestarpy-0.4.1.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc5db6895ff4a083e03d8859dee18e28d03fd0a24ac728dd6065596e3bc6007f
|
|
| MD5 |
723e680c1f7a07577625f1eaceeff062
|
|
| BLAKE2b-256 |
0aeee548aa24ea36ad323e3fc0936e110db4e7ad36c57759a71105d6baeb3ba3
|
File details
Details for the file seestarpy-0.4.1-py3-none-any.whl.
File metadata
- Download URL: seestarpy-0.4.1-py3-none-any.whl
- Upload date:
- Size: 100.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e851d1fbc2d740e7f44407174b3d2aaa21693bf87409489bf230c400630a1fc
|
|
| MD5 |
ad960303a7432c513541518830e6458f
|
|
| BLAKE2b-256 |
6607fb066bc1ab9505d9c417f10c85553415352811c26c5ab9b12bc2ab27f089
|