LeakageContainer

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

Bases: ctapipe.core.container.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

intensity_width_1

intensity_width_2

meta

pixels_width_1

pixels_width_2

prefix

Attributes Documentation

intensity_width_1
intensity_width_2
meta
pixels_width_1
pixels_width_2
prefix