mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
more updates to preparation scripts
This commit is contained in:
parent
a566c12435
commit
8a4191972b
2 changed files with 14 additions and 13 deletions
|
@ -478,13 +478,13 @@ if (args.hod or args.all) and haloFileBase != "":
|
|||
workDir=catalogDir))
|
||||
parFile.close()
|
||||
|
||||
# os.system(hodPath+" "+parFileName+">& /dev/null")
|
||||
#
|
||||
# sampleName = getSampleName(prefix+"hod_dr72dim2", redshift, False)
|
||||
# outFileName = catalogDir+"/"+sampleName+".dat"
|
||||
# os.system("mv %s/hod.mock %s" % (catalogDir, outFileName))
|
||||
#
|
||||
# os.system("rm %s/hod.*" % catalogDir)
|
||||
os.system(hodPath+" "+parFileName+">& /dev/null")
|
||||
|
||||
sampleName = getSampleName(prefix+"hod_dr72dim2", redshift, False)
|
||||
outFileName = catalogDir+"/"+sampleName+".dat"
|
||||
os.system("mv %s/hod.mock %s" % (catalogDir, outFileName))
|
||||
|
||||
os.system("rm %s/hod.*" % catalogDir)
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# now the BOSS HOD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue