EventCalibrationContainer#
- class ctapipe.containers.EventCalibrationContainer(prefix=None, **fields)[source]#
Bases:
Container
Container for calibration coefficients for the current event
- Attributes:
- telField(default=Map(ctapipe.containers.EventCameraCalibrationContainer))
map of tel_id to EventCameraCalibrationContainer
- metadict
dict of attached metadata
- prefixstr
Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- default_prefix = 'eventcalibration'#
- fields = {'tel': Field(default=Map(ctapipe.containers.EventCameraCalibrationContainer))}#
- meta#
- prefix#
- tel#