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.

EastingNorthingFrame#

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

Bases: BaseCoordinateFrame

GroundFrame but in standard Easting/Northing coordinates instead of SimTel/Corsika conventions

Frame attributes: None

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

observation_level

reference_location

A frame attribute

Methods Summary

from_earth_location(location, reference_location)

to_earth_location()

Attributes Documentation

default_differential#

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

default_representation#

Default representation for position data

frame_attributes = {'reference_location': <astropy.coordinates.attributes.EarthLocationAttribute object>}#
frame_specific_representation_info#

Mapping for frame-specific component names

name = 'eastingnorthingframe'#
observation_level#
reference_location#

A frame attribute

No default value

Methods Documentation

classmethod from_earth_location(location, reference_location)[source]#
to_earth_location()[source]#