added density thresholding for halos and galaxies in preparation scripts

This commit is contained in:
P.M. Sutter 2014-01-23 17:04:46 -06:00
parent 615e60c5d2
commit 4d853bbe09
2 changed files with 214 additions and 30 deletions

View file

@ -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
},
]