mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
42 lines
No EOL
1.2 KiB
Text
42 lines
No EOL
1.2 KiB
Text
\ / / |-\ -----
|
|
\ / | | \ |
|
|
\ / / | | |--
|
|
\ / | | / |
|
|
\/ / |-/ -----
|
|
|
|
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|
|
|
|
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.
|
|
|
|
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 |