Continuing development. Boundary handling seems to be stable and working. Now testing void finding.

This commit is contained in:
Paul M. Sutter 2025-01-08 15:13:29 +08:00
parent 3dce2593d9
commit cf97cfba5d
6 changed files with 92 additions and 41 deletions

View file

@ -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)