Something went wrong on our end
Add Summaryslice interval iterator helper
Compare changes
+ 1
− 1
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.