mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
starting to work in merger tree analysis
This commit is contained in:
parent
b20ed47367
commit
5f1e6a63cf
2 changed files with 364 additions and 0 deletions
25
c_tools/analysis/voidOverlap.ggo
Normal file
25
c_tools/analysis/voidOverlap.ggo
Normal file
|
@ -0,0 +1,25 @@
|
|||
package "voidOverlap"
|
||||
version "0"
|
||||
|
||||
option "configFile" - "Configuration file path" string optional
|
||||
|
||||
# void data for catalog 1
|
||||
option "partFile1" - "Particle file for catalog 1" string yes
|
||||
option "volFile1" - "Volume file for catalog 1" string yes
|
||||
option "voidFile1" - "Void info file for catalog 1" string yes
|
||||
option "infoFile1" - "Extra info file for catalog 1" string yes
|
||||
option "zoneFile1" - "Zone file for catalog 1" string yes
|
||||
option "zonePartFile1" - "Zone-particle file for catalog 1" string yes
|
||||
|
||||
# void data for file 2
|
||||
option "partFile2" - "Particle file for catalog 2" string yes
|
||||
option "volFile2" - "Volume file for catalog 2" string yes
|
||||
option "voidFile2" - "Void info file for catalog 2" string yes
|
||||
option "infoFile2" - "Extra info file for catalog 2" string yes
|
||||
option "zoneFile2" - "Zone file for catalog 2" string yes
|
||||
option "zonePartFile2" - "Zone-particle file for catalog 2" string yes
|
||||
|
||||
# options
|
||||
option "prefix" - "Prefix for output" string yes
|
||||
option "useID" - "Use unique catalog ID to match voids; otherwise use volumes" flag off
|
||||
option "periodic" - "Set of edges which are periodic" string optional default="xy"
|
Loading…
Add table
Add a link
Reference in a new issue