SizeChunking#

class ctapipe.monitoring.aggregator.SizeChunking(*args: t.Any, **kwargs: t.Any)[source]#

Bases: BaseChunking

Divides tables into chunks based on number of rows.

Attributes Summary

chunk_shift

Number of rows to shift between consecutive chunks.

chunk_size

Number of rows per chunk.

Attributes Documentation

chunk_shift#

Number of rows to shift between consecutive chunks. If None, chunks do not overlap.

chunk_size#

Number of rows per chunk. If None, use entire table as one chunk.