rta_reconstruction.utils.coordinates

Functions

altaz_to_telescope(altaz_coord, telescope_frame)

Convert a reference coordinate to an sky offset frame.

camera_to_altaz(pos_x, pos_y, focal, ...[, ...])

Compute camera to Horizontal frame (Altitude-Azimuth system).

camera_to_shower_coordinates(x, y, cog_x, ...)

TODO: stack coordinates and project in // as in pyhiperta Return longitudinal and transverse coordinates for x and y for a given set of hillas parameters

camera_to_telescope(camera_coord, ...)

Transformation between CameraFrame and TelescopeFrame.

cart2pol(x, y)

pol2cart(rho, phi)

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

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

telescope_to_altaz(telescope_coord, altaz_frame)

Convert an sky offset frame coordinate to the reference frame

telescope_to_camera(telescope_coord, ...)

Transformation between TelescopeFrame and CameraFrame

telescope_to_telescope(from_telescope_coord, ...)

Transform between two skyoffset frames.

Classes

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

Camera coordinate frame.

PlanarRepresentation(x, y[, copy])

Representation of a point in a 2D plane.

TelescopeFrame(*args, **kwargs)

Telescope coordinate frame.