mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
allowed high-z threshold for cutting to be user-selectable
This commit is contained in:
parent
ddcb971eae
commit
4f78bb445b
4 changed files with 20 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue