The Phantom Metric: Resolving Dark Matter Anomalies in Galactic Kinematics, Strong Lensing, and Galaxy Clusters via Information Thresholds (Parameter-Free) the Absolute Baryonic Mass of the Universe via Computational Spatial Friction
0
stars
3
commits
Python
primary language
Sep 3, 2026
updated
This repository contains the Python verification scripts and datasets used to test The Phantom Metric—a discrete geometric framework that models galactic anomalies (flat rotation curves and strong gravitational lensing) strictly via baryonic mass and spatial topology, eliminating the need for Dark Matter parameters.
The algorithms in this repository process raw observational data to predict kinematic and lensing behavior with zero free parameters and zero localized curve-fitting:
Make sure you have Python 3.8+ installed along with the required data science libraries:
pip install numpy pandas matplotlib scipy
Execution
Run the specific audit scripts directly from your terminal.
For the Lensing Audit (SLACS):
python SLACS_Phantom_Metric_Lensing.py
Outputs the statistical R² validation and generates figure3_lensing_audit.png.
For the Kinematics Audit (SPARC Global):
python SPARC_Global_Audit.py
Outputs the consolidated R² variance for all 175 galaxies and generates figure2_global_audit_ml046.png.
For the Single Galaxy Benchmark (NGC 2403):
python NGC2403_Benchmark.py
Outputs the single rotation curve fit and generates figure1_ngc2403_locked.png.
📄 Documentation
The full theoretical framework, mathematical derivations (including the formulation of the Topological Latency function and the Information-Theoretic Bounding Box), and the pre-print paper can be found at:
Zenodo Repository: https://doi.org/10.5281/zenodo.21920452
🤝 Open Science
True science is transparent. You are encouraged to download the datasets, run the Python scripts, manipulate the code, and verify the predictive power of this metric yourself.
3 commits
Python
100.0%
The Phantom Metric: Resolving Dark Matter Anomalies in Galactic Kinematics, Strong Lensing, and Galaxy Clusters via Information Thresholds (Parameter-Free) the Absolute Baryonic Mass of the Universe via Computational Spatial Friction
0
stars
3
commits
Python
primary language
Sep 3, 2026
updated
This repository contains the Python verification scripts and datasets used to test The Phantom Metric—a discrete geometric framework that models galactic anomalies (flat rotation curves and strong gravitational lensing) strictly via baryonic mass and spatial topology, eliminating the need for Dark Matter parameters.
The algorithms in this repository process raw observational data to predict kinematic and lensing behavior with zero free parameters and zero localized curve-fitting:
Make sure you have Python 3.8+ installed along with the required data science libraries:
pip install numpy pandas matplotlib scipy
Execution
Run the specific audit scripts directly from your terminal.
For the Lensing Audit (SLACS):
python SLACS_Phantom_Metric_Lensing.py
Outputs the statistical R² validation and generates figure3_lensing_audit.png.
For the Kinematics Audit (SPARC Global):
python SPARC_Global_Audit.py
Outputs the consolidated R² variance for all 175 galaxies and generates figure2_global_audit_ml046.png.
For the Single Galaxy Benchmark (NGC 2403):
python NGC2403_Benchmark.py
Outputs the single rotation curve fit and generates figure1_ngc2403_locked.png.
📄 Documentation
The full theoretical framework, mathematical derivations (including the formulation of the Topological Latency function and the Information-Theoretic Bounding Box), and the pre-print paper can be found at:
Zenodo Repository: https://doi.org/10.5281/zenodo.21920452
🤝 Open Science
True science is transparent. You are encouraged to download the datasets, run the Python scripts, manipulate the code, and verify the predictive power of this metric yourself.
3 commits
Python
100.0%