mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
allowed high-z threshold for cutting to be user-selectable
This commit is contained in:
parent
ddcb971eae
commit
4f78bb445b
4 changed files with 20 additions and 6 deletions
|
@ -143,6 +143,13 @@ numZobovThreads = 2
|
|||
# 1e-9 (or smaller != 0) -> Do not merge anything
|
||||
mergingThreshold = 1.e-9
|
||||
|
||||
# for observations, when cutting voids at the high-z boundary, what multiple
|
||||
# of the radius to cut
|
||||
# 0: all voids with centers less than z_max will be allowed
|
||||
# 1: all voids at least 1*radius away from z_max will be allowed
|
||||
# Any other nummber: aall voids at least tolerance*radius will be allowed
|
||||
highRedshiftTolerance = 1.0
|
||||
|
||||
# simulation information
|
||||
numPart = 512*512*512
|
||||
lbox = 999.983 # Mpc/h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue