TelescopePointingContainer#

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

Bases: Container

Container holding pointing information for a single telescope after all necessary correction and calibration steps. These values should be used in the reconstruction to transform between camera and sky coordinates.

Attributes:
azimuthField(default=nan rad, unit=rad)

Azimuth, measured N->E

altitudeField(default=nan rad, unit=rad)

Altitude

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

Attributes Documentation

altitude#
azimuth#
default_prefix = 'telescope_pointing'#
fields = {'altitude': Field(default=nan rad, unit=rad), 'azimuth': Field(default=nan rad, unit=rad)}#
meta#
prefix#