Better mock generation

This commit is contained in:
Your Name 2011-02-22 19:17:40 -05:00
parent 9f3be29781
commit 9e5cad6413
6 changed files with 151 additions and 6 deletions

View file

@ -10,4 +10,11 @@ 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
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