MuonContainer#

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

Bases: Container

Root container for muon parameters

Attributes:
telField(default=Map(ctapipe.containers.MuonTelescopeContainer))

map of tel_id to MuonTelescopeContainer

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

Attributes Documentation

default_prefix = 'muon'#
fields = {'tel': Field(default=Map(ctapipe.containers.MuonTelescopeContainer))}#
meta#
prefix#
tel#