mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
added density thresholding for halos and galaxies in preparation scripts
This commit is contained in:
parent
615e60c5d2
commit
4d853bbe09
2 changed files with 214 additions and 30 deletions
|
@ -111,6 +111,9 @@ haloFileDummy = 'NNNNN'
|
|||
# use "none" to get all halos
|
||||
minHaloMasses = [1.2e13]
|
||||
|
||||
# density threshold for halo catalogs
|
||||
haloDenList = [0.0002]
|
||||
|
||||
# locations of data in the halo catalog
|
||||
haloFileMCol = 6
|
||||
haloFileXCol = 0
|
||||
|
@ -135,7 +138,6 @@ lbox = 999.983 # Mpc/h
|
|||
omegaM = 0.2847979853038958
|
||||
hubble = 0.6962
|
||||
|
||||
#galDens = 0.000225
|
||||
hodParmList = [
|
||||
{'name' : "dr9mid", #BOSS: Manera et al. 2012, eq. 26
|
||||
'Mmin' : 0.0,
|
||||
|
@ -143,7 +145,8 @@ hodParmList = [
|
|||
'sigma_logM' : 0.596,
|
||||
'alpha' : 1.0127,
|
||||
'Mcut' : 1.19399e13,
|
||||
'galDens' : 0.0002,
|
||||
'galDens' : 0.0002, # density passed to HOD code
|
||||
'galDensFinal' : 0.0002, # subsample galaxies to reach this density
|
||||
},
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue