.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/python-publish-to-pypi.yml
docs/logo.png
explorations/speculoos.yaml
explorations/speculoos_main.py
scr/astrafocus/__init__.py
scr/astrafocus/autofocuser.py
scr/astrafocus/extremum_estimators.py
scr/astrafocus/focus_measure_operators.py
scr/astrafocus/star_finder.py
scr/astrafocus/star_fitter.py
scr/astrafocus/star_size_focus_measure_operators.py
scr/astrafocus.egg-info/PKG-INFO
scr/astrafocus.egg-info/SOURCES.txt
scr/astrafocus.egg-info/dependency_links.txt
scr/astrafocus.egg-info/requires.txt
scr/astrafocus.egg-info/top_level.txt
scr/astrafocus/interface/__init__.py
scr/astrafocus/interface/alpaca.py
scr/astrafocus/interface/camera.py
scr/astrafocus/interface/device_manager.py
scr/astrafocus/interface/focuser.py
scr/astrafocus/interface/simulation.py
scr/astrafocus/interface/telescope.py
scr/astrafocus/interface/telescope_specs.py
scr/astrafocus/models/__init__.py
scr/astrafocus/models/elliptical_moffat_2D.py
scr/astrafocus/models/half_flux_radius_2D.py
scr/astrafocus/sql/__init__.py
scr/astrafocus/sql/local_gaia_database_query.py
scr/astrafocus/sql/shardwise_query.py
scr/astrafocus/targeting/__init__.py
scr/astrafocus/targeting/airmass_models.py
scr/astrafocus/targeting/angle_difference.py
scr/astrafocus/targeting/celestial_bounds_calculator.py
scr/astrafocus/targeting/tangential_plane_projector.py
scr/astrafocus/targeting/zenith_angle_calculator.py
scr/astrafocus/targeting/zenith_neighbourhood.py
scr/astrafocus/targeting/zenith_neighbourhood_query.py
scr/astrafocus/targeting/zenith_neighbourhood_query_result.py
scr/astrafocus/utils/__init__.py
scr/astrafocus/utils/fits.py
scr/astrafocus/utils/logger.py
scr/astrafocus/utils/plot.py
scr/astrafocus/utils/timer.py
scr/astrafocus/utils/typing.py
tests/config.yml
tests/test_analytic_response_autoffocuser.py
tests/test_autofocus_device_manager.py
tests/test_local_gaia_databas_query.py
tests/test_non_parametric_respons_autofocuser.py
tests/test_telescope_focuser.py
tests/test_zenith_neighbourhood.py
tests/utils.py