mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-12 11:03:05 +00:00
Mock generation base
This commit is contained in:
parent
84809278c2
commit
c1ec13b8d5
2 changed files with 104 additions and 0 deletions
14
mytools/generateMock.ggo
Normal file
14
mytools/generateMock.ggo
Normal file
|
@ -0,0 +1,14 @@
|
|||
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 "bufferSize" - "Size of the buffer regions in unit of X-Y size" double optional default="0.1"
|
||||
|
||||
option "divisions" - "number of divisions" int optional default="2"
|
||||
option "suffix" - "suffix for the run" string optional default="run"
|
Loading…
Add table
Add a link
Reference in a new issue