mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
fixed output directory name in example dataset
This commit is contained in:
parent
eb7b0a8d44
commit
24e62450a8
2 changed files with 11 additions and 11 deletions
BIN
install.pdf
BIN
install.pdf
Binary file not shown.
|
@ -37,7 +37,7 @@ endCatalogStage = 3
|
|||
catalogDir = os.getenv("HOME")+"/workspace/Voids/catalogs/mergertree1024/"
|
||||
|
||||
# void catalog output directory
|
||||
workDir = os.getenv("HOME")+"/workspace/Voids/sim/"
|
||||
voidOutputDir = os.getenv("HOME")+"/workspace/Voids/sim/"
|
||||
|
||||
# output directory for log files
|
||||
logDir = os.getenv("PWD")+"/../logs/sim/"
|
||||
|
@ -69,6 +69,16 @@ numZobovThreads = 2
|
|||
# optimization: number of subdivisions of the box
|
||||
numZobovDivisions = 2
|
||||
|
||||
# prefix to give all outputs
|
||||
prefix = "sim_"
|
||||
|
||||
# how many independent slices along the z-axis?
|
||||
numSlices = 1
|
||||
|
||||
# how many subdivisions along the x- and y- axis?
|
||||
# ( = 2 will make 4 subvolumes for each slice, = 3 will make 9, etc.)
|
||||
numSubvolumes = 1
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Particles
|
||||
|
@ -85,16 +95,6 @@ fileNums = ["1.000"]
|
|||
# redshift of each file in the above fileNums list
|
||||
redshifts = ["0.0"]
|
||||
|
||||
# how many independent slices along the z-axis?
|
||||
numSlices = 1
|
||||
|
||||
# how many subdivisions along the x- and y- axis?
|
||||
# ( = 2 will make 4 subvolumes for each slice, = 3 will make 9, etc.)
|
||||
numSubvolumes = 1
|
||||
|
||||
# prefix to give all outputs
|
||||
prefix = "sim_"
|
||||
|
||||
# list of desired subsamples - these are in unts of h Mpc^-3!
|
||||
subSamples = [1.0, 0.5]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue