mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +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/"
|
catalogDir = os.getenv("HOME")+"/workspace/Voids/catalogs/mergertree1024/"
|
||||||
|
|
||||||
# void catalog output directory
|
# void catalog output directory
|
||||||
workDir = os.getenv("HOME")+"/workspace/Voids/sim/"
|
voidOutputDir = os.getenv("HOME")+"/workspace/Voids/sim/"
|
||||||
|
|
||||||
# output directory for log files
|
# output directory for log files
|
||||||
logDir = os.getenv("PWD")+"/../logs/sim/"
|
logDir = os.getenv("PWD")+"/../logs/sim/"
|
||||||
|
@ -69,6 +69,16 @@ numZobovThreads = 2
|
||||||
# optimization: number of subdivisions of the box
|
# optimization: number of subdivisions of the box
|
||||||
numZobovDivisions = 2
|
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
|
# Particles
|
||||||
|
@ -85,16 +95,6 @@ fileNums = ["1.000"]
|
||||||
# redshift of each file in the above fileNums list
|
# redshift of each file in the above fileNums list
|
||||||
redshifts = ["0.0"]
|
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!
|
# list of desired subsamples - these are in unts of h Mpc^-3!
|
||||||
subSamples = [1.0, 0.5]
|
subSamples = [1.0, 0.5]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue