some small bug fixes, also prepared prunveVoids to potentially remove voids based on density contrast criteria

This commit is contained in:
P.M. Sutter 2012-11-16 09:48:02 -06:00
parent 971cf21ea2
commit 0ef211a1cc
4 changed files with 23 additions and 7 deletions

View file

@ -480,6 +480,7 @@ if args.hod or args.all:
for (iRedshift, redshift) in enumerate(redshifts):
print " z = ", redshift
# these parameters come from Manera et al 2012, eq. 26
parFileName = "./hod.par"
parFile = open(parFileName, 'w')
haloFile = catalogDir+"/mdr1_halos_z"+fileNums[iRedshift]