transform_altaz_to_radec#
- magicctapipe.utils.transform_altaz_to_radec(alt, az, obs_time)[source]#
Transforms the Alt/Az direction measured from ORM to the RA/Dec coordinate.
- Parameters:
- alt
astropy.units.quantity.Quantity Altitude measured from ORM
- az
astropy.units.quantity.Quantity Azimuth measured from ORM
- obs_time
astropy.time.core.Time Time when the direction was measured
- alt
- Returns:
- ra
astropy.coordinates.Longitude Right ascension of the input direction
- dec
astropy.coordinates.Latitude Declination of the input direction
- ra