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:
@@ -38,6 +38,8 @@ pub struct Config {
|
||||
pub cyclic: bool,
|
||||
pub output: String,
|
||||
pub bootstrap: usize,
|
||||
pub start: f64,
|
||||
pub end: f64,
|
||||
}
|
||||
|
||||
impl fmt::Display for Config {
|
||||
|
||||
Reference in New Issue
Block a user