updated README

This commit is contained in:
P.M. Sutter 2014-06-04 10:53:19 -04:00
parent 0a69d70575
commit be8a48f9c0

8
README
View file

@ -21,7 +21,7 @@ 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 Mike Warren.
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.
@ -32,10 +32,10 @@ Quick Start Guide
ccmake ./
make
cd pipeline/
./prepareInputs.py --scripts path/to/dataset.py
./generateCatalog.py path/to/parameter_file.py
./prepareInputs.py --scripts --parm=path/to/dataset.py
./run_python.sh generateCatalog.py path/to/parameter_file.py
Version Summary
-----------------
v1.0 - Initial Release
v1.0 - Initial Release