mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
renamed tolerance parameter to better reflect its function
This commit is contained in:
parent
4f78bb445b
commit
99a441013d
5 changed files with 12 additions and 18 deletions
|
@ -58,12 +58,9 @@ numZobovDivisions = 2
|
|||
# 1e-9 (or smaller != 0) -> Do not merge anything
|
||||
mergingThreshold = 1e-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
|
||||
# when trimming away voids near the bounaries, what multiple of the radius to
|
||||
# use for safety
|
||||
boundaryTolerance = 1.0
|
||||
|
||||
# don't change this
|
||||
dataSampleList = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue