mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
fixed some bugs in density handling; now more flexible approach to SDF files
This commit is contained in:
parent
f39351bd3c
commit
f91b565d6f
2 changed files with 95 additions and 9 deletions
|
@ -109,10 +109,10 @@ haloFileDummy = 'NNNNN'
|
|||
|
||||
# minimum halo mass cuts to apply for the halo catalog
|
||||
# use "none" to get all halos
|
||||
minHaloMasses = [1.2e13]
|
||||
minHaloMasses = []
|
||||
|
||||
# density threshold for halo catalogs
|
||||
haloDenList = [0.0002]
|
||||
haloDenList = []
|
||||
|
||||
# locations of data in the halo catalog
|
||||
haloFileMCol = 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue