SigmaClippingAggregator#

class ctapipe.monitoring.SigmaClippingAggregator(**kwargs: Any)[source]#

Bases: StatisticsAggregator

Compute aggregated statistic values from a chunk of images using astropy’s sigma clipping functions

Attributes Summary

iterations

Number of iterations for the sigma clipping outlier removal

max_sigma

Maximal value for the sigma clipping outlier removal

Methods Summary

compute_stats(images, masked_pixels_of_sample)

Attributes Documentation

iterations#

Number of iterations for the sigma clipping outlier removal

max_sigma#

Maximal value for the sigma clipping outlier removal

Methods Documentation

compute_stats(images, masked_pixels_of_sample) StatisticsContainer[source]#