From 68100421d6189f679bff4ce28ca60a10562d1776 Mon Sep 17 00:00:00 2001 From: Paul Sutter Date: Fri, 23 May 2014 14:29:35 +0000 Subject: [PATCH 1/2] README edited online with Bitbucket --- README | 66 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/README b/README index fbccf0d..1856dd4 100644 --- a/README +++ b/README @@ -1,33 +1,33 @@ -\ / / |-\ ----- - \ / | | \ | - \ / / | | |-- - \ / | | / | - \/ / |-/ ----- - -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - -This is VIDE, the Void IDentification and Examination pipeline. - -For more information, see http://www.cosmicvoids.net - -Please cite arXiv:NNNN 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. See zobov/zobov_readme.txt for copyright/license information. - - -Quick Start Guide ------------------ - -ccmake ./ -make -cd pipeline/ -./prepareInputs.py --scripts path/to/dataset.py -./generateCatalog.py path/to/parameter_file.py +\ / / |-\ ----- + \ / | | \ | + \ / / | | |-- + \ / | | / | + \/ / |-/ ----- + +*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* + +This is VIDE, the Void IDentification and Examination pipeline. + +For more information, see http://www.cosmicvoids.net + +Please cite arXiv:NNNN 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. See zobov/zobov_readme.txt for copyright/license information. SDF library provided by Mike Warren. HOD fitting code provided by Francisco Navarro. HOD halo population code provided by Jeremy Tinker. + + +Quick Start Guide +----------------- + +ccmake ./ +make +cd pipeline/ +./prepareInputs.py --scripts path/to/dataset.py +./generateCatalog.py path/to/parameter_file.py \ No newline at end of file From 430a22fe6f3eba5d36c0994325eb1d0bdab39712 Mon Sep 17 00:00:00 2001 From: Paul Sutter Date: Fri, 23 May 2014 14:30:20 +0000 Subject: [PATCH 2/2] README edited online with Bitbucket --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 1856dd4..f194250 100644 --- a/README +++ b/README @@ -20,7 +20,10 @@ 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. See zobov/zobov_readme.txt for copyright/license information. SDF library provided by Mike Warren. HOD fitting code provided by Francisco Navarro. HOD halo population code provided by Jeremy Tinker. +This pipeline includes ZOBOV, originally developed by Mark Neyrinck. See zobov/zobov_readme.txt for copyright/license information. +SDF library provided by Mike Warren. +HOD fitting code provided by Francisco Navarro. +HOD halo population code provided by Jeremy Tinker. Quick Start Guide