A speculative exploration into the Wow! signal by Marco Townson.
Web Project Link: https://wow-backup.vercel.app/
This project presents a deep, speculative analysis of the famous "Wow!" signal, detected in 1977. This investigation is driven by a personal hypothesis from its creator, Marco Townson.
The central premise of this entire project is that the canonical and widely cited 6EQUJ5 alphanumeric sequence was a transcription error. The analysis presented here is based on a corrected sequence: HEQUJ5.
Starting with this fundamental change, the project interprets the HEQUJ5 sequence as a structured message. Through a multi-stage analysis involving statistical analysis, image generation, quantum evolution modelling, and physics simulations, the project builds a narrative that this signal contains a prime number, chemical formulas, and a blueprint for a helium-based fusion machine.
The analysis is performed by a suite of Python scripts, which interpret the HEQUJ5 string in the following manner:
- Binary Conversion: The alphanumeric string
HEQUJ5is converted into a binary data stream. - Statistical Analysis: The binary data is subjected to various statistical tests to identify non-random patterns.
- Geometric & Visual Analysis: The data is transformed into images, parity layers, and other visual representations to search for embedded geometric patterns.
- Quantum & Physics Modelling: The binary sequence is treated as a quantum state and evolved over time. The project then models the physical properties of this evolving system.
The project's findings and the narrative derived from them are presented in a comprehensive React web application.
The repository is organised as follows:
archive/: Contains the various phases of the analysis. The most current and relevant scripts are located inarchive/phase2/.react-app/: A React-based web application that serves as a sophisticated presentation layer for the project's narrative and findings.wow_signal_analyzer.py: The original, monolithic analysis script.run_and_render.py: A script that executes the analysis and generates an HTML report.validator_out/: Contains output data from various analysis scripts.
The project's story, analysis, and conclusions are presented in a purpose-built web application, which can be viewed here:
https://wow-backup.vercel.app/
The application guides the user through the different phases of the investigation, corresponding to the development of the project.
The core analysis is driven by Python.
-
Dependencies: The Python scripts require several libraries. While a
requirements.txtis present inarchive/phase1, the most current scripts inarchive/phase2require packages such asnumpy,matplotlib,scipy,gmpy2,reedsolo,tensorflow, andPillow. You will need to install these via pip. -
Execution: The main, up-to-date analysis script is
archive/phase2/consolidated_analyzer.py. You can run it from the command line:python archive/phase2/consolidated_analyzer.py
This project is a speculative and personal exploration of the Wow! signal based on an unproven hypothesis. The conclusions presented are the result of the creator's interpretation of the analytical results and should be viewed in that context.
This project was conceived and created by Marco Townson.