mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Merged in python3 (pull request #5)
Port to python3, large code cleanup * Fixed command line for cosmotool * Fix path * Dump command line is log file * Fix important typo * Modify paths for example * Fix path again * Use an explicit constructor * Change file to open (python 2->3) * python3 fix for xrange in periodic_kdtree.py * Fixed index for Np, numPart, numZones, numZonesTot, partID, zoneID in catalogUtil.py
This commit is contained in:
parent
8249256508
commit
affb56ff48
392 changed files with 4092 additions and 260938 deletions
58
README
58
README
|
@ -1,58 +0,0 @@
|
|||
\ / / |-\ -----
|
||||
\ / | | \ |
|
||||
\ / / | | |--
|
||||
\ / | | / |
|
||||
\/ / |-/ -----
|
||||
|
||||
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue