ImageParametersContainer

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

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

hillas

intensity_statistics

leakage

meta

morphology

peak_time_statistics

prefix

timing

Attributes Documentation

concentration
core
hillas
intensity_statistics
leakage
meta
morphology
peak_time_statistics
prefix
timing