mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
fixed generateCatalog to work with new pruneVoids
This commit is contained in:
parent
343250de42
commit
9c0d0230b9
1 changed files with 6 additions and 8 deletions
|
@ -105,16 +105,14 @@ for sample in dataSampleList:
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
if (startCatalogStage <= 3) and (endCatalogStage >= 3) and not sample.isCombo:
|
if (startCatalogStage <= 3) and (endCatalogStage >= 3) and not sample.isCombo:
|
||||||
|
|
||||||
for thisDataPortion in dataPortions:
|
print " Taking data portions", "...",
|
||||||
print " Taking data portion:", thisDataPortion, "...",
|
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
logFile = logDir+"/pruneVoids_"+sampleName+"_"+\
|
logFile = logDir+"/pruneVoids_"+sampleName+".out"
|
||||||
thisDataPortion+".out"
|
|
||||||
|
|
||||||
PRUNE_PATH = CTOOLS_PATH+"/stacking/pruneVoids"
|
PRUNE_PATH = CTOOLS_PATH+"/stacking/pruneVoids"
|
||||||
|
|
||||||
launchPrune(sample, PRUNE_PATH, thisDataPortion=thisDataPortion,
|
launchPrune(sample, PRUNE_PATH,
|
||||||
logFile=logFile, zobovDir=zobovDir, continueRun=continueRun)
|
logFile=logFile, zobovDir=zobovDir, continueRun=continueRun)
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue