Add Summaryslice interval iterator helper
Compare changes
+ 16
− 0
@@ -34,6 +34,22 @@ det = Detector(datapath("detx", "detx_v5.detx"))
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.