Create sky coordinates
sky_coord.RdCreate a vector of sky coordinates in degrees.
Arguments
- lon
Longitude-like coordinate in degrees.
For `frame = icrs()`, this is right ascension (`ra`) and must be between `0` and `360`.
For `frame = galactic()`, this is Galactic longitude (`l`) and must be between `0` and `360`.
- lat
Latitude-like coordinate in degrees.
For `frame = icrs()`, this is declination (`dec`) and must be between `-90` and `90`.
For `frame = galactic()`, this is Galactic latitude (`b`) and must be between `-90` and `90`.
- frame
A sky frame object. Supported frames are
icrs()andgalactic(). The default isicrs().