mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Continuing development. Boundary handling seems to be stable and working. Now testing void finding.
This commit is contained in:
parent
3dce2593d9
commit
cf97cfba5d
6 changed files with 92 additions and 41 deletions
|
@ -30,7 +30,7 @@ continueRun = False
|
|||
# 1 : extract redshift slices from data
|
||||
# 2 : void extraction using zobov
|
||||
# 3 : removal of small voids and voids near the edge
|
||||
startCatalogStage = 2
|
||||
startCatalogStage = 1
|
||||
endCatalogStage = 3
|
||||
|
||||
basePath = os.path.dirname(os.path.abspath(__file__))
|
||||
|
@ -51,7 +51,7 @@ figDir = os.path.join(workDir,"figs","example_observation")
|
|||
numZobovThreads = 2
|
||||
|
||||
# optimization: number of subdivisions of the volume
|
||||
numZobovDivisions = 2
|
||||
numZobovDivisions = 1
|
||||
|
||||
# Maximum density for merging voids
|
||||
# 0 (equivalent to infinitely large value) -> Merge everything (no threshold)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue