ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

LeakageContainer#

class ctapipe.containers.LeakageContainer(prefix=None, **fields)[source]#

Bases: Container

Fraction of signal in 1 or 2-pixel width border from the edge of the camera, measured in number of signal pixels or in intensity.

Attributes:
pixels_width_1Field(default=nan)

fraction of pixels after cleaning that are in camera border of width=1

pixels_width_2Field(default=nan)

fraction of pixels after cleaning that are in camera border of width=2

intensity_width_1Field(default=nan)

Intensity in photo-electrons after cleaning that are in the camera border of width=1 pixel

intensity_width_2Field(default=nan)

Intensity in photo-electrons after cleaning that are in the camera border of width=2 pixels

metadict

dict of attached metadata

prefixstr

Prefix attached to column names when saved to a table or file

Attributes Summary

default_prefix

fields

intensity_width_1

intensity_width_2

meta

pixels_width_1

pixels_width_2

prefix

Attributes Documentation

default_prefix = 'leakage'#
fields = {'intensity_width_1': Field(default=nan), 'intensity_width_2': Field(default=nan), 'pixels_width_1': Field(default=nan), 'pixels_width_2': Field(default=nan)}#
intensity_width_1#
intensity_width_2#
meta#
pixels_width_1#
pixels_width_2#
prefix#