From be8a48f9c0f842419ce129d8b17148f9f92247f6 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Wed, 4 Jun 2014 10:53:19 -0400 Subject: [PATCH] updated README --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 6a9d7d2..c22244b 100644 --- a/README +++ b/README @@ -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 \ No newline at end of file +v1.0 - Initial Release