.gitattributes
.gitignore
.readthedocs.yaml
AGENTS.md
AUTHORS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.md
conftest.py
pyproject.toml
uv.lock
.github/codecov.yml
.github/copilot-instructions.md
.github/workflows/create-release.yml
.github/workflows/pythontest.yaml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/config-server.rst
docs/index.rst
docs/license.rst
docs/requirements.txt
docs/telemetry.rst
docs/_static/.gitignore
docs/_static/pan-title-black-transparent.png
examples/SerialDeviceDemo.ipynb
src/panoptes/utils/__init__.py
src/panoptes/utils/error.py
src/panoptes/utils/horizon.py
src/panoptes/utils/library.py
src/panoptes/utils/rs232.py
src/panoptes/utils/serializers.py
src/panoptes/utils/time.py
src/panoptes/utils/utils.py
src/panoptes/utils/cli/image.py
src/panoptes/utils/cli/main.py
src/panoptes/utils/cli/telemetry.py
src/panoptes/utils/config/__init__.py
src/panoptes/utils/config/cli.py
src/panoptes/utils/config/client.py
src/panoptes/utils/config/helpers.py
src/panoptes/utils/config/server.py
src/panoptes/utils/database/__init__.py
src/panoptes/utils/database/base.py
src/panoptes/utils/database/file.py
src/panoptes/utils/database/memory.py
src/panoptes/utils/images/__init__.py
src/panoptes/utils/images/bayer.py
src/panoptes/utils/images/cr2.py
src/panoptes/utils/images/fits.py
src/panoptes/utils/images/focus.py
src/panoptes/utils/images/misc.py
src/panoptes/utils/images/plot.py
src/panoptes/utils/serial/__init__.py
src/panoptes/utils/serial/device.py
src/panoptes/utils/telemetry/__init__.py
src/panoptes/utils/telemetry/client.py
src/panoptes/utils/telemetry/server.py
src/panoptes_utils.egg-info/PKG-INFO
src/panoptes_utils.egg-info/SOURCES.txt
src/panoptes_utils.egg-info/dependency_links.txt
src/panoptes_utils.egg-info/entry_points.txt
src/panoptes_utils.egg-info/requires.txt
src/panoptes_utils.egg-info/top_level.txt
tests/__init__.py
tests/test_database.py
tests/test_errors.py
tests/test_horizon.py
tests/test_rs232.py
tests/test_serial_device.py
tests/test_serializers.py
tests/test_telemetry_cli.py
tests/test_telemetry_client.py
tests/test_telemetry_server.py
tests/test_time.py
tests/test_utils.py
tests/testing.yaml
tests/testing_bad.yaml
tests/config/test_config.py
tests/config/test_config_cli.py
tests/config/test_config_server.py
tests/data/__init__.py
tests/data/noheader.fits
tests/data/pole.fits
tests/data/rotation.fits
tests/data/solved.fits.fz
tests/data/solved.fits.solved
tests/data/theskyx.json
tests/data/tiny.fits
tests/data/unsolved.fits
tests/images/__init__.py
tests/images/test_bayer.py
tests/images/test_cr2_utils.py
tests/images/test_fits_utils.py
tests/images/test_focus_utils.py
tests/images/test_image_utils.py