.dockerignore
.gcloudignore
.gitattributes
.gitignore
.readthedocs.yaml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.md
conftest.py
setup.cfg
setup.py
sitecustomize.py
.github/workflows/pythontest.yaml
bin/cr2-to-jpg
docker/cloudbuild.yaml
docker/develop.Dockerfile
docker/docker-compose.yaml
docker/entrypoint.sh
docker/latest.Dockerfile
docker/setup-local-environment.sh
docker/zshrc
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/config-server.rst
docs/docker.rst
docs/index.rst
docs/license.rst
docs/requirements.txt
docs/_static/.gitignore
docs/_static/pan-title-black-transparent.png
examples/How to Get PANOPTES Data.ipynb
resources/sextractor/panoptes.param
resources/sextractor/panoptes.sex
scripts/create-hotspot.sh
scripts/download-data.py
scripts/testing/run-tests.sh
scripts/testing/run_tests.sh
scripts/testing/test-software.sh
src/panoptes/__init__.py
src/panoptes/utils/__init__.py
src/panoptes/utils/error.py
src/panoptes/utils/horizon.py
src/panoptes/utils/library.py
src/panoptes/utils/logging.py
src/panoptes/utils/rs232.py
src/panoptes/utils/serializers.py
src/panoptes/utils/stars.py
src/panoptes/utils/theskyx.py
src/panoptes/utils/time.py
src/panoptes/utils/utils.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/data/__init__.py
src/panoptes/utils/data/metadata.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/plot.py
src/panoptes/utils/serial_handlers/__init__.py
src/panoptes/utils/serial_handlers/protocol_arduinosimulator.py
src/panoptes/utils/serial_handlers/protocol_buffers.py
src/panoptes/utils/serial_handlers/protocol_hooked.py
src/panoptes/utils/serial_handlers/protocol_no_op.py
src/panoptes/utils/social/__init__.py
src/panoptes/utils/social/slack.py
src/panoptes/utils/social/twitter.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/not-zip-safe
src/panoptes_utils.egg-info/requires.txt
src/panoptes_utils.egg-info/top_level.txt
tests/__init__.py
tests/panoptes_utils_testing.yaml
tests/test_database.py
tests/test_errors.py
tests/test_horizon.py
tests/test_rs232.py
tests/test_serializers.py
tests/test_social.py
tests/test_theskyx_utils.py
tests/test_time.py
tests/test_utils.py
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_fits_utils.py
tests/images/test_focus_utils.py
tests/images/test_image_utils.py