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.

CoreParametersContainer#

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

Bases: Container

Telescope-wise shower’s direction in the Tilted/Ground Frame

Attributes:
psiField(default=nan deg, unit=deg)

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

default_prefix

fields

meta

prefix

psi

Attributes Documentation

default_prefix = 'core'#
fields = {'psi': Field(default=nan deg, unit=deg)}#
meta#
prefix#
psi#