mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
redshift boundary tolerance is now user-selectable
This commit is contained in:
parent
c0a69c4536
commit
7e5a51d931
8 changed files with 26 additions and 20 deletions
|
@ -121,8 +121,7 @@ for sample in dataSampleList:
|
|||
launchPrune(sample, PRUNE_PATH,
|
||||
logFile=logFile, outputDir=outputDir,
|
||||
useComoving=sample.useComoving, continueRun=continueRun,
|
||||
mergingThreshold=mergingThreshold,
|
||||
boundaryTolerance=boundaryTolerance)
|
||||
mergingThreshold=mergingThreshold)
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
if (startCatalogStage <= 4) and (endCatalogStage >= 4):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue