mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
more information about subsampling
This commit is contained in:
parent
005b6624fd
commit
8a0e01a3b6
1 changed files with 6 additions and 2 deletions
|
@ -98,8 +98,12 @@ redshifts = ["0.0"]
|
||||||
# list of desired subsamples - these are in unts of h Mpc^-3!
|
# list of desired subsamples - these are in unts of h Mpc^-3!
|
||||||
subSamples = [1.0, 0.5]
|
subSamples = [1.0, 0.5]
|
||||||
|
|
||||||
# if True, do the subsampling in preparation (only for sdf and multidark)
|
# if True, do the subsampling in preparation (available for sdf and multidark)
|
||||||
doSubSamplingInPrep = True
|
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
|
# shift the z-coord of sims with redshift
|
||||||
shiftSimZ = False
|
shiftSimZ = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue