mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
45 lines
2.4 KiB
Text
45 lines
2.4 KiB
Text
package "prepSimulation"
|
|
version "0"
|
|
|
|
option "configFile" - "Configuration file path" string optional
|
|
|
|
# Ramses data
|
|
option "ramsesBase" - "Base directory for ramses" string optional
|
|
option "ramsesId" - "Ramses snapshot id" int optional
|
|
|
|
option "gadget" - "Base name of gadget snapshot (without parallel writing extension)" string optional
|
|
option "gadget2" - "Base name of gadget snapshot (version 2, without parallel writing extension)" string optional
|
|
option "flash" - "Base name for FLASH snapshot" string optional
|
|
option "multidark" - "Base name for multidark snapshot" string optional
|
|
|
|
option "sdf" - "SDF snapshot name" string optional
|
|
option "sdf_splitting" - "Number of artificial splitting of the SDF snapshot" int optional default="20"
|
|
|
|
option "axis" - "Redshift axis (X=0, Y=1, Z=2)" int optional default="2"
|
|
|
|
option "output" - "Output filename for particles" string required
|
|
option "outputParameter" - "Output geometry parameter file for postprocessing" string required
|
|
|
|
option "rangeX_min" - "Minimum range in X for making the box" double required
|
|
option "rangeX_max" - "Maximum range in X for making the box" double required
|
|
option "rangeY_min" - "Minimum range in Y for making the box" double required
|
|
option "rangeY_max" - "Maximum range in Y for making the box" double required
|
|
option "rangeZ_min" - "Minimum range in Z for making the box (after distortion)" double required
|
|
option "rangeZ_max" - "Maximum range in Z for making the box (after distortion)" double required
|
|
|
|
option "preReShift" - "Reshift the zero of the Z axis" flag off
|
|
option "peculiarVelocities" - "Added peculiar velocities distortion" flag off
|
|
|
|
option "cosmo" - "Apply cosmological redshift" flag off
|
|
|
|
option "subsample" - "Subsample the input simulation by the specified amount" double optional default="1.0"
|
|
|
|
option "inputParameter" - "Input geometry (optional, warning!)" string optional
|
|
option "gadgetUnit" - "Unit of length in gadget file in Mpc/h" double optional default="0.001"
|
|
|
|
option "subsample_seed" - "Seed for random number generation to select the subsample" int optional default="190524"
|
|
|
|
option "resubsample" - "Resubsampling factor compared to the subsampled simulation" double optional
|
|
option "resubsample_seed" - "Seed for resubsampling from a subsampled simulation" int optional default="20132011"
|
|
|
|
option "joggleParticles" - "Slightly joggle the input particle positions" flag off
|