Skip to content

Commit

Permalink
Input_parameters improved
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobecchi committed Nov 27, 2023
1 parent 05dab4a commit e0cfa04
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 @@ -19,7 +19,7 @@ The keyword and the value must be separated by tab.
* `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.
* `t_conv` (int, optional): converts number of frames in time units. Default is 1.
* `time_units` (str, optional): a string indicating the time units. Default is `frames`.
* `time_units` (str, optional): a string indicating the time units. Default is `'frames'`.
* `example_ID` (int, optional): plots the trajectory of the molecule with this ID, colored according to the identified states. Default is 0.
* `bins` (int, optional): the number of bins used to compute histograms. This should be used only if all the fits fail with the automatic binning.
* `num_tau_w` (int, optional): the number of different tau_window values tested. Default is 20.
Expand Down

0 comments on commit e0cfa04

Please sign in to comment.