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.

EventCameraCalibrationContainer#

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

Bases: Container

Container for the calibration coefficients for the current event and camera

Attributes:
dl1Field(default=ctapipe.containers.DL1CameraCalibrationContainer)

Container for DL1 calibration coefficients

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

default_prefix

dl1

fields

meta

prefix

Attributes Documentation

default_prefix = 'eventcameracalibration'#
dl1#
fields = {'dl1': Field(default=ctapipe.containers.DL1CameraCalibrationContainer)}#
meta#
prefix#