TiltedGroundFrame

class ctapipe.coordinates.TiltedGroundFrame(*args, copy=True, representation_type=None, differential_type=None, **kwargs)[source]

Bases: astropy.coordinates.baseframe.BaseCoordinateFrame

Tilted ground coordinate frame. The tilted ground coordinate frame is a cartesian system describing the 2 dimensional projected positions of objects in a tilted plane described by pointing_direction Typically this frame will be used for the reconstruction of the shower core position

Frame attributes:

  • pointing_direction

    Alt,Az direction of the tilted reference plane

Attributes Summary

default_differential

Default representation for differential data (e.g., velocity)

default_representation

Default representation for position data

frame_attributes

frame_specific_representation_info

Mapping for frame-specific component names

name

pointing_direction

Attributes Documentation

default_differential

Default representation for differential data (e.g., velocity)

default_representation

Default representation for position data

frame_attributes = {'pointing_direction': <astropy.coordinates.attributes.CoordinateAttribute object>}
frame_specific_representation_info

Mapping for frame-specific component names

name = 'tiltedgroundframe'
pointing_direction = None