mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-06 08:11:12 +00:00
new tools for handling SDSS mask
This commit is contained in:
parent
c17434ace8
commit
160ed45c12
4 changed files with 146 additions and 0 deletions
11
mytools/generateFromCatalog.ggo
Normal file
11
mytools/generateFromCatalog.ggo
Normal file
|
@ -0,0 +1,11 @@
|
|||
package "generateFromCatalog"
|
||||
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 "output" - "Filename of particle datafile" string required
|
||||
option "params" - "Output parameters of the datacube" string required
|
Loading…
Add table
Add a link
Reference in a new issue