No description
Find a file
2014-11-11 11:51:03 -06:00
build_tools updated copyright notice 2014-04-28 08:52:27 +02:00
c_tools reports file name when loading gadget files 2014-11-11 11:51:03 -06:00
external patch to enable compilation of netcdf with later builds of GCC and OSX 2014-09-11 04:51:53 -05:00
pipeline fixed license 2014-06-01 20:03:08 -05:00
python_tools overlapfrac now user-settable 2014-08-07 16:35:45 -04: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-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