EastingNorthingFrame#
- class ctapipe.coordinates.EastingNorthingFrame(*args, copy=True, representation_type=None, differential_type=None, **kwargs)[source]#
Bases:
BaseCoordinateFrameGroundFrame but in standard Easting/Northing coordinates instead of SimTel/Corsika conventions
Frame attributes: None
Attributes Summary
Default representation for differential data (e.g., velocity)
Default representation for position data
Mapping for frame-specific component names
A frame attribute
Methods Summary
from_earth_location(location, reference_location)Attributes Documentation
- default_differential: ClassVar[type[r.BaseDifferential] | None]#
Default representation for differential data (e.g., velocity)
- default_representation: ClassVar[type[r.BaseRepresentation] | None]#
Default representation for position data
- frame_attributes: dict[str, Attribute] = {'reference_location': <astropy.coordinates.attributes.EarthLocationAttribute object>}#
- frame_specific_representation_info: ClassVar[dict[type[r.BaseRepresentationOrDifferential], list[RepresentationMapping]]]#
Mapping for frame-specific component names
- name = 'eastingnorthingframe'#
- observation_level#
- reference_location#
A frame attribute
No default value
Methods Documentation