mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-10 22:25:31 +00:00
possibility to truncate timeseries with --start/stop cli arguments
This commit is contained in:
10
src/cli.yml
10
src/cli.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user