Bases: astropy.coordinates.angles.Angle
An on-sky separation between two directions.
Note
This is computed using the Vincenty great circle distance formula, and hence should be numerically stable even for near antipodal points.
Parameters : | lat1 : float
lon1 : float
lat2 : float
lon2 : float
units : units
|
---|
Attributes Summary
arcmins | The value of this separation in arcminutes. |
arcsecs | The value of this separation in arcseconds. |
Attributes Documentation