Bases: astropy.coordinates.BaseCoordinateFrame
A coordinate or frame in the Altitude-Azimuth system (i.e., Horizontal coordinates).
Warning
The AltAz class currently does not support any transformations. In a future version, it will support the standard IAU2000 AltAz<->ICRS transformations. It is provided right now as a placeholder for storing as-observed horizontal coordinates.
| Parameters: | representation : BaseRepresentation or None
az : Angle, optional, must be keyword
alt : Angle, optional, must be keyword
distance : Quantity, optional, must be keyword
|
|---|
Attributes Summary
| default_representation | |
| equinox | Represent and manipulate times and dates for astronomy. |
| frame_specific_representation_info | |
| location | |
| name | str(object=’‘) -> string |
| obstime |
Attributes Documentation