SigmaClippingAggregator#

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

Bases: StatisticsAggregator

Compute aggregated statistic values from a chunk of event-wise data using astropy’s sigma clipping functions.

Works with any N-dimensional event-wise data by aggregating along axis=0 (event dimension) while removing outliers using sigma clipping.

Attributes Summary

iterations

Number of iterations for the sigma clipping outlier removal

max_sigma

Maximal value for the sigma clipping outlier removal

Attributes Documentation

iterations#

Number of iterations for the sigma clipping outlier removal

max_sigma#

Maximal value for the sigma clipping outlier removal