Bases: astropy.coordinates.Angle
Latitude-like angle(s) which must be in the range -90 to +90 deg.
A Latitude object is distinguished from a pure Angle by virtue of being constrained so that:
-90.0 * u.deg <= angle(s) <= +90.0 * u.deg
Any attempt to set a value outside that range will result in a ValueError.
The input angle(s) can be specified either as an array, list, scalar, tuple (see below), string, Quantity or another Angle.
The input parser is flexible and supports all of the input formats supported by Angle.
Parameters: | angle : array, list, scalar, Quantity, Angle. The
unit : UnitBase, str, optional
|
---|---|
Raises: | `~astropy.units.UnitsError`
`TypeError`
|