rta_to_lstchain_formator.utils.coordinates

Module Attributes

LST1_LOCATION

location of lst-1 as ~astropy.coordinates.EarthLocation Taken from Abelardo's Coordinates of LST-1 & MAGIC presentation https://redmine.cta-observatory.org/attachments/65827

Functions

clip_alt(alt)

Make sure altitude is not larger than 90 deg (it happens in some MC files for zenith=0), to keep astropy happy

sky_to_camera(alt, az, focal, pointing_alt, ...)

Coordinate transform from aky position (alt, az) (in angles) to camera coordinates (x, y) in distance.

Classes

CameraFrame(*args[, copy, ...])

Camera coordinate frame.

PlanarRepresentation(x, y[, copy])

Representation of a point in a 2D plane.