mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
redshift boundary tolerance is now user-selectable
This commit is contained in:
parent
c0a69c4536
commit
7e5a51d931
8 changed files with 26 additions and 20 deletions
|
@ -99,6 +99,10 @@ newSample = Sample(
|
|||
# max and min redshifts where you want to find voids
|
||||
zRange = (0.1, 0.15),
|
||||
|
||||
# width of redshift boundaries to flag edge galaxies
|
||||
# (interpreted as boundaryWidth*(zMax-zMin))
|
||||
boundaryWidth = 0.1,
|
||||
|
||||
# leave this at -1 for mean particle separation,
|
||||
# or specify your own in Mpc/h
|
||||
minVoidRadius = -1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue