testing done on self-created masks, now reverting example to provided mask

This commit is contained in:
Paul M. Sutter 2024-06-06 20:33:09 +02:00
parent a45eca0b6e
commit c0a69c4536

View file

@ -30,7 +30,7 @@ continueRun = False
# 1 : extract redshift slices from data # 1 : extract redshift slices from data
# 2 : void extraction using zobov # 2 : void extraction using zobov
# 3 : removal of small voids and voids near the edge # 3 : removal of small voids and voids near the edge
startCatalogStage = 3 startCatalogStage = 1
endCatalogStage = 3 endCatalogStage = 3
basePath = os.path.dirname(os.path.abspath(__file__)) basePath = os.path.dirname(os.path.abspath(__file__))
@ -83,8 +83,8 @@ newSample = Sample(
volumeLimited = True, volumeLimited = True,
# HEALpix mask file - set to None to auto-compute # HEALpix mask file - set to None to auto-compute
maskFile = "", #maskFile = "",
#maskFile = inputDataDir+"/example_observation_mask.fits", maskFile = inputDataDir+"/example_observation_mask.fits",
# if maskFile blank, desired resolution for HEALpix # if maskFile blank, desired resolution for HEALpix
# mask mapping, otherwise pulled from maskFile # mask mapping, otherwise pulled from maskFile