Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobecchi committed Dec 20, 2023
1 parent d3403c0 commit 416e32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 416e32a

Please sign in to comment.