.gitignore
.readthedocs.yml
AUTHORS.md
HISTORY.md
INSTALL.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/python-publish.yml
docs/.gitignore
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/context/index.rst
docs/source/getting-started/index.rst
docs/source/notebooks/AstrometricPrecisionHorizons.ipynb
docs/source/notebooks/AstrometricUncertainties.ipynb
docs/source/notebooks/CoordinateTransformationsOnSky.ipynb
docs/source/notebooks/EpochPropagationExample.ipynb
docs/source/notebooks/PhotometricUncertainties.ipynb
docs/source/notebooks/RadialVelocityUncertainties.ipynb
docs/source/notebooks/RelativePrecisionDistances.ipynb
docs/source/notebooks/agab.mplstyle
docs/source/notebooks/index.rst
docs/source/notebooks/data/G12_average_astrometry.vot
docs/source/notebooks/data/G15_average_astrometry.vot
docs/source/notebooks/data/G18_average_astrometry.vot
docs/source/notebooks/data/G20_average_astrometry.vot
docs/source/user-documentation/astrometry.rst
docs/source/user-documentation/errors.rst
docs/source/user-documentation/index.rst
docs/source/user-documentation/photometry.rst
docs/source/user-documentation/plot.rst
docs/source/user-documentation/utils.rst
src/pygaia/__init__.py
src/pygaia/utils.py
src/pygaia.egg-info/PKG-INFO
src/pygaia.egg-info/SOURCES.txt
src/pygaia.egg-info/dependency_links.txt
src/pygaia.egg-info/requires.txt
src/pygaia.egg-info/top_level.txt
src/pygaia/astrometry/__init__.py
src/pygaia/astrometry/constants.py
src/pygaia/astrometry/coordinates.py
src/pygaia/astrometry/vectorastrometry.py
src/pygaia/errors/__init__.py
src/pygaia/errors/astrometric.py
src/pygaia/errors/photometric.py
src/pygaia/errors/spectroscopic.py
src/pygaia/errors/utils.py
src/pygaia/errors/data/LogErrVsMagSpline2.csv
src/pygaia/errors/data/rv_uncertainty_model_coeffs.json
src/pygaia/photometry/__init__.py
src/pygaia/photometry/transformations.py
src/pygaia/photometry/utils.py
src/pygaia/plot/__init__.py
src/pygaia/plot/sky.py
src/pygaia/tests/test_coordinates.py
src/pygaia/tests/test_errors_astrometric.py
src/pygaia/tests/test_utils.py
src/pygaia/tests/test_vectorAstrometry.py