mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
13 lines
392 B
Text
13 lines
392 B
Text
package "generateMock"
|
|
version "0"
|
|
|
|
option "configFile" - "Configuration file path" string optional
|
|
|
|
# Ramses data
|
|
option "ramsesBase" - "Base directory for ramses" string required
|
|
option "ramsesId" - "Ramses snapshot id" int required
|
|
|
|
option "axis" - "Redshift axis (X=0, Y=1, Z=2)" int optional default="2"
|
|
|
|
option "output" - "Output filename for particles" string required
|
|
|