No description
Find a file
2016-01-19 12:58:00 -06:00
build_tools updated copyright notice 2014-04-28 08:52:27 +02:00
c_tools cataog comparison now supports observations 2016-01-19 09:11:03 -06:00
examples working examples added 2015-02-18 21:02:21 -06:00
external Use netcdf4 1.1.9 to fix an incompatibility with HDF5 1.8.15 2015-10-30 16:07:04 +01:00
pipeline working examples added 2015-02-18 21:02:21 -06:00
python_tools now supports single subdivisions in zobov 2016-01-19 12:58:00 -06:00
zobov now supports single subdivisions in zobov 2016-01-19 12:58:00 -06:00
.gitignore manual merge of ben's pull request 2014-06-04 00:11:05 -04:00
CMakeLists.txt Imported compile fixes from VIDE private repository 2015-06-09 22:06:45 +02:00
README README edited online with Bitbucket 2014-06-07 03:25:42 +00:00
run_env.sh.in Added another script to setup the environment prior to run a given executable 2012-11-01 21:30:44 -04:00
run_python.sh.in Fixed cmake scripts to run python build/install. New script to run python scripts. 2012-11-01 17:03:25 -04:00

\        /   /   |-\    -----
 \      /    |   |  \   |
  \    /    /    |   |  |--
   \  /     |    |  /   |
    \/      /    |-/    -----

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

This is VIDE, the Void IDentification and Examination toolkit.

For more information, see http://www.cosmicvoids.net

Please cite arXiv:1406.1191 and arXiv:0712.0349 if you use this software, 
using the following suggested sentence:

"This work uses voids identified with VIDE\footnote{\url{http:www.cosmicvoids.net}} (Sutter et al. 2014), 
which implements an enhanced version of ZOBOV (Neyrinck 2008) to construct 
voids with a watershed algorithm."


License/Copyright information
-----------------------------

Copyright (C) 2010-2014 Guilhem Lavaux, 2011-2014 P.M. Sutter.
This software is put under the GNU Public License. 
Please see LICENSE for further information.

Mainline VIDE contributions from Ben Wandelt, Nico Hamaus, Alice Pisani, 
Paul Zivick, and Qingqing Mao.
This toolkit includes ZOBOV, originally developed by Mark Neyrinck. 
See zobov/zobov_readme.txt for copyright/license information. 
SDF library provided by Michael S. Warren and John Salmon. 
HOD fitting code provided by Francisco Navarro. 
HOD halo population code provided by Jeremy Tinker.
RAMSES module provided by Benjamin B. Thompson.


Quick Start Guide
-----------------

ccmake ./
make
add path/to/vide/ext_build/python/lib/python2.7/site-packages/ to PYTHONPATH
cd pipeline/
./prepareInputs.py --scripts --parm=path/to/dataset.py
./generateCatalog.py path/to/parameter_file.py

Version Summary
-----------------

v1.0 - Initial Release