mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
continued removal of extranneous parameters
This commit is contained in:
parent
4e87854490
commit
4c48221699
3 changed files with 2 additions and 50 deletions
|
@ -85,13 +85,11 @@ newSample = Sample(
|
|||
# HEALpix mask file - set to None to auto-compute
|
||||
# NOTE: auto-computed masks are pretty terrible, so
|
||||
# only do that if you have no other options
|
||||
#maskFile = "",
|
||||
maskFile = inputDataDir+"/example_observation_mask.fits",
|
||||
|
||||
# resolution for HEALpix mapping of survey edge contours
|
||||
# Set to -1 to use nside from given fits file
|
||||
# MUST be set if auto-computing mask
|
||||
#nsideForContour = -1,
|
||||
nsideForContour = 128,
|
||||
|
||||
# radial selection function (if not volume limited)
|
||||
|
@ -100,10 +98,6 @@ newSample = Sample(
|
|||
# max and min redshifts of galaxies in your sample
|
||||
zBoundary = (0.0, 0.15),
|
||||
|
||||
# width of redshift boundaries to flag edge galaxies
|
||||
# (interpreted as boundaryWidth*(zMax-zMin))
|
||||
boundaryWidth = 0.01,
|
||||
|
||||
# leave this at -1 for mean particle separation,
|
||||
# or specify your own in Mpc/h
|
||||
minVoidRadius = -1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue