We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arg_config_manager.py
1 parent 820359f commit 5f33309Copy full SHA for 5f33309
CodeEntropy/config/arg_config_manager.py
@@ -25,7 +25,12 @@
25
},
26
"end": {
27
"type": int,
28
- "help": "Stop analysing the trajectory at this frame index",
+ "help": (
29
+ "Stop analysing the trajectory at this frame index. This is "
30
+ "the frame index of the last frame to be included, so for example"
31
+ "if start=0 and end=500 there would be 501 frames analysed. The "
32
+ "default -1 will include the last frame."
33
+ ),
34
"default": -1,
35
36
"step": {
0 commit comments