mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
some small bug fixes, also prepared prunveVoids to potentially remove voids based on density contrast criteria
This commit is contained in:
parent
971cf21ea2
commit
0ef211a1cc
4 changed files with 23 additions and 7 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue