No description
Find a file
2014-06-06 12:49:40 +00:00
build_tools updated copyright notice 2014-04-28 08:52:27 +02:00
c_tools Merged SDF and KDtree bits from private repo 2014-06-04 17:41:12 +02:00
external Added tarball of SDF library 2014-06-04 17:42:39 +02:00
pipeline fixed license 2014-06-01 20:03:08 -05:00
python_tools check for no voids 2014-06-04 22:40:27 -05:00
zobov preparing public version 2014-04-21 23:58:17 -04:00
.gitignore manual merge of ben's pull request 2014-06-04 00:11:05 -04:00
CMakeLists.txt bug fix in name change 2014-05-08 19:50:18 -05:00
README README edited online with Bitbucket 2014-06-06 12:49:40 +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 if you use this software.


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 Nico Hamaus and Alice Pisani.
This pipeline 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.


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