AB
apply_space_motion([new_obstime, dt])Compute the position to a new time using the velocities.
contained_by(wcs[, image])Determines if the SkyCoord is contained in the given wcs footprint.
directional_offset_by(position_angle, separation)Computes coordinates at the given offset from this coordinate.
from_name(name[, frame, parse, cache])Given a name, query the CDS name resolver to attempt to retrieve coordinate information for that object.
from_pixel(xp, yp, wcs[, origin, mode])Create a new SkyCoord from pixel coordinates using a World Coordinate System.
get_constellation([short_name, …])Determines the constellation(s) of the coordinates this SkyCoord contains.
get_mask(﹡attrs)Get the mask associated with these coordinates.
guess_from_table(table, ﹡﹡coord_kwargs)A convenience method to create and return a new SkyCoord from the data in an astropy Table.
insert(obj, values[, axis])Make a copy with coordinate values inserted before the given indices.
is_equivalent_frame(other)Checks if this object’s frame is the same as that of the other object.
is_transformable_to(new_frame)Determines if this coordinate frame can be transformed to another given frame.
match_to_catalog_3d(catalogcoord[, nthneighbor])Finds the nearest 3-dimensional matches of this coordinate to a set of catalog coordinates.
match_to_catalog_sky(catalogcoord[, nthneighbor])Finds the nearest on-sky matches of this coordinate in a set of catalog coordinates.
radial_velocity_correction([kind, obstime, …])Compute the correction required to convert a radial velocity at a given time and place on the Earth’s Surface to a barycentric or heliocentric velocity.
search_around_3d(searcharoundcoords, distlimit)Searches for all coordinates in this object around a supplied set of points within a given 3D radius.
search_around_sky(searcharoundcoords, seplimit)Searches for all coordinates in this object around a supplied set of points within a given on-sky separation.
skyoffset_frame([rotation])Returns the sky offset frame with this SkyCoord at the origin.
spherical_offsets_by(d_lon, d_lat)Computes the coordinate that is a specified pair of angular offsets away from this coordinate.
spherical_offsets_to(tocoord)Computes angular offsets to go from this coordinate to another.
to_pixel(wcs[, origin, mode])Convert this coordinate to pixel coordinates using a WCS object.
to_string([style])A string representation of the coordinates.
to_table()Convert this SkyCoord to a QTable.
transform_to(frame[, merge_attributes])Transform this coordinate to a new frame.

(echo:: @ )