Added support for subsubsampling

This commit is contained in:
Guilhem Lavaux 2013-02-28 17:02:30 -05:00
parent a31be0bbd9
commit 8625ab633c
2 changed files with 20 additions and 3 deletions

View file

@ -33,4 +33,7 @@ option "subsample" - "Subsample the input simulation by the specified amount" do
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 "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"