Skip to main content

A python package for controlling small optical telescopes

Project description

License Zenodo PyPI Version PyPI Python Versions PyPI Downloads Powered by Astropy GitHub CI Code Coverage Documentation Status Codespaces Status pre-commit enabled Code Style isort Donate

pyscope logo

This is the repository for pyscope, a pure-Python package for robotic scheduling, operation, and control of small optical telescopes.

pyscope is an open-source project that provides a set of tools to rapidly and easily control astronomical instrumentation. It is designed to be modular and extensible, allowing users to easily add support for new devices and observatories. pyscope is built on top of the ASCOM standard, but also provides support for non-ASCOM devices. Users may also access their devices through third-party applications such as MaxIm DL.

Observatories who use pyscope can take advantage of the telrun module, which provides a simple interface for fully-robotic observatory control.

pyscope is aiming to become an astropy-affiliated package.

Features

Installation

pyscope is available on PyPI and can be installed with pip:

pip install pyscope

pyscope will be available on conda-forge soon.

Development Installation

Codespaces

We recommend using a virtual environment for development. You may create a new virtual environment with pip:

python -m venv pyscope-dev
source pyscope-dev/bin/activate

Or with conda:

conda create -n pyscope-dev python=3.10.12
conda activate pyscope-dev

To install pyscope for development, clone the repository and install with pip:

git clone https://github.com/WWGolay/pyscope
cd pyscope
pip install -e ".[dev]"

Usage

TBD

Documentation

All supporting documentation can be found at readthedocs.

Citing

If you use this package in your research, please cite it using the following:

Contributing

Please see the developer documentation.

License

This project is licensed under the GNU AGPLv3 License.

Issues

Please post any issues you find here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyscope-0.1.6.tar.gz (176.1 kB view hashes)

Uploaded Source

Built Distribution

pyscope-0.1.6-py3-none-any.whl (146.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page