carried boundary flags all the way through to pruning; cleaned up pruning routines

This commit is contained in:
Paul M. Sutter 2024-06-06 20:26:47 +02:00
parent dd181da42a
commit a45eca0b6e
5 changed files with 124 additions and 139 deletions

View file

@ -30,7 +30,7 @@ continueRun = False
# 1 : extract redshift slices from data
# 2 : void extraction using zobov
# 3 : removal of small voids and voids near the edge
startCatalogStage = 1
startCatalogStage = 3
endCatalogStage = 3
basePath = os.path.dirname(os.path.abspath(__file__))