mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
prepared for magnitude-limited samples
This commit is contained in:
parent
24e62450a8
commit
56b837899b
5 changed files with 18 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue