From c0a69c4536b390ff9964afb566a473f61c56f912 Mon Sep 17 00:00:00 2001 From: "Paul M. Sutter" Date: Thu, 6 Jun 2024 20:33:09 +0200 Subject: [PATCH] testing done on self-created masks, now reverting example to provided mask --- examples/example_observation/example_observation.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/example_observation/example_observation.py b/examples/example_observation/example_observation.py index 34ac582..6f63fd4 100644 --- a/examples/example_observation/example_observation.py +++ b/examples/example_observation/example_observation.py @@ -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 = 3 +startCatalogStage = 1 endCatalogStage = 3 basePath = os.path.dirname(os.path.abspath(__file__)) @@ -83,8 +83,8 @@ newSample = Sample( volumeLimited = True, # HEALpix mask file - set to None to auto-compute - maskFile = "", - #maskFile = inputDataDir+"/example_observation_mask.fits", + #maskFile = "", + maskFile = inputDataDir+"/example_observation_mask.fits", # if maskFile blank, desired resolution for HEALpix # mask mapping, otherwise pulled from maskFile