BaseHillasParametersContainer

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

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

intensity

kurtosis

meta

prefix

skewness

Attributes Documentation

intensity
kurtosis
meta
prefix
skewness