ConcentrationContainer#
- class ctapipe.containers.ConcentrationContainer(prefix=None, **fields)[source]#
Bases:
Container
Concentrations 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#
- default_prefix = 'concentration'#
- fields = {'cog': Field(default=nan), 'core': Field(default=nan), 'pixel': Field(default=nan)}#
- meta#
- pixel#
- prefix#