Something went wrong on our end
Add Summaryslice interval iterator helper
Compare changes
+ 38
− 0
@@ -66,6 +66,44 @@ An iterator which yields a `Vector{Summaryslice}` containing summaryslices of a
This adds a new type called SummarysliceIntervalIterator
which allows to iterator over chunks of timeslices of a given time interval. This is useful if someone wants to analyse e.g. 30 second intervals. The summaryslices are returned as Vector{Summaryslice}
and are time-sorted as well.