Siderust Lab is a reproducible benchmark laboratory for comparing siderust
against other astronomy and astrodynamics tools. The pipeline runs local
experiments from TOML configuration, and the dashboard reads static JSON
artifacts.
Canonical documentation is centralized in docs/:
- Lab overview and usage
- Benchmarking and publication policy
- Contributing and local validation
- Frontend dashboard
git submodule update --init --recursive
python3 -m venv .venv
source .venv/bin/activate
pip install -r pipeline/requirements.txt
./run.sh ciFor the maintained command reference, result layout, suite definitions,
fairness rules, and publication checklist, see docs/README.md.