Skip to content

Commit

Permalink
Merge pull request #268 from LLBlanc/wwg-dev
Browse files Browse the repository at this point in the history
Docs for observatory summary and all of ascom_camera
  • Loading branch information
WWGolay authored Nov 1, 2024
2 parents 6887f0f + 0f2e47e commit 30be7ad
Show file tree
Hide file tree
Showing 22 changed files with 456 additions and 150 deletions.
8 changes: 8 additions & 0 deletions pyscope/observatory/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"""
The `observatory` module provides classes and functions for controlling and automating
observatory hardware and operations. This currently includes support only for the
`Robert L. Mutel Telescope` at the University of Iowa, but is designed to be extensible
to all motorized observatory telescopes in the future.
Operations include managing telescopes, cameras, focuser, filter wheels, domes, and other
devices commonly found in an observatory setup.
"""
# isort: skip_file

import logging
Expand Down
Loading

0 comments on commit 30be7ad

Please sign in to comment.