continued removal of extranneous parameters

This commit is contained in:
Paul M. Sutter 2025-04-22 21:38:13 -04:00
parent 4e87854490
commit 4c48221699
3 changed files with 2 additions and 50 deletions

View file

@ -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,