BaseHillasParametersContainer#
- class ctapipe.containers.BaseHillasParametersContainer(prefix=None, **fields)[source]#
 Bases:
ContainerBase 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
Attributes Documentation
- default_prefix = 'basehillasparameters'#
 
- fields = {'intensity': Field(default=nan), 'kurtosis': Field(default=nan), 'skewness': Field(default=nan)}#
 
- intensity#
 
- kurtosis#
 
- meta#
 
- prefix#
 
- skewness#