Welcome to SSZ StarMaps v0.2.0 - The first production-ready system for mapping real stars with Segmented Spacetime (SSZ) physics!
cd E:\clone\Segmented-Spacetime-StarMaps
python demo_quick_start.pyOutput: 2 plots + CSV file in outputs_quick_start/
explorer outputs_quick_startYou'll see:
sky_comparison.png- Minkowski vs SSZ side-by-sidedistance_histogram.png- Statistical analysisstars_ssz.csv- 100 transformed stars
python scripts/batch_process_regions.py --region orion[OK] Installation: Test passed (5/5)
[OK] Demo: Working perfectly
[OK] Physics: Validated (161/161 tests)
[OK] Plots: Generated successfully
[OK] Documentation: Complete (10 files)
- QUICK_START.md - Get started in 3 minutes
- EXAMPLES_REAL_DATA.md - 12 complete code examples
- README.md - Full documentation
- MASS_PROJECTION_REPO_ANALYSIS.md - Physics validation
- QUICK_START.md - See "Troubleshooting" section
from ssz_starmaps.catalogs import CatalogManager
from ssz_starmaps.transform import transform_catalog
manager = CatalogManager()
stars = manager.fetch_nearby(distance_pc=100, max_stars=100)
stars_ssz = transform_catalog(stars)- Orion Nebula
- Pleiades (M45)
- Andromeda Galaxy
- Cygnus Region
- Galactic Center
- ✅ GAIA DR3 queries (real astronomical data)
- ✅ SIMBAD queries (named stars)
- ✅ SSZ transformations (validated physics)
- ✅ Publication-quality plots (300-600 DPI)
- ✅ Batch processing (multiple regions)
- ✅ Offline mode (mock catalogs)
- ✅ Caching system (fast re-runs)
This implementation is 100% validated:
| Test | Result | Status |
|---|---|---|
| r*/r_s | 1.386549 (expected: 1.386562) | ✅ 0.001% |
| PPN β | 1.0 | ✅ Perfect |
| PPN γ | 1.0 | ✅ Perfect |
| Singularity-Free | D(r_s) = 0.555 | ✅ Finite |
161/161 Mass-Projection tests passed
- See the plots: Check
outputs_quick_start/ - Read examples: See
EXAMPLES_REAL_DATA.md - Try batch processing: Run
scripts/batch_process_regions.py --all - Use Python API: Import and use as shown above
- Quick Start:
QUICK_START.md - Examples:
EXAMPLES_REAL_DATA.md(12 complete examples) - Full Docs:
README.md - Validation:
MASS_PROJECTION_REPO_ANALYSIS.md
✅ PRODUCTION READY
- Development time: 4 hours 17 minutes
- Code: 3,130+ lines (production + tests)
- Documentation: 8,000+ lines
- Tests: 166/166 passed (100%)
- Demo: Working perfectly
Built on 2025-11-22 🚀
© 2025 Carmen Wrede, Lino Casu
Licensed under the Anti-Capitalist Software License v1.4