.gitignore
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
SPDX.spdx
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/how_to_guides.rst
docs/index.rst
docs/license.md
docs/readme.md
docs/reference.rst
docs/requirements.txt
docs/_static/.gitignore
docs/how_to_guides/example_1-propagate-satellite.ipynb
docs/how_to_guides/example_2-constants_and_celestial.ipynb
docs/how_to_guides/example_3-transformations.ipynb
docs/how_to_guides/iers.rst
examples/example_1-propagate-satellite.ipynb
examples/example_2-constants_and_celestial.ipynb
examples/example_3-transformations.ipynb
src/AstroForge.egg-info/PKG-INFO
src/AstroForge.egg-info/SOURCES.txt
src/AstroForge.egg-info/dependency_links.txt
src/AstroForge.egg-info/entry_points.txt
src/AstroForge.egg-info/not-zip-safe
src/AstroForge.egg-info/requires.txt
src/AstroForge.egg-info/top_level.txt
src/astroforge/__init__.py
src/astroforge/common.py
src/astroforge/constants.py
src/astroforge/coordinates/__init__.py
src/astroforge/coordinates/_base_rotations.py
src/astroforge/coordinates/_transformations.py
src/astroforge/coordinates/_utilities.py
src/astroforge/coordinates/nutation_data.json
src/astroforge/coordinates/iers/__init__.py
src/astroforge/coordinates/iers/_iers_utils.py
src/astroforge/force_models/__init__.py
src/astroforge/force_models/_forces.py
src/astroforge/force_models/_models.py
src/astroforge/propagators/__init__.py
src/astroforge/propagators/_propagator.py
src/astroforge/propagators/_wrapped.py
tests/README
tests/conftest.py
tests/test_base_rotations.py
tests/test_common.py
tests/test_coord_utils.py
tests/test_force_models.py
tests/test_forces.py
tests/test_iers_utils.py
tests/test_propagators.py
tests/test_transforms.py