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.

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

cog

core

default_prefix

fields

meta

pixel

prefix

Attributes Documentation

cog#
core#
default_prefix = 'concentration'#
fields = {'cog': Field(default=nan), 'core': Field(default=nan), 'pixel': Field(default=nan)}#
meta#
pixel#
prefix#