possibility to truncate timeseries with --start/stop cli arguments

This commit is contained in:
Daniel Bauer
2018-12-04 16:56:43 +01:00
parent 79db640a7b
commit d758c843d8
7 changed files with 54 additions and 24 deletions

View File

@@ -86,3 +86,13 @@ args:
help: Number of bayesian bootstrapping runs for error analysis by assigning random weights (defaults to 0).
takes_value: true
required: false
- start:
long: start
help: Skip rows in timeseries with an index smaller than this value (defaults to 0)
takes_value: true
required: false
- end:
long: end
help: Skip rows in timeseries with an index larger than this value (defaults to 1e+20)
takes_value: true
required: false