No description
Find a file
2013-02-25 12:30:24 -06:00
c_tools cleaned up logic and output handling in prunevoids; added combined SDSS analysis script; added data preparation scripts 2013-02-25 12:30:24 -06:00
crossCompare now also compute K-S statistic among different number functions while plotting 2013-02-11 08:56:20 -06:00
external Added missing sharp dependency 2013-02-19 12:09:13 -05:00
pipeline updated parameter files to work with new halo file convention 2013-02-15 13:10:09 -06:00
python_tools cleaned up logic and output handling in prunevoids; added combined SDSS analysis script; added data preparation scripts 2013-02-25 12:30:24 -06:00
zobov Recount the number of adjacencies, which is not fully preserved by the merging and can cause assertion failure in other software 2013-01-19 12:16:52 -05:00
.gitignore Dump all modifications 2010-09-14 03:12:04 -05:00
README more info in README file 2012-12-18 12:13:37 -06:00
run_env.sh.in Added another script to setup the environment prior to run a given executable 2012-11-01 21:30:44 -04:00
run_python.sh.in Fixed cmake scripts to run python build/install. New script to run python scripts. 2012-11-01 17:03:25 -04:00

After compiling, go to the pipeline directory.

Create a dataset parameter file. Look at datasets/multidark.py for 
an example. Describe the simulation, where to put outputs, how many 
redshift slices, subvolumes, etc. etc.

prepareCatalogs will produce a pipeline script for each
subsampling you choose. If you have multiple redshift particle files,
and choose multiple slices and/or subdivisions, they will be packaged
in the same pipeline script.

Run "./generateCatalog.py [name of pipeline script]" for each script
written by prepareGadgetCatalog. This will run generateMock, zobov,
and pruneVoids. At the end of it, you should have a void catalog for
each redshift, slice, and subdivision.

Check the logfiles for any error messages.

See the README of the public void catalog for the format of the
outputs.

Please do not change the outputs of pruneVoids etc. without
discussion, since further analysis relies on the current formats.

If you're wondering why these scripts are rather complex, it's because
it can also support A-P analysis, which is much more complicated :)

Good luck!

Important directories:

pipeline: scripts to set up and generate void catalogs
crossCompare: analysis and plotting tools designed to work with disparate catalogs