mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Some general housekeeping, making sure some new parameters are passed around correctly, and removing the storage of some unused files. This update is considered HIGHLY UNSTABLE. It will almost certainly break somewhere for simulations. Still under active development.
23 lines
1,008 B
Text
23 lines
1,008 B
Text
package "prepObservation"
|
|
version "alpha"
|
|
|
|
option "configFile" - "Configuration filename" string optional
|
|
|
|
option "catalog" - "Input NYU-VAGC catalog" string required
|
|
option "mask" - "Healpix mask of unobserved data (in Equatorial coordinates)" string required
|
|
option "density_fake" - "Number density of boundary fake tracers (1 h^3/ Mpc^3)" double optional default="1"
|
|
|
|
option "zMin" - "Minimum redshift of data" double required
|
|
|
|
option "zMax" - "Maximum redshift of data" double required
|
|
|
|
option "output" - "Filename of particle datafile" string required
|
|
option "params" - "Output parameters of the datacube" string required
|
|
|
|
option "useComoving" - "Convert to real space using LCDM cosmology" flag off
|
|
|
|
option "omegaM" - "Omega Matter for fiducial cosmology" double optional default="0.27"
|
|
|
|
option "nsideForContour" - "HEALPix NSIDE resolution for figuring out mask contours" int optional default="-1"
|
|
|
|
option "meanPartSep" - "Estimated mean tracer seperation in h^3 / Mpc^3" double optional default="1"
|