Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.01 KB

readme.md

File metadata and controls

25 lines (14 loc) · 1.01 KB

Comic void finder

This program is a demo to find cosmic voids. The database used for this project is the Millennium Simulation Project and uses SQL queries to get information related to galaxies at redshift = 0. Further extensions of this project can be done such as speed improvements, better algorithms on finding voids, and general code quality.

Example output

example

Getting access to the full database

This project used the VIRGO Database. This is only a tiny subset of the full millennium-run simulation. Access to the full database will have to be requested manually.

Getting started

  1. Clone this repository
  2. pip install requirements.txt
  3. python void_finder.py

Results

Results can be found here

Credit

This work uses the implementation from halos2gal_wSQL to quer the Millennium databases.