allowed high-z threshold for cutting to be user-selectable

This commit is contained in:
Paul M. Sutter 2024-06-04 13:28:54 +02:00
parent ddcb971eae
commit 4f78bb445b
4 changed files with 20 additions and 6 deletions

View file

@ -121,7 +121,8 @@ for sample in dataSampleList:
launchPrune(sample, PRUNE_PATH,
logFile=logFile, zobovDir=zobovDir,
useComoving=sample.useComoving, continueRun=continueRun,
mergingThreshold=mergingThreshold)
mergingThreshold=mergingThreshold,
highRedshiftTolerance=highRedshiftTolerance)
# -------------------------------------------------------------------------
if (startCatalogStage <= 4) and (endCatalogStage >= 4):