changhoonhahn / VAST

Void Analysis Software Toolkit

Home Page:https://vast.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VAST: Void Analysis Software Toolkit

DOI tests Documentation Status

The Void Analysis Software Toolkit, or VAST, provides pure Python implementations of two popular classes of void-finding algorithms in galaxy catalogs:

  1. Void identification by growing spherical voids.
  2. Void identification using watershed algorithms.

Our docs can be found here: https://vast.readthedocs.io/en/latest/

VoidFinder

VoidFinder is an algorithm which utilizes a sphere-growing method on a grid search and a unionization of the sufficiently large spheres. The VoidFinder directory contains the package, which includes an efficient Multi-Process Cythonized version of VoidFinder (from vast.voidfinder import find_voids), as well as an OpenGL based visualization for the output of VoidFinder (the vast.voidfinder.viz package).

See here for 3D OpenGL-based visualization of VoidFinder's voids in SDSS DR7!

V2

V2 is a voronoi-tesselation-based algorithm for finding the void regions, based on the ZOBOV algorithm. ZOBOV uses the gradient of the volume of adjacent voronoi cells to flow multiple cells together into large void regions.

About

Void Analysis Software Toolkit

https://vast.readthedocs.io/en/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 66.7%Language:Cython 33.3%