prepared for magnitude-limited samples

This commit is contained in:
P.M. Sutter 2014-05-21 19:07:57 -05:00
parent 24e62450a8
commit 56b837899b
5 changed files with 18 additions and 15 deletions

View file

@ -79,18 +79,21 @@ newSample = Sample(
# don't change this
dataType = "observation",
# assume volume-limites?
volumeLimited = True,
# HEALpix mask file
maskFile = inputDataDir+"/healpix/rast_window_512.fits",
# radial selection function (if not volume limited)
selFunFile = None,
# max and min redshifts of galaxies in your sample
zBoundary = (0.0, 0.05),
# max and min redshifts where you want to find voids
zRange = (0.0, 0.05),
# TODO
skyFraction = 0.19,
# leave this at -1 for mean particle separation, or
# specify your own in Mpc/h
minVoidRadius = -1,