PlainAggregator#
- class ctapipe.monitoring.PlainAggregator(*args: t.Any, **kwargs: t.Any)[source]#
Bases:
StatisticsAggregatorCompute aggregated statistic values from a chunk of event-wise data using numpy functions.
Works with any N-dimensional event-wise data by aggregating along axis=0 (event dimension).