mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
testing done on self-created masks, now reverting example to provided mask
This commit is contained in:
parent
a45eca0b6e
commit
c0a69c4536
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue