mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
default to not do subsampling in prep
This commit is contained in:
parent
88dfc4209b
commit
8e13e317da
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ shiftSimZ = False
|
||||||
# list of desired subsamples - see subSamplingMode parameter
|
# list of desired subsamples - see subSamplingMode parameter
|
||||||
subSamples = [1.0]
|
subSamples = [1.0]
|
||||||
|
|
||||||
doSubSamplingInPrep = True # do the subsampling in preparation script?
|
doSubSamplingInPrep = False # do the subsampling in preparation script?
|
||||||
# if False, generateMock will do the subsampling
|
# if False, generateMock will do the subsampling
|
||||||
|
|
||||||
# if 'absolute', subSamples are given in particles per cubic Mpc/h
|
# if 'absolute', subSamples are given in particles per cubic Mpc/h
|
||||||
# if 'relative', subSamples are given as a fraction of input particles
|
# if 'relative', subSamples are given as a fraction of input particles
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue