mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
renamed start and end stage parameters; removed unused 'regenerate' flag
This commit is contained in:
parent
4c48221699
commit
ccc2d67cf1
7 changed files with 24 additions and 58 deletions
|
@ -30,8 +30,8 @@ continueRun = False
|
|||
# 1 : extract redshift slices from data
|
||||
# 2 : void extraction using zobov
|
||||
# 3 : removal of small voids and voids near the edge
|
||||
startCatalogStage = 1
|
||||
endCatalogStage = 3
|
||||
startStage = 1
|
||||
endStage = 3
|
||||
|
||||
basePath = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
@ -55,7 +55,7 @@ numZobovDivisions = 2
|
|||
|
||||
# Maximum density for merging voids
|
||||
# 0 (equivalent to infinitely large value) -> Merge everything (no threshold)
|
||||
# 1e-9 (or smaller != 0) -> Do not merge anything
|
||||
# 1e-9 (or smaller, but != 0) -> Do not merge anything
|
||||
mergingThreshold = 1e-9
|
||||
|
||||
# when trimming away voids near the bounaries, what multiple of the radius to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue