diff --git a/README.md b/README.md index 6f529a5..8861831 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Examples of this two files are contained in this repository. From this directory, the code is run with `python3 ${PATH_TO_CODE}/main.py`. ## input_parameters.txt -The keyword and the value must be separated by tab. +The keyword and the value must be separated by one tab. * `tau_window` (int): the length of the time window (in number of frames). * `t_smooth` (int, optional): the length of the smoothing window (in number of frames) for the moving average. A value of `t_smooth = 1` correspond to no smoothing. Default is 1. * `tau_delay` (int, optional): is for ignoring the first tau_delay frames of the trajectory. Default is 0.