@@ -66,7 +66,7 @@ The computation is launched by running `run_algo.py`. Several parameters can be
##### Scientific parameters
*`-conf`: the path to the configuration file to use (no default value: must be given)
*`-m`: the number of realisations to consider (default: sets to 2)
*`-algo`: the name of the algorithm to use. As for 0.4, the only supported algorithm is **augkf** (Augmented state Kalman Filter implemented in Python) which is the default value.
*`-algo`: the name of the algorithm to use. As for 0.5, the only supported algorithm is **augkf** (Augmented state Kalman Filter implemented in Python) which is the default value.
*`-seed`: a number used for the generation of random quantities. Set this to get reproducible results (default: generate a new one at each execution).
##### Output files
*`-path`: path where the folder results will be created (default: `~/GeDACCMU_results/`).