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.

BaseHillasParametersContainer#

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

Bases: Container

Base container for hillas parameters to allow the CameraHillasParametersContainer to be assigned to an ImageParametersContainer as well.

Attributes:
intensityField(default=nan)

total intensity (size)

skewnessField(default=nan)

measure of the asymmetry

kurtosisField(default=nan)

measure of the tailedness

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

default_prefix

fields

intensity

kurtosis

meta

prefix

skewness

Attributes Documentation

default_prefix = 'basehillasparameters'#
fields = {'intensity': Field(default=nan), 'kurtosis': Field(default=nan), 'skewness': Field(default=nan)}#
intensity#
kurtosis#
meta#
prefix#
skewness#