MonitoringContainer#
- class ctapipe.containers.MonitoringContainer(prefix=None, **fields)[source]#
Bases:
Container
Root container for monitoring data (MON)
- Attributes:
- telField(default=Map(ctapipe.containers.MonitoringCameraContainer))
map of tel_id to MonitoringCameraContainer
- metadict
dict of attached metadata
- prefixstr
Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- default_prefix = 'monitoring'#
- fields = {'tel': Field(default=Map(ctapipe.containers.MonitoringCameraContainer))}#
- meta#
- prefix#
- tel#