arrakis.utils.coordinates
Coordinate utilities
Functions
|
Convert coordinate to string without astropy |
|
Convert degree to hms without astropy. |
|
Convert degree to hms without astropy. |
Module Contents
- arrakis.utils.coordinates.coord_to_string(coord: astropy.coordinates.SkyCoord) Tuple[str, str] [source]
Convert coordinate to string without astropy
- Parameters:
coord (SkyCoord) – Coordinate
- Returns:
Tuple of RA string, Dec string
- Return type:
Tuple[str,str]