TimeChunking#
- class ctapipe.monitoring.aggregator.TimeChunking(*args: t.Any, **kwargs: t.Any)[source]#
Bases:
BaseChunkingDivides tables into chunks based on time intervals.
Attributes Summary
Duration of each time chunk.
Time shift between consecutive chunks.
Attributes Documentation
- chunk_duration#
Duration of each time chunk.
- chunk_shift#
Time shift between consecutive chunks. If 0, chunks do not overlap.