No description
Find a file
2018-07-26 14:54:55 +02:00
build_tools updated copyright notice 2014-04-28 08:52:27 +02:00
c_tools Remove debug information 2017-11-24 11:20:49 +01:00
examples working examples added 2015-02-18 21:02:21 -06:00
external Disable python extension in cosmotool for now as it is not required and cause trouble for Vide building scripts 2018-07-26 14:54:55 +02:00
pipeline working examples added 2015-02-18 21:02:21 -06:00
python_tools Fix path 2018-07-19 15:24:57 +03:00
zobov now supports single subdivisions in zobov 2016-01-19 12:58:00 -06:00
.gitignore Add pyc as files to be ignored 2018-07-19 15:12:27 +03:00
CMakeLists.txt Provide the just-built cython to cosmotool. Forced to reorganize the order of the call to ExternalProject 2018-07-20 08:48:54 +03:00
README Added SWIG in a requirements section 2017-03-02 10:27:45 +01: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.


Requirements
------------

The package swig needs to be installed and available in the PATH (http://www.swig.org/). It 
is required by scipy and we have not decided to bundle it with VIDE at the moment.


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