mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 15:51:12 +00:00
45 lines
1.6 KiB
Text
45 lines
1.6 KiB
Text
package "removeEdgeVoids"
|
|
version "alpha"
|
|
|
|
|
|
option "configFile" - "Configuration filename" string optional
|
|
|
|
option "partFile" - "Particle file from prepObservation" string required
|
|
|
|
option "extraInfo" - "Extra particle file from prepObservation" string required
|
|
|
|
option "voidDesc" - "Void list from ZOBOV" string required
|
|
|
|
option "void2Zone" - "Zone file from ZOBOV" string required
|
|
|
|
option "partVol" - "Particle volume file from ZOBOV" string required
|
|
|
|
option "partAdj" - "Adjacency file from ZOBOV" string required
|
|
|
|
option "partEdge" - "Boundary flag file" string required
|
|
|
|
option "zone2Part" - "Particle file from ZOBOV" string required
|
|
|
|
option "numVoids" - "Number of voids" int required
|
|
|
|
option "isObservation" - "We are working with observational data" flag off
|
|
|
|
option "useComoving" - "Void positions are in comoving coordinates" flag off
|
|
|
|
option "omegaM" - "Omega_M for redshift convertion" double optional default="0.27"
|
|
|
|
option "volNormZobov" - "Volume normalization as understood by zobox" double optional default="1.0"
|
|
|
|
option "volNormObs" - "Volume normalization within the survey volume" double optional default="1.0"
|
|
|
|
option "rMin" - "Minimum allowable void radius" double optional default="0.0"
|
|
|
|
option "outputDir" - "Directory to place outputs" string required
|
|
|
|
option "sampleName" - "unique string to assign to outputs" string required
|
|
|
|
option "periodic" - "Set of edges which are periodic" string optional default="xy"
|
|
|
|
option "centralRadFrac" - "Fraction of void radii to consider central region" double optional default="4"
|
|
|
|
option "maxCentralDen" - "Maximum central density to accept as a void" double optional default="0.2"
|