.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/deploy.yml
.github/workflows/mypy.yml
.github/workflows/ruff.yml
.github/workflows/test.yml
docs/3D_VISUALIZATION.md
docs/WANDB_SETUP.md
examples/refinement_with_tracking.py
examples/simple_refinement.py
src/rs_stardust.egg-info/PKG-INFO
src/rs_stardust.egg-info/SOURCES.txt
src/rs_stardust.egg-info/dependency_links.txt
src/rs_stardust.egg-info/requires.txt
src/rs_stardust.egg-info/top_level.txt
src/stardust/__init__.py
src/stardust/_version.py
src/stardust/losslab/__init__.py
src/stardust/losslab/base.py
src/stardust/losslab/mse.py
src/stardust/losslab/settings.py
src/stardust/refinementlogger/__init__.py
src/stardust/refinementlogger/checkpoint.py
src/stardust/refinementlogger/config.py
src/stardust/refinementlogger/engine.py
src/stardust/refinementlogger/metrics.py
src/stardust/refinementlogger/trajectory.py
src/stardust/refinementlogger/wandb_logger.py
src/stardust/structure/__init__.py
src/stardust/utils/__init__.py
src/stardust/utils/decorators.py
src/stardust/utils/geometry.py
src/stardust/utils/map_utils.py
test/conftest.py
test/test_checkpoint.py
test/test_geometry.py
test/test_metrics.py