ConcentrationContainer¶
-
class
ctapipe.containers.ConcentrationContainer(prefix=None, **fields)[source]¶ Bases:
ctapipe.core.container.ContainerConcentrations are ratios between light amount in certain areas of the image and the full image.
- Attributes
- cogField(default=nan)
Percentage of photo-electrons inside one pixel diameter of the cog
- coreField(default=nan)
Percentage of photo-electrons inside the hillas ellipse
- pixelField(default=nan)
Percentage of photo-electrons in the brightest pixel
- metadict
dict of attached metadata
- prefixstr
Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
-
cog¶
-
core¶
-
meta¶
-
pixel¶
-
prefix¶