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.

ImageParametersContainer#

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

Bases: Container

Collection of image parameters

Attributes:
hillasField(default=ctapipe.containers.HillasParametersContainer, type=BaseHillasParametersContainer)

Hillas Parameters

timingField(default=ctapipe.containers.TimingParametersContainer, type=BaseTimingParametersContainer)

Timing Parameters

leakageField(default=ctapipe.containers.LeakageContainer)

Leakage Parameters

concentrationField(default=ctapipe.containers.ConcentrationContainer)

Concentration Parameters

morphologyField(default=ctapipe.containers.MorphologyContainer)

Image Morphology Parameters

intensity_statisticsField(default=ctapipe.containers.IntensityStatisticsContainer)

Intensity image statistics

peak_time_statisticsField(default=ctapipe.containers.PeakTimeStatisticsContainer)

Peak time image statistics

coreField(default=ctapipe.containers.CoreParametersContainer)

Image direction in the Tilted/Ground Frame

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

concentration

core

default_prefix

fields

hillas

intensity_statistics

leakage

meta

morphology

peak_time_statistics

prefix

timing

Attributes Documentation

concentration#
core#
default_prefix = 'params'#
fields = {'concentration': Field(default=ctapipe.containers.ConcentrationContainer), 'core': Field(default=ctapipe.containers.CoreParametersContainer), 'hillas': Field(default=ctapipe.containers.HillasParametersContainer, type=BaseHillasParametersContainer), 'intensity_statistics': Field(default=ctapipe.containers.IntensityStatisticsContainer), 'leakage': Field(default=ctapipe.containers.LeakageContainer), 'morphology': Field(default=ctapipe.containers.MorphologyContainer), 'peak_time_statistics': Field(default=ctapipe.containers.PeakTimeStatisticsContainer), 'timing': Field(default=ctapipe.containers.TimingParametersContainer, type=BaseTimingParametersContainer)}#
hillas#
intensity_statistics#
leakage#
meta#
morphology#
peak_time_statistics#
prefix#
timing#