mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Supports minimum halo mass cuts. Start of scripts to generate masked mock sets, some files added to later support more general preparation scripts
This commit is contained in:
parent
a53e3bf290
commit
10dfe29a26
9 changed files with 557 additions and 58 deletions
|
@ -64,6 +64,9 @@ for sample in dataSampleList:
|
|||
# save this sample's information
|
||||
with open(zobovDir+"/sample_info.dat", 'wb') as output:
|
||||
pickle.dump(sample, output, pickle.HIGHEST_PROTOCOL)
|
||||
fp = open(zobovDir+"/sample_info.txt", 'w')
|
||||
fp.write("Redshift range: %f - %f" %(sample.zBoundary[0], sample.zBoundary[1])
|
||||
fp.close()
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
if (startCatalogStage <= 1) and (endCatalogStage >= 1) and not sample.isCombo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue