more information about subsampling

This commit is contained in:
P.M. Sutter 2014-12-02 09:22:41 -05:00
parent 005b6624fd
commit 8a0e01a3b6

View file

@ -98,8 +98,12 @@ redshifts = ["0.0"]
# list of desired subsamples - these are in unts of h Mpc^-3!
subSamples = [1.0, 0.5]
# if True, do the subsampling in preparation (only for sdf and multidark)
doSubSamplingInPrep = True
# if True, do the subsampling in preparation (available for sdf and multidark)
doSubSamplingInPrep = False
# if 'absolute', subSamples are given in particles per cubic Mpc/h
# if 'relative', subSamples are given as a fraction of input particles
subSampleMode = "absolute"
# shift the z-coord of sims with redshift
shiftSimZ = False